Showing
5 changed files
with
3 additions
and
3 deletions
| ... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
| 7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> |
| 8 | <dict> | 8 | <dict> |
| 9 | <key>orderHint</key> | 9 | <key>orderHint</key> |
| 10 | - <integer>0</integer> | 10 | + <integer>1</integer> |
| 11 | </dict> | 11 | </dict> |
| 12 | </dict> | 12 | </dict> |
| 13 | </dict> | 13 | </dict> | ... | ... |
| ... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
| 7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> |
| 8 | <dict> | 8 | <dict> |
| 9 | <key>orderHint</key> | 9 | <key>orderHint</key> |
| 10 | - <integer>1</integer> | 10 | + <integer>0</integer> |
| 11 | </dict> | 11 | </dict> |
| 12 | </dict> | 12 | </dict> |
| 13 | </dict> | 13 | </dict> | ... | ... |
No preview for this file type
This diff is collapsed. Click to expand it.
| ... | @@ -72,7 +72,7 @@ extension PopupMerchantsViewController: UITableViewDelegate, UITableViewDataSour | ... | @@ -72,7 +72,7 @@ extension PopupMerchantsViewController: UITableViewDelegate, UITableViewDataSour |
| 72 | return 56.0 + 32.0 | 72 | return 56.0 + 32.0 |
| 73 | // return UITableViewAutomaticDimension | 73 | // return UITableViewAutomaticDimension |
| 74 | } else if (indexPath.section == 1) { | 74 | } else if (indexPath.section == 1) { |
| 75 | - return 100.0 | 75 | + return 60.0 |
| 76 | } else { | 76 | } else { |
| 77 | return 0.0 | 77 | return 0.0 |
| 78 | } | 78 | } | ... | ... |
-
Please register or login to post a comment