Showing
11 changed files
with
76 additions
and
76 deletions
No preview for this file type
| ... | @@ -52,7 +52,7 @@ import UIKit | ... | @@ -52,7 +52,7 @@ import UIKit |
| 52 | self.layer.shadowColor = UIColor(red: 0.00, green: 0.00, blue: 0.00, alpha: 0.2).cgColor | 52 | self.layer.shadowColor = UIColor(red: 0.00, green: 0.00, blue: 0.00, alpha: 0.2).cgColor |
| 53 | self.layer.shadowOffset = CGSize(width: 0.0, height: 1.0) | 53 | self.layer.shadowOffset = CGSize(width: 0.0, height: 1.0) |
| 54 | self.layer.shadowOpacity = 1.0 | 54 | self.layer.shadowOpacity = 1.0 |
| 55 | - self.layer.shadowRadius = 3.0 | 55 | + self.layer.shadowRadius = 1.0 |
| 56 | 56 | ||
| 57 | activeCodeView.layer.cornerRadius = 16.5 | 57 | activeCodeView.layer.cornerRadius = 16.5 |
| 58 | activeCodeView.layer.borderWidth = 1 | 58 | activeCodeView.layer.borderWidth = 1 | ... | ... |
| ... | @@ -76,8 +76,8 @@ import SwiftEventBus | ... | @@ -76,8 +76,8 @@ import SwiftEventBus |
| 76 | redeemButton.setTitleColor(.white, for: .normal) | 76 | redeemButton.setTitleColor(.white, for: .normal) |
| 77 | redeemButton.backgroundColor = UIColor(red: 0.05, green: 0.65, blue: 0.00, alpha: 1.00) | 77 | redeemButton.backgroundColor = UIColor(red: 0.05, green: 0.65, blue: 0.00, alpha: 1.00) |
| 78 | redeemButton.layer.cornerRadius = 16.0 | 78 | redeemButton.layer.cornerRadius = 16.0 |
| 79 | - redeemButton.frame = CGRect(x: 0.0, y: 0.0, width: redeemButton.intrinsicContentSize.width, height: 55) | 79 | + redeemButton.frame = CGRect(x: 0.0, y: 0.0, width: redeemButton.intrinsicContentSize.width, height: 50) |
| 80 | - redeemButton.contentEdgeInsets = UIEdgeInsets(top: 1, left: 28, bottom: 0, right: 28) | 80 | + redeemButton.contentEdgeInsets = UIEdgeInsets(top: 0, left: 25, bottom: 0, right: 25) |
| 81 | // Fix width for ipad | 81 | // Fix width for ipad |
| 82 | // if UIDevice.current.userInterfaceIdiom == .pad { | 82 | // if UIDevice.current.userInterfaceIdiom == .pad { |
| 83 | // // iPad | 83 | // // iPad | ... | ... |
| ... | @@ -203,8 +203,8 @@ import AVFoundation | ... | @@ -203,8 +203,8 @@ import AVFoundation |
| 203 | redeemButton.setTitleColor(.white, for: .normal) | 203 | redeemButton.setTitleColor(.white, for: .normal) |
| 204 | redeemButton.backgroundColor = UIColor(red: 0.05, green: 0.65, blue: 0.00, alpha: 1.00) | 204 | redeemButton.backgroundColor = UIColor(red: 0.05, green: 0.65, blue: 0.00, alpha: 1.00) |
| 205 | redeemButton.layer.cornerRadius = 16.0 | 205 | redeemButton.layer.cornerRadius = 16.0 |
| 206 | - redeemButton.frame = CGRect(x: 0.0, y: 0.0, width: redeemButton.intrinsicContentSize.width, height: 55) | 206 | + redeemButton.frame = CGRect(x: 0.0, y: 0.0, width: redeemButton.intrinsicContentSize.width, height: 50) |
| 207 | - redeemButton.contentEdgeInsets = UIEdgeInsets(top: 1, left: 28, bottom: 0, right: 28) | 207 | + redeemButton.contentEdgeInsets = UIEdgeInsets(top: 0, left: 25, bottom: 0, right: 25) |
| 208 | // Fix width for ipad | 208 | // Fix width for ipad |
| 209 | // if UIDevice.current.userInterfaceIdiom == .pad { | 209 | // if UIDevice.current.userInterfaceIdiom == .pad { |
| 210 | // // iPad | 210 | // // iPad |
| ... | @@ -218,8 +218,8 @@ import AVFoundation | ... | @@ -218,8 +218,8 @@ import AVFoundation |
| 218 | mapButton.setTitle("Δες τα καταστήματα", for: .normal) | 218 | mapButton.setTitle("Δες τα καταστήματα", for: .normal) |
| 219 | mapButton.setTitleColor(UIColor(red: 0.05, green: 0.65, blue: 0.00, alpha: 1.00), for: .normal) | 219 | mapButton.setTitleColor(UIColor(red: 0.05, green: 0.65, blue: 0.00, alpha: 1.00), for: .normal) |
| 220 | mapButton.layer.cornerRadius = 15.0 | 220 | mapButton.layer.cornerRadius = 15.0 |
| 221 | - mapButton.frame = CGRect(x: 0.0, y: 0.0, width: mapButton.intrinsicContentSize.width, height: 55) | 221 | + mapButton.frame = CGRect(x: 0.0, y: 0.0, width: mapButton.intrinsicContentSize.width, height: 50) |
| 222 | - mapButton.contentEdgeInsets = UIEdgeInsets(top: 1, left: 28, bottom: 0, right: 28) | 222 | + mapButton.contentEdgeInsets = UIEdgeInsets(top: 0, left: 25, bottom: 0, right: 25) |
| 223 | mapButton.backgroundColor = .clear | 223 | mapButton.backgroundColor = .clear |
| 224 | mapButton.layer.borderWidth = 2 | 224 | mapButton.layer.borderWidth = 2 |
| 225 | mapButton.layer.borderColor = UIColor(red: 0.05, green: 0.65, blue: 0.00, alpha: 1.00).cgColor | 225 | mapButton.layer.borderColor = UIColor(red: 0.05, green: 0.65, blue: 0.00, alpha: 1.00).cgColor | ... | ... |
| ... | @@ -99,8 +99,8 @@ import SwiftEventBus | ... | @@ -99,8 +99,8 @@ import SwiftEventBus |
| 99 | redeemButton.setTitleColor(.white, for: .normal) | 99 | redeemButton.setTitleColor(.white, for: .normal) |
| 100 | redeemButton.backgroundColor = UIColor(red: 0.05, green: 0.65, blue: 0.00, alpha: 1.00) | 100 | redeemButton.backgroundColor = UIColor(red: 0.05, green: 0.65, blue: 0.00, alpha: 1.00) |
| 101 | redeemButton.layer.cornerRadius = 16.0 | 101 | redeemButton.layer.cornerRadius = 16.0 |
| 102 | - redeemButton.frame = CGRect(x: 0.0, y: 0.0, width: redeemButton.intrinsicContentSize.width, height: 55) | 102 | + redeemButton.frame = CGRect(x: 0.0, y: 0.0, width: redeemButton.intrinsicContentSize.width, height: 50) |
| 103 | - redeemButton.contentEdgeInsets = UIEdgeInsets(top: 1, left: 28, bottom: 0, right: 28) | 103 | + redeemButton.contentEdgeInsets = UIEdgeInsets(top: 0, left: 25, bottom: 0, right: 25) |
| 104 | // Fix width for ipad | 104 | // Fix width for ipad |
| 105 | if UIDevice.current.userInterfaceIdiom == .pad { | 105 | if UIDevice.current.userInterfaceIdiom == .pad { |
| 106 | // iPad | 106 | // iPad | ... | ... |
| ... | @@ -47,7 +47,7 @@ import UIKit | ... | @@ -47,7 +47,7 @@ import UIKit |
| 47 | self.layer.shadowColor = UIColor(red: 0.00, green: 0.00, blue: 0.00, alpha: 0.2).cgColor | 47 | self.layer.shadowColor = UIColor(red: 0.00, green: 0.00, blue: 0.00, alpha: 0.2).cgColor |
| 48 | self.layer.shadowOffset = CGSize(width: 0.0, height: 1.0) | 48 | self.layer.shadowOffset = CGSize(width: 0.0, height: 1.0) |
| 49 | self.layer.shadowOpacity = 1.0 | 49 | self.layer.shadowOpacity = 1.0 |
| 50 | - self.layer.shadowRadius = 3.0 | 50 | + self.layer.shadowRadius = 1.0 |
| 51 | 51 | ||
| 52 | couponBgImage.image = UIImage(named: "coupon_bg_2", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) | 52 | couponBgImage.image = UIImage(named: "coupon_bg_2", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) |
| 53 | 53 | ... | ... |
| ... | @@ -38,7 +38,7 @@ import UIKit | ... | @@ -38,7 +38,7 @@ import UIKit |
| 38 | self.layer.shadowColor = UIColor(red: 0.00, green: 0.00, blue: 0.00, alpha: 0.2).cgColor | 38 | self.layer.shadowColor = UIColor(red: 0.00, green: 0.00, blue: 0.00, alpha: 0.2).cgColor |
| 39 | self.layer.shadowOffset = CGSize(width: 0.0, height: 1.0) | 39 | self.layer.shadowOffset = CGSize(width: 0.0, height: 1.0) |
| 40 | self.layer.shadowOpacity = 1.0 | 40 | self.layer.shadowOpacity = 1.0 |
| 41 | - self.layer.shadowRadius = 3.0 | 41 | + self.layer.shadowRadius = 1.0 |
| 42 | 42 | ||
| 43 | inboxView.layer.cornerRadius = 16.0 | 43 | inboxView.layer.cornerRadius = 16.0 |
| 44 | inboxView.clipsToBounds = true | 44 | inboxView.clipsToBounds = true | ... | ... |
| ... | @@ -254,19 +254,19 @@ | ... | @@ -254,19 +254,19 @@ |
| 254 | <rect key="frame" x="0.0" y="0.0" width="299" height="118.5"/> | 254 | <rect key="frame" x="0.0" y="0.0" width="299" height="118.5"/> |
| 255 | </imageView> | 255 | </imageView> |
| 256 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="4" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZGH-0a-Rkp"> | 256 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="4" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZGH-0a-Rkp"> |
| 257 | - <rect key="frame" x="20" y="10" width="229" height="21"/> | 257 | + <rect key="frame" x="20" y="10" width="229" height="18"/> |
| 258 | <fontDescription key="fontDescription" name="PFSquareSansPro-BoldItalic" family="PF Square Sans Pro" pointSize="18"/> | 258 | <fontDescription key="fontDescription" name="PFSquareSansPro-BoldItalic" family="PF Square Sans Pro" pointSize="18"/> |
| 259 | <color key="textColor" red="0.22745098039215686" green="0.32156862745098036" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/> | 259 | <color key="textColor" red="0.22745098039215686" green="0.32156862745098036" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/> |
| 260 | <nil key="highlightedColor"/> | 260 | <nil key="highlightedColor"/> |
| 261 | </label> | 261 | </label> |
| 262 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="4" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lIv-wc-Oa8"> | 262 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="4" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lIv-wc-Oa8"> |
| 263 | - <rect key="frame" x="20" y="36" width="229" height="19"/> | 263 | + <rect key="frame" x="20" y="33" width="229" height="16"/> |
| 264 | <fontDescription key="fontDescription" name="PFSquareSansPro-Regular" family="PF Square Sans Pro" pointSize="16"/> | 264 | <fontDescription key="fontDescription" name="PFSquareSansPro-Regular" family="PF Square Sans Pro" pointSize="16"/> |
| 265 | <color key="textColor" red="0.22745098039215686" green="0.32156862745098036" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/> | 265 | <color key="textColor" red="0.22745098039215686" green="0.32156862745098036" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/> |
| 266 | <nil key="highlightedColor"/> | 266 | <nil key="highlightedColor"/> |
| 267 | </label> | 267 | </label> |
| 268 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="4" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bmR-su-WJq"> | 268 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="4" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bmR-su-WJq"> |
| 269 | - <rect key="frame" x="20" y="92" width="229" height="16.5"/> | 269 | + <rect key="frame" x="20" y="94.5" width="229" height="14"/> |
| 270 | <fontDescription key="fontDescription" name="PFSquareSansPro-Bold" family="PF Square Sans Pro" pointSize="14"/> | 270 | <fontDescription key="fontDescription" name="PFSquareSansPro-Bold" family="PF Square Sans Pro" pointSize="14"/> |
| 271 | <color key="textColor" red="0.22745098039215686" green="0.32156862745098036" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/> | 271 | <color key="textColor" red="0.22745098039215686" green="0.32156862745098036" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/> |
| 272 | <nil key="highlightedColor"/> | 272 | <nil key="highlightedColor"/> |
| ... | @@ -607,7 +607,7 @@ | ... | @@ -607,7 +607,7 @@ |
| 607 | </constraints> | 607 | </constraints> |
| 608 | </imageView> | 608 | </imageView> |
| 609 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="751" text="4,00€" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="29n-tR-Psk" userLabel="Price"> | 609 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="751" text="4,00€" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="29n-tR-Psk" userLabel="Price"> |
| 610 | - <rect key="frame" x="353.5" y="50" width="40.5" height="20"/> | 610 | + <rect key="frame" x="351.5" y="50" width="42.5" height="20"/> |
| 611 | <constraints> | 611 | <constraints> |
| 612 | <constraint firstAttribute="height" constant="20" id="vZg-m5-xa6"/> | 612 | <constraint firstAttribute="height" constant="20" id="vZg-m5-xa6"/> |
| 613 | </constraints> | 613 | </constraints> |
| ... | @@ -616,13 +616,13 @@ | ... | @@ -616,13 +616,13 @@ |
| 616 | <nil key="highlightedColor"/> | 616 | <nil key="highlightedColor"/> |
| 617 | </label> | 617 | </label> |
| 618 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="248" verticalHuggingPriority="251" text="BOX" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="a8e-Vc-yhT" userLabel="Title"> | 618 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="248" verticalHuggingPriority="251" text="BOX" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="a8e-Vc-yhT" userLabel="Title"> |
| 619 | - <rect key="frame" x="42" y="50.5" width="307.5" height="19"/> | 619 | + <rect key="frame" x="42" y="52" width="305.5" height="16"/> |
| 620 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="16"/> | 620 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="16"/> |
| 621 | <nil key="textColor"/> | 621 | <nil key="textColor"/> |
| 622 | <nil key="highlightedColor"/> | 622 | <nil key="highlightedColor"/> |
| 623 | </label> | 623 | </label> |
| 624 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="248" verticalHuggingPriority="251" text="Έκπτωτικό κουπόνι" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VIo-ri-yIT" userLabel="Subtitle"> | 624 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="248" verticalHuggingPriority="251" text="Έκπτωτικό κουπόνι" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VIo-ri-yIT" userLabel="Subtitle"> |
| 625 | - <rect key="frame" x="42" y="71.5" width="307.5" height="19"/> | 625 | + <rect key="frame" x="42" y="70" width="305.5" height="16"/> |
| 626 | <fontDescription key="fontDescription" name="PFSquareSansPro-Regular" family="PF Square Sans Pro" pointSize="16"/> | 626 | <fontDescription key="fontDescription" name="PFSquareSansPro-Regular" family="PF Square Sans Pro" pointSize="16"/> |
| 627 | <nil key="textColor"/> | 627 | <nil key="textColor"/> |
| 628 | <nil key="highlightedColor"/> | 628 | <nil key="highlightedColor"/> |
| ... | @@ -667,7 +667,7 @@ | ... | @@ -667,7 +667,7 @@ |
| 667 | </constraints> | 667 | </constraints> |
| 668 | </imageView> | 668 | </imageView> |
| 669 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Αναλυτικά:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="NjV-Hq-8sT"> | 669 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Αναλυτικά:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="NjV-Hq-8sT"> |
| 670 | - <rect key="frame" x="166" y="218" width="82.5" height="22"/> | 670 | + <rect key="frame" x="169" y="218" width="76" height="22"/> |
| 671 | <constraints> | 671 | <constraints> |
| 672 | <constraint firstAttribute="height" constant="22" id="CBU-0A-0Gm"/> | 672 | <constraint firstAttribute="height" constant="22" id="CBU-0A-0Gm"/> |
| 673 | </constraints> | 673 | </constraints> |
| ... | @@ -723,7 +723,7 @@ | ... | @@ -723,7 +723,7 @@ |
| 723 | </constraints> | 723 | </constraints> |
| 724 | </imageView> | 724 | </imageView> |
| 725 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Αναλυτικά:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="CIH-at-770"> | 725 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Αναλυτικά:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="CIH-at-770"> |
| 726 | - <rect key="frame" x="166" y="339" width="82.5" height="20"/> | 726 | + <rect key="frame" x="169" y="339" width="76" height="20"/> |
| 727 | <constraints> | 727 | <constraints> |
| 728 | <constraint firstAttribute="height" constant="20" id="3yk-5i-10s"/> | 728 | <constraint firstAttribute="height" constant="20" id="3yk-5i-10s"/> |
| 729 | </constraints> | 729 | </constraints> |
| ... | @@ -829,7 +829,7 @@ | ... | @@ -829,7 +829,7 @@ |
| 829 | </constraints> | 829 | </constraints> |
| 830 | </imageView> | 830 | </imageView> |
| 831 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="751" text="4,00€" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LTK-xX-nXG" userLabel="Price"> | 831 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="751" text="4,00€" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LTK-xX-nXG" userLabel="Price"> |
| 832 | - <rect key="frame" x="353.5" y="50" width="40.5" height="20"/> | 832 | + <rect key="frame" x="351.5" y="50" width="42.5" height="20"/> |
| 833 | <constraints> | 833 | <constraints> |
| 834 | <constraint firstAttribute="height" constant="20" id="F65-6H-vdE"/> | 834 | <constraint firstAttribute="height" constant="20" id="F65-6H-vdE"/> |
| 835 | </constraints> | 835 | </constraints> |
| ... | @@ -838,13 +838,13 @@ | ... | @@ -838,13 +838,13 @@ |
| 838 | <nil key="highlightedColor"/> | 838 | <nil key="highlightedColor"/> |
| 839 | </label> | 839 | </label> |
| 840 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="248" verticalHuggingPriority="251" text="BOX" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="D2J-gI-UfN" userLabel="Title"> | 840 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="248" verticalHuggingPriority="251" text="BOX" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="D2J-gI-UfN" userLabel="Title"> |
| 841 | - <rect key="frame" x="42" y="50.5" width="307.5" height="19"/> | 841 | + <rect key="frame" x="42" y="52" width="305.5" height="16"/> |
| 842 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="16"/> | 842 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="16"/> |
| 843 | <nil key="textColor"/> | 843 | <nil key="textColor"/> |
| 844 | <nil key="highlightedColor"/> | 844 | <nil key="highlightedColor"/> |
| 845 | </label> | 845 | </label> |
| 846 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="248" verticalHuggingPriority="251" text="Έκπτωτικό κουπόνι" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="AnY-2g-qQb" userLabel="Subtitle"> | 846 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="248" verticalHuggingPriority="251" text="Έκπτωτικό κουπόνι" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="AnY-2g-qQb" userLabel="Subtitle"> |
| 847 | - <rect key="frame" x="42" y="71.5" width="307.5" height="19"/> | 847 | + <rect key="frame" x="42" y="70" width="305.5" height="16"/> |
| 848 | <fontDescription key="fontDescription" name="PFSquareSansPro-Regular" family="PF Square Sans Pro" pointSize="16"/> | 848 | <fontDescription key="fontDescription" name="PFSquareSansPro-Regular" family="PF Square Sans Pro" pointSize="16"/> |
| 849 | <nil key="textColor"/> | 849 | <nil key="textColor"/> |
| 850 | <nil key="highlightedColor"/> | 850 | <nil key="highlightedColor"/> |
| ... | @@ -889,7 +889,7 @@ | ... | @@ -889,7 +889,7 @@ |
| 889 | </constraints> | 889 | </constraints> |
| 890 | </imageView> | 890 | </imageView> |
| 891 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Αναλυτικά:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aKO-If-f4e"> | 891 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Αναλυτικά:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aKO-If-f4e"> |
| 892 | - <rect key="frame" x="166" y="248" width="82.5" height="22"/> | 892 | + <rect key="frame" x="169" y="248" width="76" height="22"/> |
| 893 | <constraints> | 893 | <constraints> |
| 894 | <constraint firstAttribute="height" constant="22" id="XkZ-fw-Szn"/> | 894 | <constraint firstAttribute="height" constant="22" id="XkZ-fw-Szn"/> |
| 895 | </constraints> | 895 | </constraints> |
| ... | @@ -934,7 +934,7 @@ | ... | @@ -934,7 +934,7 @@ |
| 934 | </constraints> | 934 | </constraints> |
| 935 | </imageView> | 935 | </imageView> |
| 936 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Αναλυτικά:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="RRY-mm-Qi7"> | 936 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Αναλυτικά:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="RRY-mm-Qi7"> |
| 937 | - <rect key="frame" x="166" y="320" width="82.5" height="20"/> | 937 | + <rect key="frame" x="169" y="320" width="76" height="20"/> |
| 938 | <constraints> | 938 | <constraints> |
| 939 | <constraint firstAttribute="height" constant="20" id="BLz-8r-QCD"/> | 939 | <constraint firstAttribute="height" constant="20" id="BLz-8r-QCD"/> |
| 940 | </constraints> | 940 | </constraints> |
| ... | @@ -2550,14 +2550,14 @@ | ... | @@ -2550,14 +2550,14 @@ |
| 2550 | <color key="sectionIndexBackgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | 2550 | <color key="sectionIndexBackgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 2551 | <prototypes> | 2551 | <prototypes> |
| 2552 | <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="UnifiedCouponBCHeaderTableViewCell" id="1eX-19-ysb" customClass="UnifiedCouponBCHeaderTableViewCell" customModule="SwiftWarplyFramework"> | 2552 | <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="UnifiedCouponBCHeaderTableViewCell" id="1eX-19-ysb" customClass="UnifiedCouponBCHeaderTableViewCell" customModule="SwiftWarplyFramework"> |
| 2553 | - <rect key="frame" x="0.0" y="50" width="414" height="862.5"/> | 2553 | + <rect key="frame" x="0.0" y="50" width="414" height="842.5"/> |
| 2554 | <autoresizingMask key="autoresizingMask"/> | 2554 | <autoresizingMask key="autoresizingMask"/> |
| 2555 | <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="1eX-19-ysb" id="izt-1Z-wey"> | 2555 | <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="1eX-19-ysb" id="izt-1Z-wey"> |
| 2556 | - <rect key="frame" x="0.0" y="0.0" width="414" height="862.5"/> | 2556 | + <rect key="frame" x="0.0" y="0.0" width="414" height="842.5"/> |
| 2557 | <autoresizingMask key="autoresizingMask"/> | 2557 | <autoresizingMask key="autoresizingMask"/> |
| 2558 | <subviews> | 2558 | <subviews> |
| 2559 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="zYD-ey-wun"> | 2559 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="zYD-ey-wun"> |
| 2560 | - <rect key="frame" x="0.0" y="0.0" width="414" height="862.5"/> | 2560 | + <rect key="frame" x="0.0" y="0.0" width="414" height="842.5"/> |
| 2561 | <subviews> | 2561 | <subviews> |
| 2562 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="4Aj-WZ-M9m"> | 2562 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="4Aj-WZ-M9m"> |
| 2563 | <rect key="frame" x="0.0" y="0.0" width="414" height="200"/> | 2563 | <rect key="frame" x="0.0" y="0.0" width="414" height="200"/> |
| ... | @@ -2566,19 +2566,19 @@ | ... | @@ -2566,19 +2566,19 @@ |
| 2566 | </constraints> | 2566 | </constraints> |
| 2567 | </imageView> | 2567 | </imageView> |
| 2568 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Πάρε δωρεάν μηνιαία πακέτα με πάνες στα supermarket Σκλαβενίτης!" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="KgC-mB-kHF"> | 2568 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Πάρε δωρεάν μηνιαία πακέτα με πάνες στα supermarket Σκλαβενίτης!" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="KgC-mB-kHF"> |
| 2569 | - <rect key="frame" x="20" y="220" width="374" height="40"/> | 2569 | + <rect key="frame" x="20" y="220" width="374" height="34"/> |
| 2570 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="17"/> | 2570 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="17"/> |
| 2571 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> | 2571 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> |
| 2572 | <nil key="highlightedColor"/> | 2572 | <nil key="highlightedColor"/> |
| 2573 | </label> | 2573 | </label> |
| 2574 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Χρησιμοποίησε τον παρακάτω κωδικό και πάρε δωρεάν πακέτο πάνες Pampers αποκλειστικά στα Supermarket Σκλαβενίτης" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7Ha-h1-G5Y"> | 2574 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Χρησιμοποίησε τον παρακάτω κωδικό και πάρε δωρεάν πακέτο πάνες Pampers αποκλειστικά στα Supermarket Σκλαβενίτης" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7Ha-h1-G5Y"> |
| 2575 | - <rect key="frame" x="20" y="275" width="374" height="59.5"/> | 2575 | + <rect key="frame" x="20" y="269" width="374" height="51"/> |
| 2576 | <fontDescription key="fontDescription" name="PFSquareSansPro-Regular" family="PF Square Sans Pro" pointSize="17"/> | 2576 | <fontDescription key="fontDescription" name="PFSquareSansPro-Regular" family="PF Square Sans Pro" pointSize="17"/> |
| 2577 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> | 2577 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> |
| 2578 | <nil key="highlightedColor"/> | 2578 | <nil key="highlightedColor"/> |
| 2579 | </label> | 2579 | </label> |
| 2580 | <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" textAlignment="center" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="luU-pw-7jY" customClass="UnselectableTappableTextView" customModule="SwiftWarplyFramework"> | 2580 | <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" textAlignment="center" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="luU-pw-7jY" customClass="UnselectableTappableTextView" customModule="SwiftWarplyFramework"> |
| 2581 | - <rect key="frame" x="20" y="349.5" width="374" height="0.0"/> | 2581 | + <rect key="frame" x="20" y="335" width="374" height="0.0"/> |
| 2582 | <color key="backgroundColor" systemColor="systemBackgroundColor"/> | 2582 | <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
| 2583 | <constraints> | 2583 | <constraints> |
| 2584 | <constraint firstAttribute="height" id="39U-OF-0bK"/> | 2584 | <constraint firstAttribute="height" id="39U-OF-0bK"/> |
| ... | @@ -2588,16 +2588,16 @@ | ... | @@ -2588,16 +2588,16 @@ |
| 2588 | <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/> | 2588 | <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/> |
| 2589 | </textView> | 2589 | </textView> |
| 2590 | <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="tPn-a8-bAr"> | 2590 | <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="tPn-a8-bAr"> |
| 2591 | - <rect key="frame" x="20" y="384.5" width="374" height="20"/> | 2591 | + <rect key="frame" x="20" y="370" width="374" height="17"/> |
| 2592 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="17"/> | 2592 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="17"/> |
| 2593 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> | 2593 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> |
| 2594 | <nil key="highlightedColor"/> | 2594 | <nil key="highlightedColor"/> |
| 2595 | </label> | 2595 | </label> |
| 2596 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="M7m-4Y-3sb" userLabel="Coupon View"> | 2596 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="M7m-4Y-3sb" userLabel="Coupon View"> |
| 2597 | - <rect key="frame" x="153" y="414.5" width="108.5" height="55"/> | 2597 | + <rect key="frame" x="152.5" y="397" width="109.5" height="55"/> |
| 2598 | <subviews> | 2598 | <subviews> |
| 2599 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="MZf-Ul-AV4" customClass="CopyableLabel" customModule="SwiftWarplyFramework" customModuleProvider="target"> | 2599 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="MZf-Ul-AV4" customClass="CopyableLabel" customModule="SwiftWarplyFramework" customModuleProvider="target"> |
| 2600 | - <rect key="frame" x="20" y="11" width="68.5" height="33"/> | 2600 | + <rect key="frame" x="20" y="13.5" width="69.5" height="28"/> |
| 2601 | <fontDescription key="fontDescription" name="PFSquareSansPro-Bold" family="PF Square Sans Pro" pointSize="28"/> | 2601 | <fontDescription key="fontDescription" name="PFSquareSansPro-Bold" family="PF Square Sans Pro" pointSize="28"/> |
| 2602 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="calibratedRGB"/> | 2602 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="calibratedRGB"/> |
| 2603 | <nil key="highlightedColor"/> | 2603 | <nil key="highlightedColor"/> |
| ... | @@ -2612,20 +2612,20 @@ | ... | @@ -2612,20 +2612,20 @@ |
| 2612 | </constraints> | 2612 | </constraints> |
| 2613 | </view> | 2613 | </view> |
| 2614 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="buX-G2-IsB" userLabel="Border View"> | 2614 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="buX-G2-IsB" userLabel="Border View"> |
| 2615 | - <rect key="frame" x="20" y="489.5" width="374" height="1"/> | 2615 | + <rect key="frame" x="20" y="472" width="374" height="1"/> |
| 2616 | <color key="backgroundColor" red="0.90196078430000004" green="0.90196078430000004" blue="0.90196078430000004" alpha="1" colorSpace="calibratedRGB"/> | 2616 | <color key="backgroundColor" red="0.90196078430000004" green="0.90196078430000004" blue="0.90196078430000004" alpha="1" colorSpace="calibratedRGB"/> |
| 2617 | <constraints> | 2617 | <constraints> |
| 2618 | <constraint firstAttribute="height" constant="1" id="gkk-5l-4a7"/> | 2618 | <constraint firstAttribute="height" constant="1" id="gkk-5l-4a7"/> |
| 2619 | </constraints> | 2619 | </constraints> |
| 2620 | </view> | 2620 | </view> |
| 2621 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="9Cx-1R-FqG"> | 2621 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="9Cx-1R-FqG"> |
| 2622 | - <rect key="frame" x="30" y="500.5" width="354" height="110"/> | 2622 | + <rect key="frame" x="30" y="483" width="354" height="110"/> |
| 2623 | <constraints> | 2623 | <constraints> |
| 2624 | <constraint firstAttribute="height" constant="110" id="mj2-dJ-YJB"/> | 2624 | <constraint firstAttribute="height" constant="110" id="mj2-dJ-YJB"/> |
| 2625 | </constraints> | 2625 | </constraints> |
| 2626 | </imageView> | 2626 | </imageView> |
| 2627 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="123456789101112" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="iDt-Pz-bkd"> | 2627 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="123456789101112" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="iDt-Pz-bkd"> |
| 2628 | - <rect key="frame" x="20" y="620.5" width="374" height="26.5"/> | 2628 | + <rect key="frame" x="20" y="603" width="374" height="26.5"/> |
| 2629 | <constraints> | 2629 | <constraints> |
| 2630 | <constraint firstAttribute="height" constant="26.5" id="QYZ-L4-ggJ"/> | 2630 | <constraint firstAttribute="height" constant="26.5" id="QYZ-L4-ggJ"/> |
| 2631 | </constraints> | 2631 | </constraints> |
| ... | @@ -2634,14 +2634,14 @@ | ... | @@ -2634,14 +2634,14 @@ |
| 2634 | <nil key="highlightedColor"/> | 2634 | <nil key="highlightedColor"/> |
| 2635 | </label> | 2635 | </label> |
| 2636 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="33M-UT-Ysb" userLabel="Border 2 View"> | 2636 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="33M-UT-Ysb" userLabel="Border 2 View"> |
| 2637 | - <rect key="frame" x="20" y="657" width="374" height="1"/> | 2637 | + <rect key="frame" x="20" y="639.5" width="374" height="1"/> |
| 2638 | <color key="backgroundColor" red="0.90196078430000004" green="0.90196078430000004" blue="0.90196078430000004" alpha="1" colorSpace="calibratedRGB"/> | 2638 | <color key="backgroundColor" red="0.90196078430000004" green="0.90196078430000004" blue="0.90196078430000004" alpha="1" colorSpace="calibratedRGB"/> |
| 2639 | <constraints> | 2639 | <constraints> |
| 2640 | <constraint firstAttribute="height" constant="1" id="6LJ-d0-AsC"/> | 2640 | <constraint firstAttribute="height" constant="1" id="6LJ-d0-AsC"/> |
| 2641 | </constraints> | 2641 | </constraints> |
| 2642 | </view> | 2642 | </view> |
| 2643 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="UR2-dr-Wbn"> | 2643 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="UR2-dr-Wbn"> |
| 2644 | - <rect key="frame" x="103.5" y="668" width="207" height="50"/> | 2644 | + <rect key="frame" x="103.5" y="650.5" width="207" height="50"/> |
| 2645 | <constraints> | 2645 | <constraints> |
| 2646 | <constraint firstAttribute="height" constant="50" id="AMS-Hv-WqS"/> | 2646 | <constraint firstAttribute="height" constant="50" id="AMS-Hv-WqS"/> |
| 2647 | </constraints> | 2647 | </constraints> |
| ... | @@ -2656,13 +2656,13 @@ | ... | @@ -2656,13 +2656,13 @@ |
| 2656 | </connections> | 2656 | </connections> |
| 2657 | </button> | 2657 | </button> |
| 2658 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Το κουπόνι ισχύει έως 05/12/2022" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="SPU-J6-4re"> | 2658 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Το κουπόνι ισχύει έως 05/12/2022" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="SPU-J6-4re"> |
| 2659 | - <rect key="frame" x="20" y="753" width="374" height="17.5"/> | 2659 | + <rect key="frame" x="20" y="735.5" width="374" height="15"/> |
| 2660 | <fontDescription key="fontDescription" name="PFSquareSansPro-Regular" family="PF Square Sans Pro" pointSize="15"/> | 2660 | <fontDescription key="fontDescription" name="PFSquareSansPro-Regular" family="PF Square Sans Pro" pointSize="15"/> |
| 2661 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> | 2661 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> |
| 2662 | <nil key="highlightedColor"/> | 2662 | <nil key="highlightedColor"/> |
| 2663 | </label> | 2663 | </label> |
| 2664 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="52P-0b-ua5"> | 2664 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="52P-0b-ua5"> |
| 2665 | - <rect key="frame" x="103.5" y="805.5" width="207" height="50"/> | 2665 | + <rect key="frame" x="103.5" y="785.5" width="207" height="50"/> |
| 2666 | <constraints> | 2666 | <constraints> |
| 2667 | <constraint firstAttribute="height" constant="50" id="W45-Tv-hXa"/> | 2667 | <constraint firstAttribute="height" constant="50" id="W45-Tv-hXa"/> |
| 2668 | </constraints> | 2668 | </constraints> |
| ... | @@ -2760,10 +2760,10 @@ | ... | @@ -2760,10 +2760,10 @@ |
| 2760 | </connections> | 2760 | </connections> |
| 2761 | </tableViewCell> | 2761 | </tableViewCell> |
| 2762 | <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="CouponsTableViewCellId" id="TAK-Ug-AzU" customClass="CouponsTableViewCell" customModule="SwiftWarplyFramework" customModuleProvider="target"> | 2762 | <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="CouponsTableViewCellId" id="TAK-Ug-AzU" customClass="CouponsTableViewCell" customModule="SwiftWarplyFramework" customModuleProvider="target"> |
| 2763 | - <rect key="frame" x="0.0" y="912.5" width="414" height="123.5"/> | 2763 | + <rect key="frame" x="0.0" y="892.5" width="414" height="118"/> |
| 2764 | <autoresizingMask key="autoresizingMask"/> | 2764 | <autoresizingMask key="autoresizingMask"/> |
| 2765 | <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="TAK-Ug-AzU" id="LFe-Vj-kjJ"> | 2765 | <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="TAK-Ug-AzU" id="LFe-Vj-kjJ"> |
| 2766 | - <rect key="frame" x="0.0" y="0.0" width="414" height="123.5"/> | 2766 | + <rect key="frame" x="0.0" y="0.0" width="414" height="118"/> |
| 2767 | <autoresizingMask key="autoresizingMask"/> | 2767 | <autoresizingMask key="autoresizingMask"/> |
| 2768 | <subviews> | 2768 | <subviews> |
| 2769 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="35i-Iq-TId"> | 2769 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="35i-Iq-TId"> |
| ... | @@ -2817,7 +2817,7 @@ | ... | @@ -2817,7 +2817,7 @@ |
| 2817 | <nil key="highlightedColor"/> | 2817 | <nil key="highlightedColor"/> |
| 2818 | </label> | 2818 | </label> |
| 2819 | <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="G6f-Nu-2R5"> | 2819 | <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="G6f-Nu-2R5"> |
| 2820 | - <rect key="frame" x="119" y="24" width="59.5" height="0.0"/> | 2820 | + <rect key="frame" x="119" y="24" width="58.5" height="0.0"/> |
| 2821 | <subviews> | 2821 | <subviews> |
| 2822 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="LGs-y6-UbY"> | 2822 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="LGs-y6-UbY"> |
| 2823 | <rect key="frame" x="5" y="3" width="15" height="0.0"/> | 2823 | <rect key="frame" x="5" y="3" width="15" height="0.0"/> |
| ... | @@ -2827,7 +2827,7 @@ | ... | @@ -2827,7 +2827,7 @@ |
| 2827 | </constraints> | 2827 | </constraints> |
| 2828 | </imageView> | 2828 | </imageView> |
| 2829 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dF5-HE-P9n"> | 2829 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dF5-HE-P9n"> |
| 2830 | - <rect key="frame" x="25" y="-6" width="29.5" height="12"/> | 2830 | + <rect key="frame" x="25" y="-6" width="28.5" height="12"/> |
| 2831 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="12"/> | 2831 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="12"/> |
| 2832 | <color key="textColor" red="0.3803921569" green="0.4431372549" blue="0.50588235290000005" alpha="1" colorSpace="calibratedRGB"/> | 2832 | <color key="textColor" red="0.3803921569" green="0.4431372549" blue="0.50588235290000005" alpha="1" colorSpace="calibratedRGB"/> |
| 2833 | <nil key="highlightedColor"/> | 2833 | <nil key="highlightedColor"/> |
| ... | @@ -2898,7 +2898,7 @@ | ... | @@ -2898,7 +2898,7 @@ |
| 2898 | </connections> | 2898 | </connections> |
| 2899 | </tableViewCell> | 2899 | </tableViewCell> |
| 2900 | <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="UnifiedCouponBCFooterTableViewCell" id="LD5-ES-J67" customClass="UnifiedCouponBCFooterTableViewCell" customModule="SwiftWarplyFramework"> | 2900 | <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="UnifiedCouponBCFooterTableViewCell" id="LD5-ES-J67" customClass="UnifiedCouponBCFooterTableViewCell" customModule="SwiftWarplyFramework"> |
| 2901 | - <rect key="frame" x="0.0" y="1036" width="414" height="189"/> | 2901 | + <rect key="frame" x="0.0" y="1010.5" width="414" height="189"/> |
| 2902 | <autoresizingMask key="autoresizingMask"/> | 2902 | <autoresizingMask key="autoresizingMask"/> |
| 2903 | <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="LD5-ES-J67" id="DmN-AA-8n5"> | 2903 | <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="LD5-ES-J67" id="DmN-AA-8n5"> |
| 2904 | <rect key="frame" x="0.0" y="0.0" width="414" height="189"/> | 2904 | <rect key="frame" x="0.0" y="0.0" width="414" height="189"/> |
| ... | @@ -2908,7 +2908,7 @@ | ... | @@ -2908,7 +2908,7 @@ |
| 2908 | <rect key="frame" x="0.0" y="0.0" width="414" height="44"/> | 2908 | <rect key="frame" x="0.0" y="0.0" width="414" height="44"/> |
| 2909 | <subviews> | 2909 | <subviews> |
| 2910 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Kdi-w7-eKZ"> | 2910 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Kdi-w7-eKZ"> |
| 2911 | - <rect key="frame" x="133.5" y="35" width="147" height="31"/> | 2911 | + <rect key="frame" x="139.5" y="35" width="135" height="28"/> |
| 2912 | <constraints> | 2912 | <constraints> |
| 2913 | <constraint firstAttribute="height" constant="44" id="SUG-HC-XQH"/> | 2913 | <constraint firstAttribute="height" constant="44" id="SUG-HC-XQH"/> |
| 2914 | </constraints> | 2914 | </constraints> |
| ... | @@ -3418,9 +3418,9 @@ | ... | @@ -3418,9 +3418,9 @@ |
| 3418 | <nil key="highlightedColor"/> | 3418 | <nil key="highlightedColor"/> |
| 3419 | </label> | 3419 | </label> |
| 3420 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8cR-Rc-YMJ"> | 3420 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8cR-Rc-YMJ"> |
| 3421 | - <rect key="frame" x="167.5" y="794.5" width="79" height="55"/> | 3421 | + <rect key="frame" x="167.5" y="794.5" width="79" height="50"/> |
| 3422 | <constraints> | 3422 | <constraints> |
| 3423 | - <constraint firstAttribute="height" constant="55" id="ccg-NP-FIH"/> | 3423 | + <constraint firstAttribute="height" constant="50" id="ccg-NP-FIH"/> |
| 3424 | </constraints> | 3424 | </constraints> |
| 3425 | <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="16"/> | 3425 | <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="16"/> |
| 3426 | <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/> | 3426 | <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/> |
| ... | @@ -3432,9 +3432,9 @@ | ... | @@ -3432,9 +3432,9 @@ |
| 3432 | </connections> | 3432 | </connections> |
| 3433 | </button> | 3433 | </button> |
| 3434 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="W5f-1T-iW6"> | 3434 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="W5f-1T-iW6"> |
| 3435 | - <rect key="frame" x="128" y="859.5" width="158" height="55"/> | 3435 | + <rect key="frame" x="128" y="854.5" width="158" height="50"/> |
| 3436 | <constraints> | 3436 | <constraints> |
| 3437 | - <constraint firstAttribute="height" constant="55" id="3pq-y5-f66"/> | 3437 | + <constraint firstAttribute="height" constant="50" id="3pq-y5-f66"/> |
| 3438 | </constraints> | 3438 | </constraints> |
| 3439 | <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="16"/> | 3439 | <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="16"/> |
| 3440 | <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/> | 3440 | <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/> |
| ... | @@ -3446,7 +3446,7 @@ | ... | @@ -3446,7 +3446,7 @@ |
| 3446 | </connections> | 3446 | </connections> |
| 3447 | </button> | 3447 | </button> |
| 3448 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8UD-WL-JB7"> | 3448 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8UD-WL-JB7"> |
| 3449 | - <rect key="frame" x="103.5" y="934.5" width="207" height="40"/> | 3449 | + <rect key="frame" x="103.5" y="924.5" width="207" height="40"/> |
| 3450 | <constraints> | 3450 | <constraints> |
| 3451 | <constraint firstAttribute="height" constant="40" id="xdq-YS-AL4"/> | 3451 | <constraint firstAttribute="height" constant="40" id="xdq-YS-AL4"/> |
| 3452 | </constraints> | 3452 | </constraints> |
| ... | @@ -3461,7 +3461,7 @@ | ... | @@ -3461,7 +3461,7 @@ |
| 3461 | </connections> | 3461 | </connections> |
| 3462 | </button> | 3462 | </button> |
| 3463 | <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" textAlignment="center" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xjX-HZ-MpD" customClass="UnselectableTappableTextView" customModule="SwiftWarplyFramework"> | 3463 | <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" textAlignment="center" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xjX-HZ-MpD" customClass="UnselectableTappableTextView" customModule="SwiftWarplyFramework"> |
| 3464 | - <rect key="frame" x="20" y="974.5" width="374" height="0.0"/> | 3464 | + <rect key="frame" x="20" y="964.5" width="374" height="0.0"/> |
| 3465 | <color key="backgroundColor" systemColor="systemBackgroundColor"/> | 3465 | <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
| 3466 | <constraints> | 3466 | <constraints> |
| 3467 | <constraint firstAttribute="height" id="3GU-tg-S3t"/> | 3467 | <constraint firstAttribute="height" id="3GU-tg-S3t"/> |
| ... | @@ -3698,9 +3698,9 @@ | ... | @@ -3698,9 +3698,9 @@ |
| 3698 | </constraints> | 3698 | </constraints> |
| 3699 | </view> | 3699 | </view> |
| 3700 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Bsb-ps-GWu"> | 3700 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Bsb-ps-GWu"> |
| 3701 | - <rect key="frame" x="165" y="596.5" width="84" height="55"/> | 3701 | + <rect key="frame" x="165" y="596.5" width="84" height="50"/> |
| 3702 | <constraints> | 3702 | <constraints> |
| 3703 | - <constraint firstAttribute="height" constant="55" id="ge6-VF-hRu"/> | 3703 | + <constraint firstAttribute="height" constant="50" id="ge6-VF-hRu"/> |
| 3704 | </constraints> | 3704 | </constraints> |
| 3705 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="16"/> | 3705 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="16"/> |
| 3706 | <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/> | 3706 | <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/> |
| ... | @@ -3895,7 +3895,7 @@ | ... | @@ -3895,7 +3895,7 @@ |
| 3895 | <rect key="frame" x="10" y="0.0" width="394" height="44"/> | 3895 | <rect key="frame" x="10" y="0.0" width="394" height="44"/> |
| 3896 | <subviews> | 3896 | <subviews> |
| 3897 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="eHE-4G-yAU"> | 3897 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="eHE-4G-yAU"> |
| 3898 | - <rect key="frame" x="10" y="12.5" width="374" height="19"/> | 3898 | + <rect key="frame" x="10" y="12" width="374" height="20"/> |
| 3899 | <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="16"/> | 3899 | <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="16"/> |
| 3900 | <color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | 3900 | <color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 3901 | <nil key="highlightedColor"/> | 3901 | <nil key="highlightedColor"/> |
| ... | @@ -4024,9 +4024,9 @@ | ... | @@ -4024,9 +4024,9 @@ |
| 4024 | <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/> | 4024 | <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/> |
| 4025 | </textView> | 4025 | </textView> |
| 4026 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="FCd-hv-dHg"> | 4026 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="FCd-hv-dHg"> |
| 4027 | - <rect key="frame" x="158" y="384.5" width="98" height="55"/> | 4027 | + <rect key="frame" x="158" y="384.5" width="98" height="50"/> |
| 4028 | <constraints> | 4028 | <constraints> |
| 4029 | - <constraint firstAttribute="height" constant="55" id="n2w-Tx-hhO"/> | 4029 | + <constraint firstAttribute="height" constant="50" id="n2w-Tx-hhO"/> |
| 4030 | </constraints> | 4030 | </constraints> |
| 4031 | <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="16"/> | 4031 | <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="16"/> |
| 4032 | <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/> | 4032 | <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/> |
| ... | @@ -4038,7 +4038,7 @@ | ... | @@ -4038,7 +4038,7 @@ |
| 4038 | </connections> | 4038 | </connections> |
| 4039 | </button> | 4039 | </button> |
| 4040 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="KvN-fk-rlm"> | 4040 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="KvN-fk-rlm"> |
| 4041 | - <rect key="frame" x="103.5" y="459.5" width="207" height="40"/> | 4041 | + <rect key="frame" x="103.5" y="454.5" width="207" height="40"/> |
| 4042 | <constraints> | 4042 | <constraints> |
| 4043 | <constraint firstAttribute="height" constant="40" id="O7T-ug-rTB"/> | 4043 | <constraint firstAttribute="height" constant="40" id="O7T-ug-rTB"/> |
| 4044 | </constraints> | 4044 | </constraints> |
| ... | @@ -4053,7 +4053,7 @@ | ... | @@ -4053,7 +4053,7 @@ |
| 4053 | </connections> | 4053 | </connections> |
| 4054 | </button> | 4054 | </button> |
| 4055 | <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" textAlignment="center" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="siA-c8-Ub8" customClass="UnselectableTappableTextView" customModule="SwiftWarplyFramework"> | 4055 | <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" textAlignment="center" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="siA-c8-Ub8" customClass="UnselectableTappableTextView" customModule="SwiftWarplyFramework"> |
| 4056 | - <rect key="frame" x="20" y="499.5" width="374" height="0.0"/> | 4056 | + <rect key="frame" x="20" y="494.5" width="374" height="0.0"/> |
| 4057 | <color key="backgroundColor" systemColor="systemBackgroundColor"/> | 4057 | <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
| 4058 | <constraints> | 4058 | <constraints> |
| 4059 | <constraint firstAttribute="height" id="BWJ-i6-UeO"/> | 4059 | <constraint firstAttribute="height" id="BWJ-i6-UeO"/> |
| ... | @@ -4616,9 +4616,9 @@ | ... | @@ -4616,9 +4616,9 @@ |
| 4616 | <nil key="highlightedColor"/> | 4616 | <nil key="highlightedColor"/> |
| 4617 | </label> | 4617 | </label> |
| 4618 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="uDO-0Z-xFa"> | 4618 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="uDO-0Z-xFa"> |
| 4619 | - <rect key="frame" x="149" y="452.5" width="116" height="55"/> | 4619 | + <rect key="frame" x="149" y="452.5" width="116" height="50"/> |
| 4620 | <constraints> | 4620 | <constraints> |
| 4621 | - <constraint firstAttribute="height" constant="55" id="Mve-Wm-jeX"/> | 4621 | + <constraint firstAttribute="height" constant="50" id="Mve-Wm-jeX"/> |
| 4622 | </constraints> | 4622 | </constraints> |
| 4623 | <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="17"/> | 4623 | <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="17"/> |
| 4624 | <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/> | 4624 | <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/> |
| ... | @@ -4630,7 +4630,7 @@ | ... | @@ -4630,7 +4630,7 @@ |
| 4630 | </connections> | 4630 | </connections> |
| 4631 | </button> | 4631 | </button> |
| 4632 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ulI-Td-g6v"> | 4632 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ulI-Td-g6v"> |
| 4633 | - <rect key="frame" x="103.5" y="527.5" width="207" height="40"/> | 4633 | + <rect key="frame" x="103.5" y="522.5" width="207" height="40"/> |
| 4634 | <constraints> | 4634 | <constraints> |
| 4635 | <constraint firstAttribute="height" constant="40" id="72j-BL-Ejm"/> | 4635 | <constraint firstAttribute="height" constant="40" id="72j-BL-Ejm"/> |
| 4636 | </constraints> | 4636 | </constraints> |
| ... | @@ -4645,7 +4645,7 @@ | ... | @@ -4645,7 +4645,7 @@ |
| 4645 | </connections> | 4645 | </connections> |
| 4646 | </button> | 4646 | </button> |
| 4647 | <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mCl-kM-ssj"> | 4647 | <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mCl-kM-ssj"> |
| 4648 | - <rect key="frame" x="20" y="567.5" width="374" height="0.0"/> | 4648 | + <rect key="frame" x="20" y="562.5" width="374" height="0.0"/> |
| 4649 | <color key="backgroundColor" systemColor="systemBackgroundColor"/> | 4649 | <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
| 4650 | <constraints> | 4650 | <constraints> |
| 4651 | <constraint firstAttribute="height" id="Uys-zo-ERe"/> | 4651 | <constraint firstAttribute="height" id="Uys-zo-ERe"/> |
| ... | @@ -4801,9 +4801,9 @@ | ... | @@ -4801,9 +4801,9 @@ |
| 4801 | <nil key="highlightedColor"/> | 4801 | <nil key="highlightedColor"/> |
| 4802 | </label> | 4802 | </label> |
| 4803 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qnn-bi-fLK"> | 4803 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qnn-bi-fLK"> |
| 4804 | - <rect key="frame" x="155" y="444" width="104" height="55"/> | 4804 | + <rect key="frame" x="155" y="444" width="104" height="50"/> |
| 4805 | <constraints> | 4805 | <constraints> |
| 4806 | - <constraint firstAttribute="height" constant="55" id="aPk-mJ-VfN"/> | 4806 | + <constraint firstAttribute="height" constant="50" id="aPk-mJ-VfN"/> |
| 4807 | </constraints> | 4807 | </constraints> |
| 4808 | <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="17"/> | 4808 | <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="17"/> |
| 4809 | <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/> | 4809 | <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/> | ... | ... |
| ... | @@ -104,8 +104,8 @@ import SwiftEventBus | ... | @@ -104,8 +104,8 @@ import SwiftEventBus |
| 104 | redeemButton.setTitleColor(.white, for: .normal) | 104 | redeemButton.setTitleColor(.white, for: .normal) |
| 105 | redeemButton.backgroundColor = UIColor(red: 0.05, green: 0.65, blue: 0.00, alpha: 1.00) | 105 | redeemButton.backgroundColor = UIColor(red: 0.05, green: 0.65, blue: 0.00, alpha: 1.00) |
| 106 | redeemButton.layer.cornerRadius = 16.0 | 106 | redeemButton.layer.cornerRadius = 16.0 |
| 107 | - redeemButton.frame = CGRect(x: 0.0, y: 0.0, width: redeemButton.intrinsicContentSize.width, height: 55) | 107 | + redeemButton.frame = CGRect(x: 0.0, y: 0.0, width: redeemButton.intrinsicContentSize.width, height: 50) |
| 108 | - redeemButton.contentEdgeInsets = UIEdgeInsets(top: 1, left: 28, bottom: 0, right: 28) | 108 | + redeemButton.contentEdgeInsets = UIEdgeInsets(top: 0, left: 25, bottom: 0, right: 25) |
| 109 | // Fix width for ipad | 109 | // Fix width for ipad |
| 110 | // if UIDevice.current.userInterfaceIdiom == .pad { | 110 | // if UIDevice.current.userInterfaceIdiom == .pad { |
| 111 | // // iPad | 111 | // // iPad | ... | ... |
| ... | @@ -96,8 +96,8 @@ import SwiftEventBus | ... | @@ -96,8 +96,8 @@ import SwiftEventBus |
| 96 | activateButton.setTitleColor(.white, for: .normal) | 96 | activateButton.setTitleColor(.white, for: .normal) |
| 97 | activateButton.backgroundColor = UIColor(red: 0.05, green: 0.65, blue: 0.00, alpha: 1.00) | 97 | activateButton.backgroundColor = UIColor(red: 0.05, green: 0.65, blue: 0.00, alpha: 1.00) |
| 98 | activateButton.layer.cornerRadius = 16.0 | 98 | activateButton.layer.cornerRadius = 16.0 |
| 99 | - activateButton.frame = CGRect(x: 0.0, y: 0.0, width: activateButton.intrinsicContentSize.width, height: 55) | 99 | + activateButton.frame = CGRect(x: 0.0, y: 0.0, width: activateButton.intrinsicContentSize.width, height: 50) |
| 100 | - activateButton.contentEdgeInsets = UIEdgeInsets(top: 1, left: 28, bottom: 0, right: 28) | 100 | + activateButton.contentEdgeInsets = UIEdgeInsets(top: 0, left: 25, bottom: 0, right: 25) |
| 101 | 101 | ||
| 102 | // Fix width for ipad | 102 | // Fix width for ipad |
| 103 | // if UIDevice.current.userInterfaceIdiom == .pad { | 103 | // if UIDevice.current.userInterfaceIdiom == .pad { | ... | ... |
| ... | @@ -128,16 +128,16 @@ import SwiftEventBus | ... | @@ -128,16 +128,16 @@ import SwiftEventBus |
| 128 | 128 | ||
| 129 | if (profile != nil && !(profile?._image_url is NSNull) && profile?._image_url != nil && profile?._image_url != "") { | 129 | if (profile != nil && !(profile?._image_url is NSNull) && profile?._image_url != nil && profile?._image_url != "") { |
| 130 | 130 | ||
| 131 | - profileImage.layer.cornerRadius = 19 | ||
| 132 | - profileImage.layer.maskedCorners = [ .layerMinXMinYCorner, .layerMaxXMaxYCorner] // Top left, bottom right corner radius | ||
| 133 | - profileImage.layer.borderWidth = 1 | ||
| 134 | - profileImage.layer.borderColor = UIColor(red: 0.90, green: 0.90, blue: 0.90, alpha: 1.00).cgColor | ||
| 135 | - | ||
| 136 | profileImage.load(link: profile?._image_url ?? "", placeholder: UIImage(), cache: URLCache()) | 131 | profileImage.load(link: profile?._image_url ?? "", placeholder: UIImage(), cache: URLCache()) |
| 137 | } else { | 132 | } else { |
| 138 | profileImage.image = UIImage(named: "default_profile_image_2", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) | 133 | profileImage.image = UIImage(named: "default_profile_image_2", in: MyEmptyClass.resourceBundle(), compatibleWith: nil) |
| 139 | } | 134 | } |
| 140 | 135 | ||
| 136 | + profileImage.layer.cornerRadius = 19 | ||
| 137 | + profileImage.layer.maskedCorners = [ .layerMinXMinYCorner, .layerMaxXMaxYCorner] // Top left, bottom right corner radius | ||
| 138 | + profileImage.layer.borderWidth = 1 | ||
| 139 | + profileImage.layer.borderColor = UIColor(red: 0.90, green: 0.90, blue: 0.90, alpha: 1.00).cgColor | ||
| 140 | + | ||
| 141 | print("Profile Name: " + (profile?._firstname ?? "") + " " + (profile?._lastname ?? "")) | 141 | print("Profile Name: " + (profile?._firstname ?? "") + " " + (profile?._lastname ?? "")) |
| 142 | 142 | ||
| 143 | profileNameLabel.text = (profile?._firstname ?? "") + " " + (profile?._lastname ?? "") | 143 | profileNameLabel.text = (profile?._firstname ?? "") + " " + (profile?._lastname ?? "") |
| ... | @@ -185,7 +185,7 @@ import SwiftEventBus | ... | @@ -185,7 +185,7 @@ import SwiftEventBus |
| 185 | dfyEarnBannerView.layer.shadowColor = UIColor(red: 0.00, green: 0.00, blue: 0.00, alpha: 0.2).cgColor | 185 | dfyEarnBannerView.layer.shadowColor = UIColor(red: 0.00, green: 0.00, blue: 0.00, alpha: 0.2).cgColor |
| 186 | dfyEarnBannerView.layer.shadowOffset = CGSize(width: 0.0, height: 1.0) | 186 | dfyEarnBannerView.layer.shadowOffset = CGSize(width: 0.0, height: 1.0) |
| 187 | dfyEarnBannerView.layer.shadowOpacity = 1.0 | 187 | dfyEarnBannerView.layer.shadowOpacity = 1.0 |
| 188 | - dfyEarnBannerView.layer.shadowRadius = 3.0 | 188 | + dfyEarnBannerView.layer.shadowRadius = 1.0 |
| 189 | 189 | ||
| 190 | // var totalCouponValue = swiftApi().getDealsCouponsSum() | 190 | // var totalCouponValue = swiftApi().getDealsCouponsSum() |
| 191 | 191 | ||
| ... | @@ -249,7 +249,7 @@ import SwiftEventBus | ... | @@ -249,7 +249,7 @@ import SwiftEventBus |
| 249 | couponEarnView.layer.shadowColor = UIColor(red: 0.00, green: 0.00, blue: 0.00, alpha: 0.2).cgColor | 249 | couponEarnView.layer.shadowColor = UIColor(red: 0.00, green: 0.00, blue: 0.00, alpha: 0.2).cgColor |
| 250 | couponEarnView.layer.shadowOffset = CGSize(width: 0.0, height: 1.0) | 250 | couponEarnView.layer.shadowOffset = CGSize(width: 0.0, height: 1.0) |
| 251 | couponEarnView.layer.shadowOpacity = 1.0 | 251 | couponEarnView.layer.shadowOpacity = 1.0 |
| 252 | - couponEarnView.layer.shadowRadius = 3.0 | 252 | + couponEarnView.layer.shadowRadius = 1.0 |
| 253 | 253 | ||
| 254 | // let totalCouponDiscount = Float(round(100 * loyaltyBadge._value) / 100) | 254 | // let totalCouponDiscount = Float(round(100 * loyaltyBadge._value) / 100) |
| 255 | var totalCouponDiscountString = "0" | 255 | var totalCouponDiscountString = "0" | ... | ... |
-
Please register or login to post a comment