Manos Chorianopoulos

PopupMerchantsFooterTableViewCell ui fixes

...@@ -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>
......
...@@ -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 }
......