Manos Chorianopoulos

PopupMerchantsViewController ui fixes

...@@ -6453,17 +6453,17 @@ ...@@ -6453,17 +6453,17 @@
6453 </connections> 6453 </connections>
6454 </tableViewCell> 6454 </tableViewCell>
6455 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="PopupMerchantsFooterTableViewCellId" id="f5f-VE-AbI" customClass="PopupMerchantsFooterTableViewCell" customModule="SwiftWarplyFramework" customModuleProvider="target"> 6455 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="PopupMerchantsFooterTableViewCellId" id="f5f-VE-AbI" customClass="PopupMerchantsFooterTableViewCell" customModule="SwiftWarplyFramework" customModuleProvider="target">
6456 - <rect key="frame" x="0.0" y="106" width="414" height="60"/> 6456 + <rect key="frame" x="0.0" y="106" width="414" height="50"/>
6457 <autoresizingMask key="autoresizingMask"/> 6457 <autoresizingMask key="autoresizingMask"/>
6458 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="f5f-VE-AbI" id="YhO-v9-8eO"> 6458 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="f5f-VE-AbI" id="YhO-v9-8eO">
6459 - <rect key="frame" x="0.0" y="0.0" width="414" height="60"/> 6459 + <rect key="frame" x="0.0" y="0.0" width="414" height="50"/>
6460 <autoresizingMask key="autoresizingMask"/> 6460 <autoresizingMask key="autoresizingMask"/>
6461 <subviews> 6461 <subviews>
6462 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Sqn-ZO-eeZ"> 6462 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Sqn-ZO-eeZ">
6463 - <rect key="frame" x="0.0" y="0.0" width="414" height="60"/> 6463 + <rect key="frame" x="0.0" y="0.0" width="414" height="50"/>
6464 <subviews> 6464 <subviews>
6465 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Η διαθεσιμότητα ενδέχεται να διαφέρει ανάλογα με την τοποθεσία." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vxR-zz-pSz"> 6465 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Η διαθεσιμότητα ενδέχεται να διαφέρει ανάλογα με την τοποθεσία." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vxR-zz-pSz">
6466 - <rect key="frame" x="50" y="14" width="314" height="32"/> 6466 + <rect key="frame" x="50" y="9" width="314" height="32"/>
6467 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 6467 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
6468 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="13"/> 6468 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="13"/>
6469 <color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 6469 <color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
...@@ -6473,7 +6473,7 @@ ...@@ -6473,7 +6473,7 @@
6473 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 6473 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
6474 <constraints> 6474 <constraints>
6475 <constraint firstAttribute="trailing" secondItem="vxR-zz-pSz" secondAttribute="trailing" constant="50" id="OWO-u7-WWF"/> 6475 <constraint firstAttribute="trailing" secondItem="vxR-zz-pSz" secondAttribute="trailing" constant="50" id="OWO-u7-WWF"/>
6476 - <constraint firstAttribute="height" constant="60" id="eZl-5f-t1k"/> 6476 + <constraint firstAttribute="height" constant="50" id="eZl-5f-t1k"/>
6477 <constraint firstItem="vxR-zz-pSz" firstAttribute="centerY" secondItem="Sqn-ZO-eeZ" secondAttribute="centerY" id="r24-9D-0zA"/> 6477 <constraint firstItem="vxR-zz-pSz" firstAttribute="centerY" secondItem="Sqn-ZO-eeZ" secondAttribute="centerY" id="r24-9D-0zA"/>
6478 <constraint firstItem="vxR-zz-pSz" firstAttribute="leading" secondItem="Sqn-ZO-eeZ" secondAttribute="leading" constant="50" id="vEI-wS-wEv"/> 6478 <constraint firstItem="vxR-zz-pSz" firstAttribute="leading" secondItem="Sqn-ZO-eeZ" secondAttribute="leading" constant="50" id="vEI-wS-wEv"/>
6479 </constraints> 6479 </constraints>
......
...@@ -27,7 +27,7 @@ class PopupMerchantsViewController: UIViewController { ...@@ -27,7 +27,7 @@ class PopupMerchantsViewController: UIViewController {
27 tableView.delegate = self 27 tableView.delegate = self
28 tableView.dataSource = self 28 tableView.dataSource = self
29 29
30 - tableView.contentInset.top = 50 30 + tableView.contentInset.top = 40
31 31
32 popupView.clipsToBounds = true 32 popupView.clipsToBounds = true
33 popupView.layer.cornerRadius = 16 33 popupView.layer.cornerRadius = 16
...@@ -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 60.0 75 + return 50.0
76 } else { 76 } else {
77 return 0.0 77 return 0.0
78 } 78 }
......