Showing
4 changed files
with
92 additions
and
92 deletions
| ... | @@ -23,7 +23,7 @@ import SwiftEventBus | ... | @@ -23,7 +23,7 @@ import SwiftEventBus |
| 23 | getCouponsRequest() | 23 | getCouponsRequest() |
| 24 | 24 | ||
| 25 | setBackButton() | 25 | setBackButton() |
| 26 | - setNavigationTitle("Ενεργά κουπόνια") | 26 | + setNavigationTitle("GIFTS FOR YOU") |
| 27 | 27 | ||
| 28 | // backgroundImage.image = UIImage(named: "coupons_scrollview_dark", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) | 28 | // backgroundImage.image = UIImage(named: "coupons_scrollview_dark", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) |
| 29 | 29 | ... | ... |
| ... | @@ -296,8 +296,8 @@ import SwiftEventBus | ... | @@ -296,8 +296,8 @@ import SwiftEventBus |
| 296 | 296 | ||
| 297 | // MARK: - Actions | 297 | // MARK: - Actions |
| 298 | @IBAction func dfyBannerButtonAction(_ sender: Any) { | 298 | @IBAction func dfyBannerButtonAction(_ sender: Any) { |
| 299 | - var totalCouponValue = swiftApi().getDealsCouponsSum() | 299 | +// var totalCouponValue = swiftApi().getDealsCouponsSum() |
| 300 | - if (totalCouponValue > 0.0) { | 300 | +// if (totalCouponValue > 0.0) { |
| 301 | print("DFY coupon banner pressed!") | 301 | print("DFY coupon banner pressed!") |
| 302 | // analysis_pressed event | 302 | // analysis_pressed event |
| 303 | let dealsAnalysis = swiftApi.WarplyDealsAnalysisEventModel() | 303 | let dealsAnalysis = swiftApi.WarplyDealsAnalysisEventModel() |
| ... | @@ -315,11 +315,11 @@ import SwiftEventBus | ... | @@ -315,11 +315,11 @@ import SwiftEventBus |
| 315 | SwiftEventBus.post("firebase", sender: firebaseEvent) | 315 | SwiftEventBus.post("firebase", sender: firebaseEvent) |
| 316 | 316 | ||
| 317 | swiftApi().logTrackersEvent("click", ("LoyaltyHistoryScreen:" + "DealsBanner")) | 317 | swiftApi().logTrackersEvent("click", ("LoyaltyHistoryScreen:" + "DealsBanner")) |
| 318 | - } | 318 | +// } |
| 319 | } | 319 | } |
| 320 | 320 | ||
| 321 | @IBAction func gfyBannerButtonAction(_ sender: Any) { | 321 | @IBAction func gfyBannerButtonAction(_ sender: Any) { |
| 322 | - if (loyaltyBadge._couponCount > 0) { | 322 | +// if (loyaltyBadge._couponCount > 0) { |
| 323 | // let firebaseEvent = swiftApi.LoyaltySDKFirebaseEventModel() | 323 | // let firebaseEvent = swiftApi.LoyaltySDKFirebaseEventModel() |
| 324 | // firebaseEvent._eventName = "did_tap_deals_for_you_badge" | 324 | // firebaseEvent._eventName = "did_tap_deals_for_you_badge" |
| 325 | // firebaseEvent.setParameter = ("screen", "Loyalty History") | 325 | // firebaseEvent.setParameter = ("screen", "Loyalty History") |
| ... | @@ -335,11 +335,11 @@ import SwiftEventBus | ... | @@ -335,11 +335,11 @@ import SwiftEventBus |
| 335 | let storyboard = UIStoryboard(name: "Main", bundle: Bundle(for: MyEmptyClass.self)) | 335 | let storyboard = UIStoryboard(name: "Main", bundle: Bundle(for: MyEmptyClass.self)) |
| 336 | let vc = storyboard.instantiateViewController(withIdentifier: "LoyaltyAnalysisViewController") as! SwiftWarplyFramework.LoyaltyAnalysisViewController | 336 | let vc = storyboard.instantiateViewController(withIdentifier: "LoyaltyAnalysisViewController") as! SwiftWarplyFramework.LoyaltyAnalysisViewController |
| 337 | self.navigationController?.pushViewController(vc, animated: true) | 337 | self.navigationController?.pushViewController(vc, animated: true) |
| 338 | - } | 338 | +// } |
| 339 | } | 339 | } |
| 340 | 340 | ||
| 341 | @IBAction func marketBannerButtonAction(_ sender: Any) { | 341 | @IBAction func marketBannerButtonAction(_ sender: Any) { |
| 342 | - if (self.unifiedCouponsDiscount > 0.0) { | 342 | +// if (self.unifiedCouponsDiscount > 0.0) { |
| 343 | let firebaseEvent = swiftApi.LoyaltySDKFirebaseEventModel() | 343 | let firebaseEvent = swiftApi.LoyaltySDKFirebaseEventModel() |
| 344 | firebaseEvent._eventName = "did_tap_market_badge" | 344 | firebaseEvent._eventName = "did_tap_market_badge" |
| 345 | firebaseEvent.setParameter = ("screen", "Loyalty History") | 345 | firebaseEvent.setParameter = ("screen", "Loyalty History") |
| ... | @@ -350,6 +350,6 @@ import SwiftEventBus | ... | @@ -350,6 +350,6 @@ import SwiftEventBus |
| 350 | let storyboard = UIStoryboard(name: "Main", bundle: Bundle(for: MyEmptyClass.self)) | 350 | let storyboard = UIStoryboard(name: "Main", bundle: Bundle(for: MyEmptyClass.self)) |
| 351 | let vc = storyboard.instantiateViewController(withIdentifier: "MarketLoyaltyAnalysisViewController") as! SwiftWarplyFramework.MarketLoyaltyAnalysisViewController | 351 | let vc = storyboard.instantiateViewController(withIdentifier: "MarketLoyaltyAnalysisViewController") as! SwiftWarplyFramework.MarketLoyaltyAnalysisViewController |
| 352 | self.navigationController?.pushViewController(vc, animated: true) | 352 | self.navigationController?.pushViewController(vc, animated: true) |
| 353 | - } | 353 | +// } |
| 354 | } | 354 | } |
| 355 | } | 355 | } | ... | ... |
| ... | @@ -2742,23 +2742,23 @@ | ... | @@ -2742,23 +2742,23 @@ |
| 2742 | </connections> | 2742 | </connections> |
| 2743 | </tableViewCell> | 2743 | </tableViewCell> |
| 2744 | <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletBadgesTableViewCellId" id="TeS-tP-Ilh" customClass="WalletBadgesTableViewCell" customModule="SwiftWarplyFramework"> | 2744 | <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletBadgesTableViewCellId" id="TeS-tP-Ilh" customClass="WalletBadgesTableViewCell" customModule="SwiftWarplyFramework"> |
| 2745 | - <rect key="frame" x="0.0" y="947.5" width="414" height="44"/> | 2745 | + <rect key="frame" x="0.0" y="947.5" width="414" height="260"/> |
| 2746 | <autoresizingMask key="autoresizingMask"/> | 2746 | <autoresizingMask key="autoresizingMask"/> |
| 2747 | <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="TeS-tP-Ilh" id="FFV-uA-HHA"> | 2747 | <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="TeS-tP-Ilh" id="FFV-uA-HHA"> |
| 2748 | - <rect key="frame" x="0.0" y="0.0" width="414" height="44"/> | 2748 | + <rect key="frame" x="0.0" y="0.0" width="414" height="260"/> |
| 2749 | <autoresizingMask key="autoresizingMask"/> | 2749 | <autoresizingMask key="autoresizingMask"/> |
| 2750 | <subviews> | 2750 | <subviews> |
| 2751 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="AV7-t1-eK0"> | 2751 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="AV7-t1-eK0"> |
| 2752 | - <rect key="frame" x="0.0" y="0.0" width="414" height="44"/> | 2752 | + <rect key="frame" x="0.0" y="0.0" width="414" height="260"/> |
| 2753 | <subviews> | 2753 | <subviews> |
| 2754 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="COSMOTE Επιβράβευση" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Z0E-V6-vKD"> | 2754 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="COSMOTE Επιβράβευση" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Z0E-V6-vKD"> |
| 2755 | - <rect key="frame" x="20" y="30" width="374" height="0.0"/> | 2755 | + <rect key="frame" x="20" y="30" width="374" height="21"/> |
| 2756 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="21"/> | 2756 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="21"/> |
| 2757 | <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | 2757 | <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 2758 | <nil key="highlightedColor"/> | 2758 | <nil key="highlightedColor"/> |
| 2759 | </label> | 2759 | </label> |
| 2760 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kge-nO-6ZA" userLabel="BadgesView"> | 2760 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kge-nO-6ZA" userLabel="BadgesView"> |
| 2761 | - <rect key="frame" x="0.0" y="44" width="414" height="0.0"/> | 2761 | + <rect key="frame" x="0.0" y="65" width="414" height="195"/> |
| 2762 | <subviews> | 2762 | <subviews> |
| 2763 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_badge_lines" translatesAutoresizingMaskIntoConstraints="NO" id="Cib-tj-hT7"> | 2763 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_badge_lines" translatesAutoresizingMaskIntoConstraints="NO" id="Cib-tj-hT7"> |
| 2764 | <rect key="frame" x="7" y="50" width="400" height="80"/> | 2764 | <rect key="frame" x="7" y="50" width="400" height="80"/> |
| ... | @@ -2836,19 +2836,19 @@ | ... | @@ -2836,19 +2836,19 @@ |
| 2836 | </constraints> | 2836 | </constraints> |
| 2837 | </view> | 2837 | </view> |
| 2838 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Qge-34-vJ3"> | 2838 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Qge-34-vJ3"> |
| 2839 | - <rect key="frame" x="169.5" y="120" width="75" height="73"/> | 2839 | + <rect key="frame" x="169.5" y="120" width="75" height="75"/> |
| 2840 | <subviews> | 2840 | <subviews> |
| 2841 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_dfy_earn" translatesAutoresizingMaskIntoConstraints="NO" id="gGn-2u-akB"> | 2841 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_dfy_earn" translatesAutoresizingMaskIntoConstraints="NO" id="gGn-2u-akB"> |
| 2842 | - <rect key="frame" x="0.0" y="0.0" width="75" height="73"/> | 2842 | + <rect key="frame" x="0.0" y="0.0" width="75" height="75"/> |
| 2843 | </imageView> | 2843 | </imageView> |
| 2844 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0,00€" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8JV-5a-Jar"> | 2844 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0,00€" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8JV-5a-Jar"> |
| 2845 | - <rect key="frame" x="5" y="44" width="65" height="11"/> | 2845 | + <rect key="frame" x="5" y="46" width="65" height="11"/> |
| 2846 | <fontDescription key="fontDescription" name="PFSquareSansPro-ExtraBlack" family="PF Square Sans Pro" pointSize="11"/> | 2846 | <fontDescription key="fontDescription" name="PFSquareSansPro-ExtraBlack" family="PF Square Sans Pro" pointSize="11"/> |
| 2847 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="calibratedRGB"/> | 2847 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="calibratedRGB"/> |
| 2848 | <nil key="highlightedColor"/> | 2848 | <nil key="highlightedColor"/> |
| 2849 | </label> | 2849 | </label> |
| 2850 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6UC-iU-ey4"> | 2850 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6UC-iU-ey4"> |
| 2851 | - <rect key="frame" x="0.0" y="0.0" width="75" height="73"/> | 2851 | + <rect key="frame" x="0.0" y="0.0" width="75" height="75"/> |
| 2852 | <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | 2852 | <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 2853 | <state key="normal" title="Button"/> | 2853 | <state key="normal" title="Button"/> |
| 2854 | <buttonConfiguration key="configuration" style="plain" title="Button"> | 2854 | <buttonConfiguration key="configuration" style="plain" title="Button"> |
| ... | @@ -2969,19 +2969,19 @@ | ... | @@ -2969,19 +2969,19 @@ |
| 2969 | </connections> | 2969 | </connections> |
| 2970 | </tableViewCell> | 2970 | </tableViewCell> |
| 2971 | <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletBannersTableViewCellId" id="fgI-zL-RPZ" customClass="WalletBannersTableViewCell" customModule="SwiftWarplyFramework"> | 2971 | <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletBannersTableViewCellId" id="fgI-zL-RPZ" customClass="WalletBannersTableViewCell" customModule="SwiftWarplyFramework"> |
| 2972 | - <rect key="frame" x="0.0" y="991.5" width="414" height="404"/> | 2972 | + <rect key="frame" x="0.0" y="1207.5" width="414" height="404"/> |
| 2973 | <autoresizingMask key="autoresizingMask"/> | 2973 | <autoresizingMask key="autoresizingMask"/> |
| 2974 | <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="fgI-zL-RPZ" id="gNB-PU-R1J"> | 2974 | <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="fgI-zL-RPZ" id="gNB-PU-R1J"> |
| 2975 | <rect key="frame" x="0.0" y="0.0" width="414" height="404"/> | 2975 | <rect key="frame" x="0.0" y="0.0" width="414" height="404"/> |
| 2976 | <autoresizingMask key="autoresizingMask"/> | 2976 | <autoresizingMask key="autoresizingMask"/> |
| 2977 | <subviews> | 2977 | <subviews> |
| 2978 | - <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="IZz-Fy-5Iv"> | 2978 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="IZz-Fy-5Iv"> |
| 2979 | <rect key="frame" x="0.0" y="0.0" width="414" height="404"/> | 2979 | <rect key="frame" x="0.0" y="0.0" width="414" height="404"/> |
| 2980 | <subviews> | 2980 | <subviews> |
| 2981 | - <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="OfG-0m-RTE" userLabel="SumBannerView"> | 2981 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="OfG-0m-RTE" userLabel="SumBannerView"> |
| 2982 | <rect key="frame" x="0.0" y="30" width="414" height="105"/> | 2982 | <rect key="frame" x="0.0" y="30" width="414" height="105"/> |
| 2983 | <subviews> | 2983 | <subviews> |
| 2984 | - <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Rj0-Cu-gVh"> | 2984 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Rj0-Cu-gVh"> |
| 2985 | <rect key="frame" x="10" y="0.0" width="394" height="105"/> | 2985 | <rect key="frame" x="10" y="0.0" width="394" height="105"/> |
| 2986 | <subviews> | 2986 | <subviews> |
| 2987 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CB0-Nv-dLU"> | 2987 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CB0-Nv-dLU"> |
| ... | @@ -2990,7 +2990,7 @@ | ... | @@ -2990,7 +2990,7 @@ |
| 2990 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_summary_2" translatesAutoresizingMaskIntoConstraints="NO" id="pVa-Dg-SAA"> | 2990 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_summary_2" translatesAutoresizingMaskIntoConstraints="NO" id="pVa-Dg-SAA"> |
| 2991 | <rect key="frame" x="0.0" y="0.0" width="70" height="70"/> | 2991 | <rect key="frame" x="0.0" y="0.0" width="70" height="70"/> |
| 2992 | </imageView> | 2992 | </imageView> |
| 2993 | - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="0,00€" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Aze-Qh-DsE"> | 2993 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0,00€" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Aze-Qh-DsE"> |
| 2994 | <rect key="frame" x="5" y="44" width="60" height="16"/> | 2994 | <rect key="frame" x="5" y="44" width="60" height="16"/> |
| 2995 | <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="13"/> | 2995 | <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="13"/> |
| 2996 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> | 2996 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> |
| ... | @@ -3010,13 +3010,13 @@ | ... | @@ -3010,13 +3010,13 @@ |
| 3010 | <constraint firstAttribute="trailing" secondItem="Aze-Qh-DsE" secondAttribute="trailing" constant="5" id="yTg-ab-fvg"/> | 3010 | <constraint firstAttribute="trailing" secondItem="Aze-Qh-DsE" secondAttribute="trailing" constant="5" id="yTg-ab-fvg"/> |
| 3011 | </constraints> | 3011 | </constraints> |
| 3012 | </view> | 3012 | </view> |
| 3013 | - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="Μέχρι τώρα έχεις κερδίσει 0,00€ στο For You!" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cbn-Gp-QeC"> | 3013 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Μέχρι τώρα έχεις κερδίσει 0,00€ στο For You!" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cbn-Gp-QeC"> |
| 3014 | <rect key="frame" x="95" y="35.5" width="259" height="34.5"/> | 3014 | <rect key="frame" x="95" y="35.5" width="259" height="34.5"/> |
| 3015 | <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="14"/> | 3015 | <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="14"/> |
| 3016 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> | 3016 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> |
| 3017 | <nil key="highlightedColor"/> | 3017 | <nil key="highlightedColor"/> |
| 3018 | </label> | 3018 | </label> |
| 3019 | - <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" image="ic_down_dark_2" translatesAutoresizingMaskIntoConstraints="NO" id="knu-qY-418"> | 3019 | + <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_down_dark_2" translatesAutoresizingMaskIntoConstraints="NO" id="knu-qY-418"> |
| 3020 | <rect key="frame" x="364" y="45" width="15" height="15"/> | 3020 | <rect key="frame" x="364" y="45" width="15" height="15"/> |
| 3021 | <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | 3021 | <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 3022 | <constraints> | 3022 | <constraints> |
| ... | @@ -3036,7 +3036,7 @@ | ... | @@ -3036,7 +3036,7 @@ |
| 3036 | <constraint firstItem="knu-qY-418" firstAttribute="centerY" secondItem="Rj0-Cu-gVh" secondAttribute="centerY" id="jp1-ai-rp3"/> | 3036 | <constraint firstItem="knu-qY-418" firstAttribute="centerY" secondItem="Rj0-Cu-gVh" secondAttribute="centerY" id="jp1-ai-rp3"/> |
| 3037 | </constraints> | 3037 | </constraints> |
| 3038 | </view> | 3038 | </view> |
| 3039 | - <button opaque="NO" contentMode="scaleToFill" ambiguous="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aay-8s-7rN" userLabel="SumBannerButton"> | 3039 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aay-8s-7rN" userLabel="SumBannerButton"> |
| 3040 | <rect key="frame" x="10" y="0.0" width="394" height="105"/> | 3040 | <rect key="frame" x="10" y="0.0" width="394" height="105"/> |
| 3041 | <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | 3041 | <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 3042 | <state key="normal" title="Button"/> | 3042 | <state key="normal" title="Button"/> |
| ... | @@ -3061,10 +3061,10 @@ | ... | @@ -3061,10 +3061,10 @@ |
| 3061 | <constraint firstItem="Rj0-Cu-gVh" firstAttribute="leading" secondItem="OfG-0m-RTE" secondAttribute="leading" constant="10" id="m63-zf-rMF"/> | 3061 | <constraint firstItem="Rj0-Cu-gVh" firstAttribute="leading" secondItem="OfG-0m-RTE" secondAttribute="leading" constant="10" id="m63-zf-rMF"/> |
| 3062 | </constraints> | 3062 | </constraints> |
| 3063 | </view> | 3063 | </view> |
| 3064 | - <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="2dQ-gW-ZGR" userLabel="DFYBannerView"> | 3064 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2dQ-gW-ZGR" userLabel="DFYBannerView"> |
| 3065 | <rect key="frame" x="0.0" y="143" width="414" height="80"/> | 3065 | <rect key="frame" x="0.0" y="143" width="414" height="80"/> |
| 3066 | <subviews> | 3066 | <subviews> |
| 3067 | - <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="EFW-8j-JaD"> | 3067 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="EFW-8j-JaD"> |
| 3068 | <rect key="frame" x="20" y="0.0" width="374" height="80"/> | 3068 | <rect key="frame" x="20" y="0.0" width="374" height="80"/> |
| 3069 | <subviews> | 3069 | <subviews> |
| 3070 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bFi-pX-oUX"> | 3070 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bFi-pX-oUX"> |
| ... | @@ -3073,7 +3073,7 @@ | ... | @@ -3073,7 +3073,7 @@ |
| 3073 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_dfy_3" translatesAutoresizingMaskIntoConstraints="NO" id="ok3-tt-LNZ"> | 3073 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_dfy_3" translatesAutoresizingMaskIntoConstraints="NO" id="ok3-tt-LNZ"> |
| 3074 | <rect key="frame" x="0.0" y="0.0" width="70" height="70"/> | 3074 | <rect key="frame" x="0.0" y="0.0" width="70" height="70"/> |
| 3075 | </imageView> | 3075 | </imageView> |
| 3076 | - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="0,00€" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="C2x-dc-SFa"> | 3076 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0,00€" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="C2x-dc-SFa"> |
| 3077 | <rect key="frame" x="5" y="46" width="60" height="14"/> | 3077 | <rect key="frame" x="5" y="46" width="60" height="14"/> |
| 3078 | <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="11"/> | 3078 | <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="11"/> |
| 3079 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> | 3079 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> |
| ... | @@ -3093,7 +3093,7 @@ | ... | @@ -3093,7 +3093,7 @@ |
| 3093 | <constraint firstAttribute="trailing" secondItem="ok3-tt-LNZ" secondAttribute="trailing" id="sU3-QC-FQG"/> | 3093 | <constraint firstAttribute="trailing" secondItem="ok3-tt-LNZ" secondAttribute="trailing" id="sU3-QC-FQG"/> |
| 3094 | </constraints> | 3094 | </constraints> |
| 3095 | </view> | 3095 | </view> |
| 3096 | - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="Έχεις κερδίσει 0,00€ με το DEALS for YOU!" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GEe-wr-xOR"> | 3096 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Έχεις κερδίσει 0,00€ με το DEALS for YOU!" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GEe-wr-xOR"> |
| 3097 | <rect key="frame" x="85" y="23" width="279" height="34.5"/> | 3097 | <rect key="frame" x="85" y="23" width="279" height="34.5"/> |
| 3098 | <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="14"/> | 3098 | <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="14"/> |
| 3099 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> | 3099 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> |
| ... | @@ -3109,7 +3109,7 @@ | ... | @@ -3109,7 +3109,7 @@ |
| 3109 | <constraint firstAttribute="trailing" secondItem="GEe-wr-xOR" secondAttribute="trailing" constant="10" id="saL-if-HkB"/> | 3109 | <constraint firstAttribute="trailing" secondItem="GEe-wr-xOR" secondAttribute="trailing" constant="10" id="saL-if-HkB"/> |
| 3110 | </constraints> | 3110 | </constraints> |
| 3111 | </view> | 3111 | </view> |
| 3112 | - <button opaque="NO" contentMode="scaleToFill" ambiguous="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="YP0-jS-U7B" userLabel="DfyBannerButton"> | 3112 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="YP0-jS-U7B" userLabel="DfyBannerButton"> |
| 3113 | <rect key="frame" x="10" y="0.0" width="394" height="80"/> | 3113 | <rect key="frame" x="10" y="0.0" width="394" height="80"/> |
| 3114 | <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | 3114 | <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 3115 | <state key="normal" title="Button"/> | 3115 | <state key="normal" title="Button"/> |
| ... | @@ -3134,10 +3134,10 @@ | ... | @@ -3134,10 +3134,10 @@ |
| 3134 | <constraint firstAttribute="trailing" secondItem="YP0-jS-U7B" secondAttribute="trailing" constant="10" id="xdY-s9-WXF"/> | 3134 | <constraint firstAttribute="trailing" secondItem="YP0-jS-U7B" secondAttribute="trailing" constant="10" id="xdY-s9-WXF"/> |
| 3135 | </constraints> | 3135 | </constraints> |
| 3136 | </view> | 3136 | </view> |
| 3137 | - <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="SGW-6p-5Rx" userLabel="GFYBannerView"> | 3137 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="SGW-6p-5Rx" userLabel="GFYBannerView"> |
| 3138 | <rect key="frame" x="0.0" y="231" width="414" height="80"/> | 3138 | <rect key="frame" x="0.0" y="231" width="414" height="80"/> |
| 3139 | <subviews> | 3139 | <subviews> |
| 3140 | - <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="9TA-Yr-wfr"> | 3140 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="9TA-Yr-wfr"> |
| 3141 | <rect key="frame" x="20" y="0.0" width="374" height="80"/> | 3141 | <rect key="frame" x="20" y="0.0" width="374" height="80"/> |
| 3142 | <subviews> | 3142 | <subviews> |
| 3143 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="G7W-Tk-gbg"> | 3143 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="G7W-Tk-gbg"> |
| ... | @@ -3146,7 +3146,7 @@ | ... | @@ -3146,7 +3146,7 @@ |
| 3146 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_coupons_4" translatesAutoresizingMaskIntoConstraints="NO" id="lRn-76-d0E"> | 3146 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_coupons_4" translatesAutoresizingMaskIntoConstraints="NO" id="lRn-76-d0E"> |
| 3147 | <rect key="frame" x="0.0" y="0.0" width="70" height="70"/> | 3147 | <rect key="frame" x="0.0" y="0.0" width="70" height="70"/> |
| 3148 | </imageView> | 3148 | </imageView> |
| 3149 | - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="0,00€" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bUQ-FY-h23"> | 3149 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0,00€" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bUQ-FY-h23"> |
| 3150 | <rect key="frame" x="5" y="46" width="60" height="14"/> | 3150 | <rect key="frame" x="5" y="46" width="60" height="14"/> |
| 3151 | <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="11"/> | 3151 | <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="11"/> |
| 3152 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> | 3152 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> |
| ... | @@ -3166,7 +3166,7 @@ | ... | @@ -3166,7 +3166,7 @@ |
| 3166 | <constraint firstAttribute="trailing" secondItem="lRn-76-d0E" secondAttribute="trailing" id="uyw-zg-bqx"/> | 3166 | <constraint firstAttribute="trailing" secondItem="lRn-76-d0E" secondAttribute="trailing" id="uyw-zg-bqx"/> |
| 3167 | </constraints> | 3167 | </constraints> |
| 3168 | </view> | 3168 | </view> |
| 3169 | - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="Έχεις κερδίσει 0,00€ με το GIFTS for YOU!" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qHX-FJ-nRB"> | 3169 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Έχεις κερδίσει 0,00€ με το GIFTS for YOU!" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qHX-FJ-nRB"> |
| 3170 | <rect key="frame" x="85" y="31.5" width="279" height="17.5"/> | 3170 | <rect key="frame" x="85" y="31.5" width="279" height="17.5"/> |
| 3171 | <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="14"/> | 3171 | <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="14"/> |
| 3172 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> | 3172 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> |
| ... | @@ -3182,7 +3182,7 @@ | ... | @@ -3182,7 +3182,7 @@ |
| 3182 | <constraint firstItem="G7W-Tk-gbg" firstAttribute="leading" secondItem="9TA-Yr-wfr" secondAttribute="leading" constant="5" id="wPM-eF-7Ba"/> | 3182 | <constraint firstItem="G7W-Tk-gbg" firstAttribute="leading" secondItem="9TA-Yr-wfr" secondAttribute="leading" constant="5" id="wPM-eF-7Ba"/> |
| 3183 | </constraints> | 3183 | </constraints> |
| 3184 | </view> | 3184 | </view> |
| 3185 | - <button opaque="NO" contentMode="scaleToFill" ambiguous="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="JF7-4Y-y7k" userLabel="GfyBannerButton"> | 3185 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="JF7-4Y-y7k" userLabel="GfyBannerButton"> |
| 3186 | <rect key="frame" x="10" y="0.0" width="394" height="80"/> | 3186 | <rect key="frame" x="10" y="0.0" width="394" height="80"/> |
| 3187 | <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | 3187 | <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 3188 | <state key="normal" title="Button"/> | 3188 | <state key="normal" title="Button"/> |
| ... | @@ -3207,10 +3207,10 @@ | ... | @@ -3207,10 +3207,10 @@ |
| 3207 | <constraint firstAttribute="trailing" secondItem="JF7-4Y-y7k" secondAttribute="trailing" constant="10" id="xks-8Y-KE3"/> | 3207 | <constraint firstAttribute="trailing" secondItem="JF7-4Y-y7k" secondAttribute="trailing" constant="10" id="xks-8Y-KE3"/> |
| 3208 | </constraints> | 3208 | </constraints> |
| 3209 | </view> | 3209 | </view> |
| 3210 | - <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="g3T-Ph-deu" userLabel="MarketBannerView"> | 3210 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="g3T-Ph-deu" userLabel="MarketBannerView"> |
| 3211 | <rect key="frame" x="0.0" y="319" width="414" height="80"/> | 3211 | <rect key="frame" x="0.0" y="319" width="414" height="80"/> |
| 3212 | <subviews> | 3212 | <subviews> |
| 3213 | - <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="CB2-MZ-o9a"> | 3213 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CB2-MZ-o9a"> |
| 3214 | <rect key="frame" x="20" y="0.0" width="374" height="80"/> | 3214 | <rect key="frame" x="20" y="0.0" width="374" height="80"/> |
| 3215 | <subviews> | 3215 | <subviews> |
| 3216 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ySD-yw-FWO"> | 3216 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ySD-yw-FWO"> |
| ... | @@ -3219,7 +3219,7 @@ | ... | @@ -3219,7 +3219,7 @@ |
| 3219 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_market_2" translatesAutoresizingMaskIntoConstraints="NO" id="bLD-hY-yKe"> | 3219 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_market_2" translatesAutoresizingMaskIntoConstraints="NO" id="bLD-hY-yKe"> |
| 3220 | <rect key="frame" x="0.0" y="0.0" width="70" height="70"/> | 3220 | <rect key="frame" x="0.0" y="0.0" width="70" height="70"/> |
| 3221 | </imageView> | 3221 | </imageView> |
| 3222 | - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="0,00€" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hlX-MN-0VI"> | 3222 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0,00€" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hlX-MN-0VI"> |
| 3223 | <rect key="frame" x="5" y="46" width="60" height="14"/> | 3223 | <rect key="frame" x="5" y="46" width="60" height="14"/> |
| 3224 | <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="11"/> | 3224 | <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="11"/> |
| 3225 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> | 3225 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> |
| ... | @@ -3239,7 +3239,7 @@ | ... | @@ -3239,7 +3239,7 @@ |
| 3239 | <constraint firstAttribute="bottom" secondItem="hlX-MN-0VI" secondAttribute="bottom" constant="10" id="ubg-aW-zzq"/> | 3239 | <constraint firstAttribute="bottom" secondItem="hlX-MN-0VI" secondAttribute="bottom" constant="10" id="ubg-aW-zzq"/> |
| 3240 | </constraints> | 3240 | </constraints> |
| 3241 | </view> | 3241 | </view> |
| 3242 | - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="Έχεις κερδίσει 0,00€ με τα SUPERMARKET DEALS!" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sGV-yK-eyk"> | 3242 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Έχεις κερδίσει 0,00€ με τα SUPERMARKET DEALS!" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sGV-yK-eyk"> |
| 3243 | <rect key="frame" x="85" y="23" width="279" height="34.5"/> | 3243 | <rect key="frame" x="85" y="23" width="279" height="34.5"/> |
| 3244 | <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="14"/> | 3244 | <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="14"/> |
| 3245 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> | 3245 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> |
| ... | @@ -3255,7 +3255,7 @@ | ... | @@ -3255,7 +3255,7 @@ |
| 3255 | <constraint firstAttribute="trailing" secondItem="sGV-yK-eyk" secondAttribute="trailing" constant="10" id="uf1-3f-9XJ"/> | 3255 | <constraint firstAttribute="trailing" secondItem="sGV-yK-eyk" secondAttribute="trailing" constant="10" id="uf1-3f-9XJ"/> |
| 3256 | </constraints> | 3256 | </constraints> |
| 3257 | </view> | 3257 | </view> |
| 3258 | - <button opaque="NO" contentMode="scaleToFill" ambiguous="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mfB-19-dpV" userLabel="MarketBannerButton"> | 3258 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mfB-19-dpV" userLabel="MarketBannerButton"> |
| 3259 | <rect key="frame" x="10" y="0.0" width="394" height="80"/> | 3259 | <rect key="frame" x="10" y="0.0" width="394" height="80"/> |
| 3260 | <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | 3260 | <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 3261 | <state key="normal" title="Button"/> | 3261 | <state key="normal" title="Button"/> |
| ... | @@ -3337,45 +3337,45 @@ | ... | @@ -3337,45 +3337,45 @@ |
| 3337 | </connections> | 3337 | </connections> |
| 3338 | </tableViewCell> | 3338 | </tableViewCell> |
| 3339 | <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletActiveCouponsTableViewCellId" id="qaY-Zw-d8E" customClass="WalletActiveCouponsTableViewCell" customModule="SwiftWarplyFramework"> | 3339 | <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletActiveCouponsTableViewCellId" id="qaY-Zw-d8E" customClass="WalletActiveCouponsTableViewCell" customModule="SwiftWarplyFramework"> |
| 3340 | - <rect key="frame" x="0.0" y="1395.5" width="414" height="98"/> | 3340 | + <rect key="frame" x="0.0" y="1611.5" width="414" height="103"/> |
| 3341 | <autoresizingMask key="autoresizingMask"/> | 3341 | <autoresizingMask key="autoresizingMask"/> |
| 3342 | <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="qaY-Zw-d8E" id="MoF-lG-k6u"> | 3342 | <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="qaY-Zw-d8E" id="MoF-lG-k6u"> |
| 3343 | - <rect key="frame" x="0.0" y="0.0" width="414" height="98"/> | 3343 | + <rect key="frame" x="0.0" y="0.0" width="414" height="103"/> |
| 3344 | <autoresizingMask key="autoresizingMask"/> | 3344 | <autoresizingMask key="autoresizingMask"/> |
| 3345 | <subviews> | 3345 | <subviews> |
| 3346 | - <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="t2C-9l-nWs" userLabel="ParentView"> | 3346 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="t2C-9l-nWs" userLabel="ParentView"> |
| 3347 | - <rect key="frame" x="0.0" y="0.0" width="414" height="98"/> | 3347 | + <rect key="frame" x="0.0" y="0.0" width="414" height="103"/> |
| 3348 | <subviews> | 3348 | <subviews> |
| 3349 | - <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Ago-Pf-BGo"> | 3349 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ago-Pf-BGo"> |
| 3350 | - <rect key="frame" x="20" y="3" width="111.5" height="92"/> | 3350 | + <rect key="frame" x="20" y="3" width="111.5" height="97"/> |
| 3351 | <subviews> | 3351 | <subviews> |
| 3352 | - <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Phm-pC-5YX"> | 3352 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Phm-pC-5YX"> |
| 3353 | - <rect key="frame" x="0.0" y="0.0" width="111.5" height="92"/> | 3353 | + <rect key="frame" x="0.0" y="0.0" width="111.5" height="97"/> |
| 3354 | <subviews> | 3354 | <subviews> |
| 3355 | - <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="wLH-YV-5Bn"> | 3355 | + <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="wLH-YV-5Bn"> |
| 3356 | <rect key="frame" x="29.5" y="15" width="52" height="32"/> | 3356 | <rect key="frame" x="29.5" y="15" width="52" height="32"/> |
| 3357 | <constraints> | 3357 | <constraints> |
| 3358 | <constraint firstAttribute="height" constant="32" id="EtR-nn-mGe"/> | 3358 | <constraint firstAttribute="height" constant="32" id="EtR-nn-mGe"/> |
| 3359 | <constraint firstAttribute="width" constant="52" id="cGb-tB-T1G"/> | 3359 | <constraint firstAttribute="width" constant="52" id="cGb-tB-T1G"/> |
| 3360 | </constraints> | 3360 | </constraints> |
| 3361 | </imageView> | 3361 | </imageView> |
| 3362 | - <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="wBk-nW-MGe" userLabel="LineView1"> | 3362 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="wBk-nW-MGe" userLabel="LineView1"> |
| 3363 | - <rect key="frame" x="10" y="52" width="91.5" height="1"/> | 3363 | + <rect key="frame" x="10" y="57" width="91.5" height="1"/> |
| 3364 | <color key="backgroundColor" red="0.90196078431372551" green="0.90196078431372551" blue="0.90196078431372551" alpha="1" colorSpace="calibratedRGB"/> | 3364 | <color key="backgroundColor" red="0.90196078431372551" green="0.90196078431372551" blue="0.90196078431372551" alpha="1" colorSpace="calibratedRGB"/> |
| 3365 | <constraints> | 3365 | <constraints> |
| 3366 | <constraint firstAttribute="height" constant="1" id="sfB-Gv-awg"/> | 3366 | <constraint firstAttribute="height" constant="1" id="sfB-Gv-awg"/> |
| 3367 | </constraints> | 3367 | </constraints> |
| 3368 | </view> | 3368 | </view> |
| 3369 | - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="DEALS for YOU" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="TZr-sg-ajR"> | 3369 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="DEALS for YOU" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="TZr-sg-ajR"> |
| 3370 | - <rect key="frame" x="5" y="63" width="101.5" height="14"/> | 3370 | + <rect key="frame" x="5" y="68" width="101.5" height="14"/> |
| 3371 | <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/> | 3371 | <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/> |
| 3372 | <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> | 3372 | <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> |
| 3373 | <nil key="highlightedColor"/> | 3373 | <nil key="highlightedColor"/> |
| 3374 | </label> | 3374 | </label> |
| 3375 | - <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="17Q-Sz-hXW"> | 3375 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="17Q-Sz-hXW"> |
| 3376 | <rect key="frame" x="94" y="0.0" width="17.5" height="18"/> | 3376 | <rect key="frame" x="94" y="0.0" width="17.5" height="18"/> |
| 3377 | <subviews> | 3377 | <subviews> |
| 3378 | - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vgz-Be-lSQ"> | 3378 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vgz-Be-lSQ"> |
| 3379 | <rect key="frame" x="5" y="2" width="7.5" height="14"/> | 3379 | <rect key="frame" x="5" y="2" width="7.5" height="14"/> |
| 3380 | <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/> | 3380 | <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/> |
| 3381 | <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> | 3381 | <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> |
| ... | @@ -3390,8 +3390,8 @@ | ... | @@ -3390,8 +3390,8 @@ |
| 3390 | <constraint firstItem="vgz-Be-lSQ" firstAttribute="top" secondItem="17Q-Sz-hXW" secondAttribute="top" constant="2" id="qTZ-ZZ-Yz4"/> | 3390 | <constraint firstItem="vgz-Be-lSQ" firstAttribute="top" secondItem="17Q-Sz-hXW" secondAttribute="top" constant="2" id="qTZ-ZZ-Yz4"/> |
| 3391 | </constraints> | 3391 | </constraints> |
| 3392 | </view> | 3392 | </view> |
| 3393 | - <button opaque="NO" contentMode="scaleToFill" ambiguous="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gr4-DX-CHP"> | 3393 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gr4-DX-CHP"> |
| 3394 | - <rect key="frame" x="0.0" y="0.0" width="111.5" height="92"/> | 3394 | + <rect key="frame" x="0.0" y="0.0" width="111.5" height="97"/> |
| 3395 | <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | 3395 | <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 3396 | <state key="normal" title="Button"/> | 3396 | <state key="normal" title="Button"/> |
| 3397 | <buttonConfiguration key="configuration" style="plain" title="Button"> | 3397 | <buttonConfiguration key="configuration" style="plain" title="Button"> |
| ... | @@ -3409,7 +3409,7 @@ | ... | @@ -3409,7 +3409,7 @@ |
| 3409 | <constraint firstAttribute="trailing" secondItem="17Q-Sz-hXW" secondAttribute="trailing" id="Muw-mt-tx0"/> | 3409 | <constraint firstAttribute="trailing" secondItem="17Q-Sz-hXW" secondAttribute="trailing" id="Muw-mt-tx0"/> |
| 3410 | <constraint firstItem="gr4-DX-CHP" firstAttribute="leading" secondItem="Phm-pC-5YX" secondAttribute="leading" id="O94-5r-Jk4"/> | 3410 | <constraint firstItem="gr4-DX-CHP" firstAttribute="leading" secondItem="Phm-pC-5YX" secondAttribute="leading" id="O94-5r-Jk4"/> |
| 3411 | <constraint firstAttribute="trailing" secondItem="wBk-nW-MGe" secondAttribute="trailing" constant="10" id="Oe8-Oa-aBE"/> | 3411 | <constraint firstAttribute="trailing" secondItem="wBk-nW-MGe" secondAttribute="trailing" constant="10" id="Oe8-Oa-aBE"/> |
| 3412 | - <constraint firstItem="wBk-nW-MGe" firstAttribute="top" secondItem="wLH-YV-5Bn" secondAttribute="bottom" constant="5" id="QLq-MI-HhV"/> | 3412 | + <constraint firstItem="wBk-nW-MGe" firstAttribute="top" secondItem="wLH-YV-5Bn" secondAttribute="bottom" constant="10" id="QLq-MI-HhV"/> |
| 3413 | <constraint firstAttribute="bottom" secondItem="TZr-sg-ajR" secondAttribute="bottom" constant="15" id="Tbn-9I-RfW"/> | 3413 | <constraint firstAttribute="bottom" secondItem="TZr-sg-ajR" secondAttribute="bottom" constant="15" id="Tbn-9I-RfW"/> |
| 3414 | <constraint firstItem="TZr-sg-ajR" firstAttribute="top" secondItem="wBk-nW-MGe" secondAttribute="bottom" constant="10" id="XVf-0t-f4F"/> | 3414 | <constraint firstItem="TZr-sg-ajR" firstAttribute="top" secondItem="wBk-nW-MGe" secondAttribute="bottom" constant="10" id="XVf-0t-f4F"/> |
| 3415 | <constraint firstItem="gr4-DX-CHP" firstAttribute="top" secondItem="Phm-pC-5YX" secondAttribute="top" id="YCR-qt-l5M"/> | 3415 | <constraint firstItem="gr4-DX-CHP" firstAttribute="top" secondItem="Phm-pC-5YX" secondAttribute="top" id="YCR-qt-l5M"/> |
| ... | @@ -3430,33 +3430,33 @@ | ... | @@ -3430,33 +3430,33 @@ |
| 3430 | <constraint firstAttribute="bottom" secondItem="Phm-pC-5YX" secondAttribute="bottom" id="zsu-SI-0mG"/> | 3430 | <constraint firstAttribute="bottom" secondItem="Phm-pC-5YX" secondAttribute="bottom" id="zsu-SI-0mG"/> |
| 3431 | </constraints> | 3431 | </constraints> |
| 3432 | </view> | 3432 | </view> |
| 3433 | - <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="gZG-f4-H22"> | 3433 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gZG-f4-H22"> |
| 3434 | - <rect key="frame" x="151.5" y="3" width="111" height="92"/> | 3434 | + <rect key="frame" x="151.5" y="3" width="111" height="97"/> |
| 3435 | <subviews> | 3435 | <subviews> |
| 3436 | - <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="qYJ-x0-9v3"> | 3436 | + <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="qYJ-x0-9v3"> |
| 3437 | <rect key="frame" x="39.5" y="15" width="32" height="32"/> | 3437 | <rect key="frame" x="39.5" y="15" width="32" height="32"/> |
| 3438 | <constraints> | 3438 | <constraints> |
| 3439 | <constraint firstAttribute="height" constant="32" id="Eam-Dq-yk8"/> | 3439 | <constraint firstAttribute="height" constant="32" id="Eam-Dq-yk8"/> |
| 3440 | <constraint firstAttribute="width" constant="32" id="T94-6W-v1V"/> | 3440 | <constraint firstAttribute="width" constant="32" id="T94-6W-v1V"/> |
| 3441 | </constraints> | 3441 | </constraints> |
| 3442 | </imageView> | 3442 | </imageView> |
| 3443 | - <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="f0n-5v-nTc" userLabel="LineView2"> | 3443 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="f0n-5v-nTc" userLabel="LineView2"> |
| 3444 | - <rect key="frame" x="10" y="52" width="91" height="1"/> | 3444 | + <rect key="frame" x="10" y="57" width="91" height="1"/> |
| 3445 | <color key="backgroundColor" red="0.90196078430000004" green="0.90196078430000004" blue="0.90196078430000004" alpha="1" colorSpace="calibratedRGB"/> | 3445 | <color key="backgroundColor" red="0.90196078430000004" green="0.90196078430000004" blue="0.90196078430000004" alpha="1" colorSpace="calibratedRGB"/> |
| 3446 | <constraints> | 3446 | <constraints> |
| 3447 | <constraint firstAttribute="height" constant="1" id="2h1-Yb-N6x"/> | 3447 | <constraint firstAttribute="height" constant="1" id="2h1-Yb-N6x"/> |
| 3448 | </constraints> | 3448 | </constraints> |
| 3449 | </view> | 3449 | </view> |
| 3450 | - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="Super Market" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fPZ-hU-LRI"> | 3450 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Super Market" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fPZ-hU-LRI"> |
| 3451 | - <rect key="frame" x="5" y="63" width="101" height="14"/> | 3451 | + <rect key="frame" x="5" y="68" width="101" height="14"/> |
| 3452 | <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/> | 3452 | <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/> |
| 3453 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> | 3453 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> |
| 3454 | <nil key="highlightedColor"/> | 3454 | <nil key="highlightedColor"/> |
| 3455 | </label> | 3455 | </label> |
| 3456 | - <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="5lx-Id-hmz"> | 3456 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5lx-Id-hmz"> |
| 3457 | <rect key="frame" x="93.5" y="0.0" width="17.5" height="18"/> | 3457 | <rect key="frame" x="93.5" y="0.0" width="17.5" height="18"/> |
| 3458 | <subviews> | 3458 | <subviews> |
| 3459 | - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="STg-je-8uL"> | 3459 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="STg-je-8uL"> |
| 3460 | <rect key="frame" x="5" y="2" width="7.5" height="14"/> | 3460 | <rect key="frame" x="5" y="2" width="7.5" height="14"/> |
| 3461 | <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/> | 3461 | <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/> |
| 3462 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> | 3462 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> |
| ... | @@ -3471,8 +3471,8 @@ | ... | @@ -3471,8 +3471,8 @@ |
| 3471 | <constraint firstItem="STg-je-8uL" firstAttribute="leading" secondItem="5lx-Id-hmz" secondAttribute="leading" constant="5" id="uLK-8E-dDm"/> | 3471 | <constraint firstItem="STg-je-8uL" firstAttribute="leading" secondItem="5lx-Id-hmz" secondAttribute="leading" constant="5" id="uLK-8E-dDm"/> |
| 3472 | </constraints> | 3472 | </constraints> |
| 3473 | </view> | 3473 | </view> |
| 3474 | - <button opaque="NO" contentMode="scaleToFill" ambiguous="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="tCp-jb-GB2"> | 3474 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="tCp-jb-GB2"> |
| 3475 | - <rect key="frame" x="0.0" y="0.0" width="111" height="92"/> | 3475 | + <rect key="frame" x="0.0" y="0.0" width="111" height="97"/> |
| 3476 | <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | 3476 | <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 3477 | <state key="normal" title="Button"/> | 3477 | <state key="normal" title="Button"/> |
| 3478 | <buttonConfiguration key="configuration" style="plain" title="Button"> | 3478 | <buttonConfiguration key="configuration" style="plain" title="Button"> |
| ... | @@ -3492,7 +3492,7 @@ | ... | @@ -3492,7 +3492,7 @@ |
| 3492 | <constraint firstAttribute="bottom" secondItem="fPZ-hU-LRI" secondAttribute="bottom" constant="15" id="EJw-vG-05b"/> | 3492 | <constraint firstAttribute="bottom" secondItem="fPZ-hU-LRI" secondAttribute="bottom" constant="15" id="EJw-vG-05b"/> |
| 3493 | <constraint firstItem="qYJ-x0-9v3" firstAttribute="centerX" secondItem="gZG-f4-H22" secondAttribute="centerX" id="Jdr-AC-RAJ"/> | 3493 | <constraint firstItem="qYJ-x0-9v3" firstAttribute="centerX" secondItem="gZG-f4-H22" secondAttribute="centerX" id="Jdr-AC-RAJ"/> |
| 3494 | <constraint firstAttribute="trailing" secondItem="f0n-5v-nTc" secondAttribute="trailing" constant="10" id="Kj3-G3-DN5"/> | 3494 | <constraint firstAttribute="trailing" secondItem="f0n-5v-nTc" secondAttribute="trailing" constant="10" id="Kj3-G3-DN5"/> |
| 3495 | - <constraint firstItem="f0n-5v-nTc" firstAttribute="top" secondItem="qYJ-x0-9v3" secondAttribute="bottom" constant="5" id="RmD-s7-GV6"/> | 3495 | + <constraint firstItem="f0n-5v-nTc" firstAttribute="top" secondItem="qYJ-x0-9v3" secondAttribute="bottom" constant="10" id="RmD-s7-GV6"/> |
| 3496 | <constraint firstItem="fPZ-hU-LRI" firstAttribute="top" secondItem="f0n-5v-nTc" secondAttribute="bottom" constant="10" id="bdI-FU-xcC"/> | 3496 | <constraint firstItem="fPZ-hU-LRI" firstAttribute="top" secondItem="f0n-5v-nTc" secondAttribute="bottom" constant="10" id="bdI-FU-xcC"/> |
| 3497 | <constraint firstAttribute="trailing" secondItem="tCp-jb-GB2" secondAttribute="trailing" id="cyp-dy-gFa"/> | 3497 | <constraint firstAttribute="trailing" secondItem="tCp-jb-GB2" secondAttribute="trailing" id="cyp-dy-gFa"/> |
| 3498 | <constraint firstAttribute="bottom" secondItem="tCp-jb-GB2" secondAttribute="bottom" id="dIG-Vj-ydn"/> | 3498 | <constraint firstAttribute="bottom" secondItem="tCp-jb-GB2" secondAttribute="bottom" id="dIG-Vj-ydn"/> |
| ... | @@ -3502,33 +3502,33 @@ | ... | @@ -3502,33 +3502,33 @@ |
| 3502 | <constraint firstItem="f0n-5v-nTc" firstAttribute="leading" secondItem="gZG-f4-H22" secondAttribute="leading" constant="10" id="wkQ-g1-h06"/> | 3502 | <constraint firstItem="f0n-5v-nTc" firstAttribute="leading" secondItem="gZG-f4-H22" secondAttribute="leading" constant="10" id="wkQ-g1-h06"/> |
| 3503 | </constraints> | 3503 | </constraints> |
| 3504 | </view> | 3504 | </view> |
| 3505 | - <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="hW7-Fh-jaW"> | 3505 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hW7-Fh-jaW"> |
| 3506 | - <rect key="frame" x="282.5" y="3" width="111.5" height="92"/> | 3506 | + <rect key="frame" x="282.5" y="3" width="111.5" height="97"/> |
| 3507 | <subviews> | 3507 | <subviews> |
| 3508 | - <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="JSL-ST-Uzv"> | 3508 | + <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="JSL-ST-Uzv"> |
| 3509 | <rect key="frame" x="40" y="15" width="32" height="32"/> | 3509 | <rect key="frame" x="40" y="15" width="32" height="32"/> |
| 3510 | <constraints> | 3510 | <constraints> |
| 3511 | <constraint firstAttribute="width" constant="32" id="hUR-TJ-yVm"/> | 3511 | <constraint firstAttribute="width" constant="32" id="hUR-TJ-yVm"/> |
| 3512 | <constraint firstAttribute="height" constant="32" id="ll3-xS-hwd"/> | 3512 | <constraint firstAttribute="height" constant="32" id="ll3-xS-hwd"/> |
| 3513 | </constraints> | 3513 | </constraints> |
| 3514 | </imageView> | 3514 | </imageView> |
| 3515 | - <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="90x-B7-1Hx" userLabel="LineView3"> | 3515 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="90x-B7-1Hx" userLabel="LineView3"> |
| 3516 | - <rect key="frame" x="10" y="52" width="91.5" height="1"/> | 3516 | + <rect key="frame" x="10" y="57" width="91.5" height="1"/> |
| 3517 | <color key="backgroundColor" red="0.90196078430000004" green="0.90196078430000004" blue="0.90196078430000004" alpha="1" colorSpace="calibratedRGB"/> | 3517 | <color key="backgroundColor" red="0.90196078430000004" green="0.90196078430000004" blue="0.90196078430000004" alpha="1" colorSpace="calibratedRGB"/> |
| 3518 | <constraints> | 3518 | <constraints> |
| 3519 | <constraint firstAttribute="height" constant="1" id="ojI-ru-A13"/> | 3519 | <constraint firstAttribute="height" constant="1" id="ojI-ru-A13"/> |
| 3520 | </constraints> | 3520 | </constraints> |
| 3521 | </view> | 3521 | </view> |
| 3522 | - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="GIFTS for YOU" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="QVo-4f-20j"> | 3522 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="GIFTS for YOU" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="QVo-4f-20j"> |
| 3523 | - <rect key="frame" x="5" y="63" width="101.5" height="14"/> | 3523 | + <rect key="frame" x="5" y="68" width="101.5" height="14"/> |
| 3524 | <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/> | 3524 | <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/> |
| 3525 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> | 3525 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> |
| 3526 | <nil key="highlightedColor"/> | 3526 | <nil key="highlightedColor"/> |
| 3527 | </label> | 3527 | </label> |
| 3528 | - <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="7NF-kv-XJp"> | 3528 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7NF-kv-XJp"> |
| 3529 | <rect key="frame" x="94" y="0.0" width="17.5" height="18"/> | 3529 | <rect key="frame" x="94" y="0.0" width="17.5" height="18"/> |
| 3530 | <subviews> | 3530 | <subviews> |
| 3531 | - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BAt-M4-nMT"> | 3531 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BAt-M4-nMT"> |
| 3532 | <rect key="frame" x="5" y="2" width="7.5" height="14"/> | 3532 | <rect key="frame" x="5" y="2" width="7.5" height="14"/> |
| 3533 | <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/> | 3533 | <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="11"/> |
| 3534 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> | 3534 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> |
| ... | @@ -3543,8 +3543,8 @@ | ... | @@ -3543,8 +3543,8 @@ |
| 3543 | <constraint firstItem="BAt-M4-nMT" firstAttribute="leading" secondItem="7NF-kv-XJp" secondAttribute="leading" constant="5" id="dRz-8k-CBo"/> | 3543 | <constraint firstItem="BAt-M4-nMT" firstAttribute="leading" secondItem="7NF-kv-XJp" secondAttribute="leading" constant="5" id="dRz-8k-CBo"/> |
| 3544 | </constraints> | 3544 | </constraints> |
| 3545 | </view> | 3545 | </view> |
| 3546 | - <button opaque="NO" contentMode="scaleToFill" ambiguous="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="CeN-GT-tVP"> | 3546 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="CeN-GT-tVP"> |
| 3547 | - <rect key="frame" x="0.0" y="0.0" width="111.5" height="92"/> | 3547 | + <rect key="frame" x="0.0" y="0.0" width="111.5" height="97"/> |
| 3548 | <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | 3548 | <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 3549 | <state key="normal" title="Button"/> | 3549 | <state key="normal" title="Button"/> |
| 3550 | <buttonConfiguration key="configuration" style="plain" title="Button"> | 3550 | <buttonConfiguration key="configuration" style="plain" title="Button"> |
| ... | @@ -3570,7 +3570,7 @@ | ... | @@ -3570,7 +3570,7 @@ |
| 3570 | <constraint firstItem="CeN-GT-tVP" firstAttribute="leading" secondItem="hW7-Fh-jaW" secondAttribute="leading" id="dCU-BX-82g"/> | 3570 | <constraint firstItem="CeN-GT-tVP" firstAttribute="leading" secondItem="hW7-Fh-jaW" secondAttribute="leading" id="dCU-BX-82g"/> |
| 3571 | <constraint firstItem="QVo-4f-20j" firstAttribute="leading" secondItem="hW7-Fh-jaW" secondAttribute="leading" constant="5" id="gMT-nD-PO3"/> | 3571 | <constraint firstItem="QVo-4f-20j" firstAttribute="leading" secondItem="hW7-Fh-jaW" secondAttribute="leading" constant="5" id="gMT-nD-PO3"/> |
| 3572 | <constraint firstAttribute="bottom" secondItem="QVo-4f-20j" secondAttribute="bottom" constant="15" id="hp7-py-2WF"/> | 3572 | <constraint firstAttribute="bottom" secondItem="QVo-4f-20j" secondAttribute="bottom" constant="15" id="hp7-py-2WF"/> |
| 3573 | - <constraint firstItem="90x-B7-1Hx" firstAttribute="top" secondItem="JSL-ST-Uzv" secondAttribute="bottom" constant="5" id="vK3-8n-P3a"/> | 3573 | + <constraint firstItem="90x-B7-1Hx" firstAttribute="top" secondItem="JSL-ST-Uzv" secondAttribute="bottom" constant="10" id="vK3-8n-P3a"/> |
| 3574 | <constraint firstAttribute="trailing" secondItem="7NF-kv-XJp" secondAttribute="trailing" id="y56-Z8-k1R"/> | 3574 | <constraint firstAttribute="trailing" secondItem="7NF-kv-XJp" secondAttribute="trailing" id="y56-Z8-k1R"/> |
| 3575 | </constraints> | 3575 | </constraints> |
| 3576 | </view> | 3576 | </view> |
| ... | @@ -3620,29 +3620,29 @@ | ... | @@ -3620,29 +3620,29 @@ |
| 3620 | </connections> | 3620 | </connections> |
| 3621 | </tableViewCell> | 3621 | </tableViewCell> |
| 3622 | <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletVouchersBannerTableViewCellId" id="F1i-u5-1v2" customClass="WalletVouchersBannerTableViewCell" customModule="SwiftWarplyFramework"> | 3622 | <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletVouchersBannerTableViewCellId" id="F1i-u5-1v2" customClass="WalletVouchersBannerTableViewCell" customModule="SwiftWarplyFramework"> |
| 3623 | - <rect key="frame" x="0.0" y="1493.5" width="414" height="181"/> | 3623 | + <rect key="frame" x="0.0" y="1714.5" width="414" height="181"/> |
| 3624 | <autoresizingMask key="autoresizingMask"/> | 3624 | <autoresizingMask key="autoresizingMask"/> |
| 3625 | <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="F1i-u5-1v2" id="q9T-Eg-Gxw"> | 3625 | <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="F1i-u5-1v2" id="q9T-Eg-Gxw"> |
| 3626 | <rect key="frame" x="0.0" y="0.0" width="414" height="181"/> | 3626 | <rect key="frame" x="0.0" y="0.0" width="414" height="181"/> |
| 3627 | <autoresizingMask key="autoresizingMask"/> | 3627 | <autoresizingMask key="autoresizingMask"/> |
| 3628 | <subviews> | 3628 | <subviews> |
| 3629 | - <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="FVK-Ht-BOg" userLabel="ParentView"> | 3629 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="FVK-Ht-BOg" userLabel="ParentView"> |
| 3630 | <rect key="frame" x="0.0" y="0.0" width="414" height="181"/> | 3630 | <rect key="frame" x="0.0" y="0.0" width="414" height="181"/> |
| 3631 | <subviews> | 3631 | <subviews> |
| 3632 | - <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="zKi-zm-jUP"> | 3632 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="zKi-zm-jUP"> |
| 3633 | <rect key="frame" x="20" y="25" width="374" height="1"/> | 3633 | <rect key="frame" x="20" y="25" width="374" height="1"/> |
| 3634 | <color key="backgroundColor" red="0.61568627450980395" green="0.61568627450980395" blue="0.61176470588235299" alpha="1" colorSpace="calibratedRGB"/> | 3634 | <color key="backgroundColor" red="0.61568627450980395" green="0.61568627450980395" blue="0.61176470588235299" alpha="1" colorSpace="calibratedRGB"/> |
| 3635 | <constraints> | 3635 | <constraints> |
| 3636 | <constraint firstAttribute="height" constant="1" id="8x8-wp-l0V"/> | 3636 | <constraint firstAttribute="height" constant="1" id="8x8-wp-l0V"/> |
| 3637 | </constraints> | 3637 | </constraints> |
| 3638 | </view> | 3638 | </view> |
| 3639 | - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="Υπόλοιπο επιδότησης" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0yZ-ge-5qY"> | 3639 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Υπόλοιπο επιδότησης" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0yZ-ge-5qY"> |
| 3640 | <rect key="frame" x="20" y="51" width="374" height="26"/> | 3640 | <rect key="frame" x="20" y="51" width="374" height="26"/> |
| 3641 | <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="21"/> | 3641 | <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="21"/> |
| 3642 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> | 3642 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> |
| 3643 | <nil key="highlightedColor"/> | 3643 | <nil key="highlightedColor"/> |
| 3644 | </label> | 3644 | </label> |
| 3645 | - <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="eBr-vb-7oH"> | 3645 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eBr-vb-7oH"> |
| 3646 | <rect key="frame" x="20" y="102" width="374" height="76"/> | 3646 | <rect key="frame" x="20" y="102" width="374" height="76"/> |
| 3647 | <subviews> | 3647 | <subviews> |
| 3648 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="U9f-Ar-TCE"> | 3648 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="U9f-Ar-TCE"> |
| ... | @@ -3652,13 +3652,13 @@ | ... | @@ -3652,13 +3652,13 @@ |
| 3652 | <constraint firstAttribute="height" constant="36" id="GoZ-qT-Whp"/> | 3652 | <constraint firstAttribute="height" constant="36" id="GoZ-qT-Whp"/> |
| 3653 | </constraints> | 3653 | </constraints> |
| 3654 | </imageView> | 3654 | </imageView> |
| 3655 | - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="Υπόλοιπο επιδότησης" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2p1-v2-lAL"> | 3655 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Υπόλοιπο επιδότησης" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2p1-v2-lAL"> |
| 3656 | <rect key="frame" x="66" y="28" width="263" height="20"/> | 3656 | <rect key="frame" x="66" y="28" width="263" height="20"/> |
| 3657 | <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="16"/> | 3657 | <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="16"/> |
| 3658 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> | 3658 | <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> |
| 3659 | <nil key="highlightedColor"/> | 3659 | <nil key="highlightedColor"/> |
| 3660 | </label> | 3660 | </label> |
| 3661 | - <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="cSu-mM-1Ep"> | 3661 | + <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="cSu-mM-1Ep"> |
| 3662 | <rect key="frame" x="334" y="28" width="20" height="20"/> | 3662 | <rect key="frame" x="334" y="28" width="20" height="20"/> |
| 3663 | <constraints> | 3663 | <constraints> |
| 3664 | <constraint firstAttribute="height" constant="20" id="ATK-3R-8Yb"/> | 3664 | <constraint firstAttribute="height" constant="20" id="ATK-3R-8Yb"/> |
| ... | @@ -3713,7 +3713,7 @@ | ... | @@ -3713,7 +3713,7 @@ |
| 3713 | </connections> | 3713 | </connections> |
| 3714 | </tableViewCell> | 3714 | </tableViewCell> |
| 3715 | <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletSpinnerTableViewCellId" id="ShU-xo-DhW" customClass="WalletSpinnerTableViewCell" customModule="SwiftWarplyFramework"> | 3715 | <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletSpinnerTableViewCellId" id="ShU-xo-DhW" customClass="WalletSpinnerTableViewCell" customModule="SwiftWarplyFramework"> |
| 3716 | - <rect key="frame" x="0.0" y="1674.5" width="414" height="98"/> | 3716 | + <rect key="frame" x="0.0" y="1895.5" width="414" height="98"/> |
| 3717 | <autoresizingMask key="autoresizingMask"/> | 3717 | <autoresizingMask key="autoresizingMask"/> |
| 3718 | <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="ShU-xo-DhW" id="U4r-xF-gbA"> | 3718 | <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="ShU-xo-DhW" id="U4r-xF-gbA"> |
| 3719 | <rect key="frame" x="0.0" y="0.0" width="414" height="98"/> | 3719 | <rect key="frame" x="0.0" y="0.0" width="414" height="98"/> | ... | ... |
| ... | @@ -120,9 +120,9 @@ extension UIViewController { | ... | @@ -120,9 +120,9 @@ extension UIViewController { |
| 120 | } else { | 120 | } else { |
| 121 | // not iPad (iPhone, mac, tv, carPlay, unspecified) | 121 | // not iPad (iPhone, mac, tv, carPlay, unspecified) |
| 122 | if (fontWeight == "bold") { | 122 | if (fontWeight == "bold") { |
| 123 | - titleLabel.font = UIFont(name: "BTCosmo-Bold", size: 18) | 123 | + titleLabel.font = UIFont(name: "BTCosmo-Bold", size: 19) |
| 124 | } else { | 124 | } else { |
| 125 | - titleLabel.font = UIFont(name: "BTCosmo-Bold", size: 18) | 125 | + titleLabel.font = UIFont(name: "BTCosmo-Bold", size: 19) |
| 126 | } | 126 | } |
| 127 | } | 127 | } |
| 128 | titleLabel.adjustsFontSizeToFitWidth = true | 128 | titleLabel.adjustsFontSizeToFitWidth = true | ... | ... |
-
Please register or login to post a comment