Showing
7 changed files
with
66 additions
and
64 deletions
No preview for this file type
... | @@ -63,7 +63,7 @@ import SwiftEventBus | ... | @@ -63,7 +63,7 @@ import SwiftEventBus |
63 | 63 | ||
64 | couponImage.load(link: ccms?._imageUrl ?? "", placeholder: UIImage(), cache: URLCache()) | 64 | couponImage.load(link: ccms?._imageUrl ?? "", placeholder: UIImage(), cache: URLCache()) |
65 | couponImage.contentMode = .scaleAspectFill | 65 | couponImage.contentMode = .scaleAspectFill |
66 | - couponImageHeight.constant = self.uiscreen.height * 0.25 | 66 | + couponImageHeight.constant = 253 // self.uiscreen.height * 0.25 |
67 | 67 | ||
68 | nameLabel.text = ccms?._title ?? "" | 68 | nameLabel.text = ccms?._title ?? "" |
69 | descriptionLabel.text = ccms?._subtitle ?? "" | 69 | descriptionLabel.text = ccms?._subtitle ?? "" |
... | @@ -72,7 +72,7 @@ import SwiftEventBus | ... | @@ -72,7 +72,7 @@ import SwiftEventBus |
72 | redeemButton.setTitle("Ενεργοποίηση", for: .normal) | 72 | redeemButton.setTitle("Ενεργοποίηση", for: .normal) |
73 | redeemButton.setTitleColor(.white, for: .normal) | 73 | redeemButton.setTitleColor(.white, for: .normal) |
74 | redeemButton.backgroundColor = UIColor(red: 0.47, green: 0.75, blue: 0.08, alpha: 1.00) | 74 | redeemButton.backgroundColor = UIColor(red: 0.47, green: 0.75, blue: 0.08, alpha: 1.00) |
75 | - redeemButton.layer.cornerRadius = 12.0 | 75 | + redeemButton.layer.cornerRadius = 8.0 |
76 | redeemButton.frame = CGRect(x: 0.0, y: 0.0, width: redeemButton.intrinsicContentSize.width, height: 44) | 76 | redeemButton.frame = CGRect(x: 0.0, y: 0.0, width: redeemButton.intrinsicContentSize.width, height: 44) |
77 | redeemButton.contentEdgeInsets = UIEdgeInsets(top: 0, left: 8, bottom: 0, right: 8) | 77 | redeemButton.contentEdgeInsets = UIEdgeInsets(top: 0, left: 8, bottom: 0, right: 8) |
78 | // Fix width for ipad | 78 | // Fix width for ipad | ... | ... |
... | @@ -83,13 +83,14 @@ import AVFoundation | ... | @@ -83,13 +83,14 @@ import AVFoundation |
83 | 83 | ||
84 | couponImage.load(link: couponSetData?.img_preview ?? "", placeholder: UIImage(), cache: URLCache()) | 84 | couponImage.load(link: couponSetData?.img_preview ?? "", placeholder: UIImage(), cache: URLCache()) |
85 | couponImage.contentMode = .scaleAspectFill | 85 | couponImage.contentMode = .scaleAspectFill |
86 | - couponImageHeight.constant = self.uiscreen.height * 0.25 | 86 | + couponImageHeight.constant = 253 // self.uiscreen.height * 0.25 |
87 | 87 | ||
88 | nameLabel.text = couponSetData?.name ?? "" | 88 | nameLabel.text = couponSetData?.name ?? "" |
89 | discriptionLabel.text = couponSetData?.short_description ?? "" | 89 | discriptionLabel.text = couponSetData?.short_description ?? "" |
90 | 90 | ||
91 | - couponView.layer.cornerRadius = 10 | 91 | + couponView.layer.cornerRadius = 8 |
92 | couponNumberLabel.text = coupon?.coupon ?? "" | 92 | couponNumberLabel.text = coupon?.coupon ?? "" |
93 | + couponView.frame = CGRect(x: 0.0, y: 0.0, width: couponView.intrinsicContentSize.width, height: 55) | ||
93 | 94 | ||
94 | let barcodeString = constructBarcode() ?? "" | 95 | let barcodeString = constructBarcode() ?? "" |
95 | barcodeLabel.text = barcodeString | 96 | barcodeLabel.text = barcodeString |
... | @@ -118,7 +119,7 @@ import AVFoundation | ... | @@ -118,7 +119,7 @@ import AVFoundation |
118 | redeemButton.setTitle("Κάνε δώρο", for: .normal) | 119 | redeemButton.setTitle("Κάνε δώρο", for: .normal) |
119 | redeemButton.setTitleColor(.white, for: .normal) | 120 | redeemButton.setTitleColor(.white, for: .normal) |
120 | redeemButton.backgroundColor = UIColor(red: 0.47, green: 0.75, blue: 0.08, alpha: 1.00) | 121 | redeemButton.backgroundColor = UIColor(red: 0.47, green: 0.75, blue: 0.08, alpha: 1.00) |
121 | - redeemButton.layer.cornerRadius = 12.0 | 122 | + redeemButton.layer.cornerRadius = 8.0 |
122 | redeemButton.frame = CGRect(x: 0.0, y: 0.0, width: redeemButton.intrinsicContentSize.width, height: 44) | 123 | redeemButton.frame = CGRect(x: 0.0, y: 0.0, width: redeemButton.intrinsicContentSize.width, height: 44) |
123 | redeemButton.contentEdgeInsets = UIEdgeInsets(top: 0, left: 8, bottom: 0, right: 8) | 124 | redeemButton.contentEdgeInsets = UIEdgeInsets(top: 0, left: 8, bottom: 0, right: 8) |
124 | // Fix width for ipad | 125 | // Fix width for ipad |
... | @@ -134,7 +135,7 @@ import AVFoundation | ... | @@ -134,7 +135,7 @@ import AVFoundation |
134 | mapButton.setTitle("Δες τα καταστήματα", for: .normal) | 135 | mapButton.setTitle("Δες τα καταστήματα", for: .normal) |
135 | mapButton.setTitleColor(UIColor(red: 0.31, green: 0.62, blue: 0.18, alpha: 1.00), for: .normal) | 136 | mapButton.setTitleColor(UIColor(red: 0.31, green: 0.62, blue: 0.18, alpha: 1.00), for: .normal) |
136 | mapButton.backgroundColor = UIColor(red: 0.90, green: 0.90, blue: 0.90, alpha: 1.00) | 137 | mapButton.backgroundColor = UIColor(red: 0.90, green: 0.90, blue: 0.90, alpha: 1.00) |
137 | - mapButton.layer.cornerRadius = 12.0 | 138 | + mapButton.layer.cornerRadius = 8.0 |
138 | mapButton.frame = CGRect(x: 0.0, y: 0.0, width: mapButton.intrinsicContentSize.width, height: 44) | 139 | mapButton.frame = CGRect(x: 0.0, y: 0.0, width: mapButton.intrinsicContentSize.width, height: 44) |
139 | mapButton.contentEdgeInsets = UIEdgeInsets(top: 0, left: 8, bottom: 0, right: 8) | 140 | mapButton.contentEdgeInsets = UIEdgeInsets(top: 0, left: 8, bottom: 0, right: 8) |
140 | // Fix width for ipad | 141 | // Fix width for ipad | ... | ... |
... | @@ -69,7 +69,7 @@ import SwiftEventBus | ... | @@ -69,7 +69,7 @@ import SwiftEventBus |
69 | 69 | ||
70 | couponImage.load(link: couponset?.img_preview ?? "", placeholder: UIImage(), cache: URLCache()) | 70 | couponImage.load(link: couponset?.img_preview ?? "", placeholder: UIImage(), cache: URLCache()) |
71 | couponImage.contentMode = .scaleAspectFill | 71 | couponImage.contentMode = .scaleAspectFill |
72 | - couponImageHeight.constant = self.uiscreen.height * 0.25 | 72 | + couponImageHeight.constant = 253 // self.uiscreen.height * 0.25 |
73 | 73 | ||
74 | nameLabel.text = couponset?.name ?? "" | 74 | nameLabel.text = couponset?.name ?? "" |
75 | let htmlDescrText = couponset?.description ?? "" | 75 | let htmlDescrText = couponset?.description ?? "" |
... | @@ -78,19 +78,19 @@ import SwiftEventBus | ... | @@ -78,19 +78,19 @@ import SwiftEventBus |
78 | redeemButton.setTitle("Απόκτησέ το", for: .normal) | 78 | redeemButton.setTitle("Απόκτησέ το", for: .normal) |
79 | redeemButton.setTitleColor(.white, for: .normal) | 79 | redeemButton.setTitleColor(.white, for: .normal) |
80 | redeemButton.backgroundColor = UIColor(red: 0.47, green: 0.75, blue: 0.08, alpha: 1.00) | 80 | redeemButton.backgroundColor = UIColor(red: 0.47, green: 0.75, blue: 0.08, alpha: 1.00) |
81 | - redeemButton.layer.cornerRadius = 12.0 | 81 | + redeemButton.layer.cornerRadius = 8.0 |
82 | redeemButton.frame = CGRect(x: 0.0, y: 0.0, width: redeemButton.intrinsicContentSize.width, height: 44) | 82 | redeemButton.frame = CGRect(x: 0.0, y: 0.0, width: redeemButton.intrinsicContentSize.width, height: 44) |
83 | redeemButton.contentEdgeInsets = UIEdgeInsets(top: 0, left: 8, bottom: 0, right: 8) | 83 | redeemButton.contentEdgeInsets = UIEdgeInsets(top: 0, left: 8, bottom: 0, right: 8) |
84 | // Fix width for ipad | 84 | // Fix width for ipad |
85 | -// if UIDevice.current.userInterfaceIdiom == .pad { | 85 | + if UIDevice.current.userInterfaceIdiom == .pad { |
86 | -// // iPad | 86 | + // iPad |
87 | -// redeemButton.titleLabel?.font = UIFont(name: "PFSquareSansPro-Medium", size: 19) | 87 | + redeemButton.titleLabel?.font = UIFont(name: "PFSquareSansPro-Medium", size: 19) |
88 | // redeemButton.widthAnchor.constraint(equalToConstant: 250).isActive = true | 88 | // redeemButton.widthAnchor.constraint(equalToConstant: 250).isActive = true |
89 | -// } else { | 89 | + } else { |
90 | -// // not iPad (iPhone, mac, tv, carPlay, unspecified) | 90 | + // not iPad (iPhone, mac, tv, carPlay, unspecified) |
91 | -// redeemButton.titleLabel?.font = UIFont(name: "PFSquareSansPro-Medium", size: 16) | 91 | + redeemButton.titleLabel?.font = UIFont(name: "PFSquareSansPro-Medium", size: 16) |
92 | // redeemButton.widthAnchor.constraint(equalTo: view.widthAnchor, multiplier: 0.6).isActive = true | 92 | // redeemButton.widthAnchor.constraint(equalTo: view.widthAnchor, multiplier: 0.6).isActive = true |
93 | -// } | 93 | + } |
94 | 94 | ||
95 | termsButton.titleLabel?.font = UIFont(name: "PFSquareSansPro-Medium", size: 16) | 95 | termsButton.titleLabel?.font = UIFont(name: "PFSquareSansPro-Medium", size: 16) |
96 | // termsButton.imageView?.layer.transform = CATransform3DMakeScale(1.5, 1.5, 1.5) | 96 | // termsButton.imageView?.layer.transform = CATransform3DMakeScale(1.5, 1.5, 1.5) | ... | ... |
... | @@ -1371,28 +1371,28 @@ | ... | @@ -1371,28 +1371,28 @@ |
1371 | </constraints> | 1371 | </constraints> |
1372 | </imageView> | 1372 | </imageView> |
1373 | <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="Xz4-EE-EzJ"> | 1373 | <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="Xz4-EE-EzJ"> |
1374 | - <rect key="frame" x="20" y="230" width="374" height="34"/> | 1374 | + <rect key="frame" x="20" y="220" width="374" height="34"/> |
1375 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="17"/> | 1375 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="17"/> |
1376 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> | 1376 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> |
1377 | <nil key="highlightedColor"/> | 1377 | <nil key="highlightedColor"/> |
1378 | </label> | 1378 | </label> |
1379 | <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="mri-Wl-spg"> | 1379 | <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="mri-Wl-spg"> |
1380 | - <rect key="frame" x="20" y="289" width="374" height="51"/> | 1380 | + <rect key="frame" x="20" y="269" width="374" height="51"/> |
1381 | <fontDescription key="fontDescription" name="PFSquareSansPro-Regular" family="PF Square Sans Pro" pointSize="17"/> | 1381 | <fontDescription key="fontDescription" name="PFSquareSansPro-Regular" family="PF Square Sans Pro" pointSize="17"/> |
1382 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> | 1382 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> |
1383 | <nil key="highlightedColor"/> | 1383 | <nil key="highlightedColor"/> |
1384 | </label> | 1384 | </label> |
1385 | <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="Sg1-QU-FY1"> | 1385 | <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="Sg1-QU-FY1"> |
1386 | - <rect key="frame" x="20" y="375" width="374" height="17"/> | 1386 | + <rect key="frame" x="20" y="355" width="374" height="17"/> |
1387 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="17"/> | 1387 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="17"/> |
1388 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> | 1388 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> |
1389 | <nil key="highlightedColor"/> | 1389 | <nil key="highlightedColor"/> |
1390 | </label> | 1390 | </label> |
1391 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Zdf-1r-FdJ" userLabel="Coupon View"> | 1391 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Zdf-1r-FdJ" userLabel="Coupon View"> |
1392 | - <rect key="frame" x="25" y="402" width="364" height="55"/> | 1392 | + <rect key="frame" x="152.5" y="382" width="109.5" height="55"/> |
1393 | <subviews> | 1393 | <subviews> |
1394 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BJS-kk-CBZ"> | 1394 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BJS-kk-CBZ"> |
1395 | - <rect key="frame" x="10" y="13.5" width="344" height="28"/> | 1395 | + <rect key="frame" x="20" y="13.5" width="69.5" height="28"/> |
1396 | <fontDescription key="fontDescription" name="PFSquareSansPro-Bold" family="PF Square Sans Pro" pointSize="28"/> | 1396 | <fontDescription key="fontDescription" name="PFSquareSansPro-Bold" family="PF Square Sans Pro" pointSize="28"/> |
1397 | <color key="textColor" red="0.25490196078431371" green="0.33333333333333331" blue="0.39215686274509803" alpha="1" colorSpace="calibratedRGB"/> | 1397 | <color key="textColor" red="0.25490196078431371" green="0.33333333333333331" blue="0.39215686274509803" alpha="1" colorSpace="calibratedRGB"/> |
1398 | <nil key="highlightedColor"/> | 1398 | <nil key="highlightedColor"/> |
... | @@ -1400,27 +1400,27 @@ | ... | @@ -1400,27 +1400,27 @@ |
1400 | </subviews> | 1400 | </subviews> |
1401 | <color key="backgroundColor" red="0.95686274509803915" green="0.95686274509803915" blue="0.95686274509803915" alpha="1" colorSpace="calibratedRGB"/> | 1401 | <color key="backgroundColor" red="0.95686274509803915" green="0.95686274509803915" blue="0.95686274509803915" alpha="1" colorSpace="calibratedRGB"/> |
1402 | <constraints> | 1402 | <constraints> |
1403 | - <constraint firstAttribute="trailing" secondItem="BJS-kk-CBZ" secondAttribute="trailing" constant="10" id="Adz-tK-JPK"/> | 1403 | + <constraint firstAttribute="trailing" secondItem="BJS-kk-CBZ" secondAttribute="trailing" constant="20" id="Adz-tK-JPK"/> |
1404 | <constraint firstItem="BJS-kk-CBZ" firstAttribute="centerY" secondItem="Zdf-1r-FdJ" secondAttribute="centerY" id="WUs-XT-erR"/> | 1404 | <constraint firstItem="BJS-kk-CBZ" firstAttribute="centerY" secondItem="Zdf-1r-FdJ" secondAttribute="centerY" id="WUs-XT-erR"/> |
1405 | <constraint firstAttribute="height" constant="55" id="XVr-JP-U40"/> | 1405 | <constraint firstAttribute="height" constant="55" id="XVr-JP-U40"/> |
1406 | - <constraint firstItem="BJS-kk-CBZ" firstAttribute="leading" secondItem="Zdf-1r-FdJ" secondAttribute="leading" constant="10" id="dxa-Dc-OXI"/> | 1406 | + <constraint firstItem="BJS-kk-CBZ" firstAttribute="leading" secondItem="Zdf-1r-FdJ" secondAttribute="leading" constant="20" id="dxa-Dc-OXI"/> |
1407 | </constraints> | 1407 | </constraints> |
1408 | </view> | 1408 | </view> |
1409 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jrM-7n-fSw" userLabel="Border View"> | 1409 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jrM-7n-fSw" userLabel="Border View"> |
1410 | - <rect key="frame" x="20" y="477" width="374" height="1"/> | 1410 | + <rect key="frame" x="20" y="457" width="374" height="1"/> |
1411 | <color key="backgroundColor" red="0.90196078431372551" green="0.90196078431372551" blue="0.90196078431372551" alpha="1" colorSpace="calibratedRGB"/> | 1411 | <color key="backgroundColor" red="0.90196078431372551" green="0.90196078431372551" blue="0.90196078431372551" alpha="1" colorSpace="calibratedRGB"/> |
1412 | <constraints> | 1412 | <constraints> |
1413 | <constraint firstAttribute="height" constant="1" id="eF3-7T-hMu"/> | 1413 | <constraint firstAttribute="height" constant="1" id="eF3-7T-hMu"/> |
1414 | </constraints> | 1414 | </constraints> |
1415 | </view> | 1415 | </view> |
1416 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="huh-zh-82C"> | 1416 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="huh-zh-82C"> |
1417 | - <rect key="frame" x="30" y="488" width="354" height="110"/> | 1417 | + <rect key="frame" x="30" y="468" width="354" height="110"/> |
1418 | <constraints> | 1418 | <constraints> |
1419 | <constraint firstAttribute="height" constant="110" id="LJq-uV-eb8"/> | 1419 | <constraint firstAttribute="height" constant="110" id="LJq-uV-eb8"/> |
1420 | </constraints> | 1420 | </constraints> |
1421 | </imageView> | 1421 | </imageView> |
1422 | <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="EKv-Mx-6Yv"> | 1422 | <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="EKv-Mx-6Yv"> |
1423 | - <rect key="frame" x="20" y="608" width="374" height="26.5"/> | 1423 | + <rect key="frame" x="20" y="588" width="374" height="26.5"/> |
1424 | <constraints> | 1424 | <constraints> |
1425 | <constraint firstAttribute="height" constant="26.5" id="LfJ-bC-nLk"/> | 1425 | <constraint firstAttribute="height" constant="26.5" id="LfJ-bC-nLk"/> |
1426 | </constraints> | 1426 | </constraints> |
... | @@ -1429,14 +1429,14 @@ | ... | @@ -1429,14 +1429,14 @@ |
1429 | <nil key="highlightedColor"/> | 1429 | <nil key="highlightedColor"/> |
1430 | </label> | 1430 | </label> |
1431 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6rV-2m-QMZ" userLabel="Border 2 View"> | 1431 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6rV-2m-QMZ" userLabel="Border 2 View"> |
1432 | - <rect key="frame" x="20" y="649.5" width="374" height="1"/> | 1432 | + <rect key="frame" x="20" y="629.5" width="374" height="1"/> |
1433 | <color key="backgroundColor" red="0.90196078430000004" green="0.90196078430000004" blue="0.90196078430000004" alpha="1" colorSpace="calibratedRGB"/> | 1433 | <color key="backgroundColor" red="0.90196078430000004" green="0.90196078430000004" blue="0.90196078430000004" alpha="1" colorSpace="calibratedRGB"/> |
1434 | <constraints> | 1434 | <constraints> |
1435 | <constraint firstAttribute="height" constant="1" id="DVl-3B-zqo"/> | 1435 | <constraint firstAttribute="height" constant="1" id="DVl-3B-zqo"/> |
1436 | </constraints> | 1436 | </constraints> |
1437 | </view> | 1437 | </view> |
1438 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Zw5-Wj-WD5"> | 1438 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Zw5-Wj-WD5"> |
1439 | - <rect key="frame" x="103.5" y="660.5" width="207" height="50"/> | 1439 | + <rect key="frame" x="103.5" y="640.5" width="207" height="50"/> |
1440 | <constraints> | 1440 | <constraints> |
1441 | <constraint firstAttribute="height" constant="50" id="ZSP-NX-0a7"/> | 1441 | <constraint firstAttribute="height" constant="50" id="ZSP-NX-0a7"/> |
1442 | </constraints> | 1442 | </constraints> |
... | @@ -1451,13 +1451,13 @@ | ... | @@ -1451,13 +1451,13 @@ |
1451 | </connections> | 1451 | </connections> |
1452 | </button> | 1452 | </button> |
1453 | <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="UhC-Lj-tfN"> | 1453 | <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="UhC-Lj-tfN"> |
1454 | - <rect key="frame" x="20" y="745.5" width="374" height="15"/> | 1454 | + <rect key="frame" x="20" y="725.5" width="374" height="15"/> |
1455 | <fontDescription key="fontDescription" name="PFSquareSansPro-Regular" family="PF Square Sans Pro" pointSize="15"/> | 1455 | <fontDescription key="fontDescription" name="PFSquareSansPro-Regular" family="PF Square Sans Pro" pointSize="15"/> |
1456 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> | 1456 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> |
1457 | <nil key="highlightedColor"/> | 1457 | <nil key="highlightedColor"/> |
1458 | </label> | 1458 | </label> |
1459 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8cR-Rc-YMJ"> | 1459 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8cR-Rc-YMJ"> |
1460 | - <rect key="frame" x="169" y="795.5" width="76" height="40"/> | 1460 | + <rect key="frame" x="169" y="775.5" width="76" height="40"/> |
1461 | <constraints> | 1461 | <constraints> |
1462 | <constraint firstAttribute="height" constant="40" id="ccg-NP-FIH"/> | 1462 | <constraint firstAttribute="height" constant="40" id="ccg-NP-FIH"/> |
1463 | </constraints> | 1463 | </constraints> |
... | @@ -1471,7 +1471,7 @@ | ... | @@ -1471,7 +1471,7 @@ |
1471 | </connections> | 1471 | </connections> |
1472 | </button> | 1472 | </button> |
1473 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="W5f-1T-iW6"> | 1473 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="W5f-1T-iW6"> |
1474 | - <rect key="frame" x="139.5" y="855.5" width="135" height="40"/> | 1474 | + <rect key="frame" x="139.5" y="825.5" width="135" height="40"/> |
1475 | <constraints> | 1475 | <constraints> |
1476 | <constraint firstAttribute="height" constant="40" id="3pq-y5-f66"/> | 1476 | <constraint firstAttribute="height" constant="40" id="3pq-y5-f66"/> |
1477 | </constraints> | 1477 | </constraints> |
... | @@ -1485,7 +1485,7 @@ | ... | @@ -1485,7 +1485,7 @@ |
1485 | </connections> | 1485 | </connections> |
1486 | </button> | 1486 | </button> |
1487 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8UD-WL-JB7"> | 1487 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8UD-WL-JB7"> |
1488 | - <rect key="frame" x="103.5" y="905.5" width="207" height="50"/> | 1488 | + <rect key="frame" x="103.5" y="885.5" width="207" height="50"/> |
1489 | <constraints> | 1489 | <constraints> |
1490 | <constraint firstAttribute="height" constant="50" id="xdq-YS-AL4"/> | 1490 | <constraint firstAttribute="height" constant="50" id="xdq-YS-AL4"/> |
1491 | </constraints> | 1491 | </constraints> |
... | @@ -1500,7 +1500,7 @@ | ... | @@ -1500,7 +1500,7 @@ |
1500 | </connections> | 1500 | </connections> |
1501 | </button> | 1501 | </button> |
1502 | <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" textAlignment="center" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xjX-HZ-MpD"> | 1502 | <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" textAlignment="center" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xjX-HZ-MpD"> |
1503 | - <rect key="frame" x="20" y="965.5" width="374" height="0.0"/> | 1503 | + <rect key="frame" x="20" y="945.5" width="374" height="0.0"/> |
1504 | <color key="backgroundColor" systemColor="systemBackgroundColor"/> | 1504 | <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
1505 | <constraints> | 1505 | <constraints> |
1506 | <constraint firstAttribute="height" id="3GU-tg-S3t"/> | 1506 | <constraint firstAttribute="height" id="3GU-tg-S3t"/> |
... | @@ -1514,13 +1514,13 @@ | ... | @@ -1514,13 +1514,13 @@ |
1514 | <constraints> | 1514 | <constraints> |
1515 | <constraint firstItem="jrM-7n-fSw" firstAttribute="leading" secondItem="1ec-eH-fkX" secondAttribute="leading" constant="20" id="0Dc-gr-Zfa"/> | 1515 | <constraint firstItem="jrM-7n-fSw" firstAttribute="leading" secondItem="1ec-eH-fkX" secondAttribute="leading" constant="20" id="0Dc-gr-Zfa"/> |
1516 | <constraint firstItem="huh-zh-82C" firstAttribute="leading" secondItem="1ec-eH-fkX" secondAttribute="leading" constant="30" id="1bc-Mr-krB"/> | 1516 | <constraint firstItem="huh-zh-82C" firstAttribute="leading" secondItem="1ec-eH-fkX" secondAttribute="leading" constant="30" id="1bc-Mr-krB"/> |
1517 | - <constraint firstItem="8UD-WL-JB7" firstAttribute="top" secondItem="W5f-1T-iW6" secondAttribute="bottom" constant="10" id="2qi-nv-Q66"/> | 1517 | + <constraint firstItem="8UD-WL-JB7" firstAttribute="top" secondItem="W5f-1T-iW6" secondAttribute="bottom" constant="20" id="2qi-nv-Q66"/> |
1518 | <constraint firstAttribute="trailing" secondItem="Xz4-EE-EzJ" secondAttribute="trailing" constant="20" id="5Sx-lW-x5H"/> | 1518 | <constraint firstAttribute="trailing" secondItem="Xz4-EE-EzJ" secondAttribute="trailing" constant="20" id="5Sx-lW-x5H"/> |
1519 | <constraint firstItem="Zw5-Wj-WD5" firstAttribute="width" secondItem="1ec-eH-fkX" secondAttribute="width" multiplier="0.5" id="5nW-K9-uVa"/> | 1519 | <constraint firstItem="Zw5-Wj-WD5" firstAttribute="width" secondItem="1ec-eH-fkX" secondAttribute="width" multiplier="0.5" id="5nW-K9-uVa"/> |
1520 | <constraint firstItem="Zw5-Wj-WD5" firstAttribute="top" secondItem="6rV-2m-QMZ" secondAttribute="bottom" constant="10" id="7VE-aB-ZD3"/> | 1520 | <constraint firstItem="Zw5-Wj-WD5" firstAttribute="top" secondItem="6rV-2m-QMZ" secondAttribute="bottom" constant="10" id="7VE-aB-ZD3"/> |
1521 | <constraint firstItem="8cR-Rc-YMJ" firstAttribute="centerX" secondItem="1ec-eH-fkX" secondAttribute="centerX" id="8hP-dm-rWP"/> | 1521 | <constraint firstItem="8cR-Rc-YMJ" firstAttribute="centerX" secondItem="1ec-eH-fkX" secondAttribute="centerX" id="8hP-dm-rWP"/> |
1522 | <constraint firstItem="8UD-WL-JB7" firstAttribute="width" secondItem="1ec-eH-fkX" secondAttribute="width" multiplier="0.5" id="9Gy-bi-NXO"/> | 1522 | <constraint firstItem="8UD-WL-JB7" firstAttribute="width" secondItem="1ec-eH-fkX" secondAttribute="width" multiplier="0.5" id="9Gy-bi-NXO"/> |
1523 | - <constraint firstItem="mri-Wl-spg" firstAttribute="top" secondItem="Xz4-EE-EzJ" secondAttribute="bottom" constant="25" id="9W8-fX-IzR"/> | 1523 | + <constraint firstItem="mri-Wl-spg" firstAttribute="top" secondItem="Xz4-EE-EzJ" secondAttribute="bottom" constant="15" id="9W8-fX-IzR"/> |
1524 | <constraint firstItem="xjX-HZ-MpD" firstAttribute="leading" secondItem="1ec-eH-fkX" secondAttribute="leading" constant="20" id="AIW-Kf-tkQ"/> | 1524 | <constraint firstItem="xjX-HZ-MpD" firstAttribute="leading" secondItem="1ec-eH-fkX" secondAttribute="leading" constant="20" id="AIW-Kf-tkQ"/> |
1525 | <constraint firstItem="Zw5-Wj-WD5" firstAttribute="centerX" secondItem="1ec-eH-fkX" secondAttribute="centerX" id="BgT-3L-aZo"/> | 1525 | <constraint firstItem="Zw5-Wj-WD5" firstAttribute="centerX" secondItem="1ec-eH-fkX" secondAttribute="centerX" id="BgT-3L-aZo"/> |
1526 | <constraint firstItem="jrM-7n-fSw" firstAttribute="top" secondItem="Zdf-1r-FdJ" secondAttribute="bottom" constant="20" id="G5W-a3-pag"/> | 1526 | <constraint firstItem="jrM-7n-fSw" firstAttribute="top" secondItem="Zdf-1r-FdJ" secondAttribute="bottom" constant="20" id="G5W-a3-pag"/> |
... | @@ -1533,18 +1533,19 @@ | ... | @@ -1533,18 +1533,19 @@ |
1533 | <constraint firstAttribute="trailing" secondItem="mri-Wl-spg" secondAttribute="trailing" constant="20" id="NmE-Pu-v1S"/> | 1533 | <constraint firstAttribute="trailing" secondItem="mri-Wl-spg" secondAttribute="trailing" constant="20" id="NmE-Pu-v1S"/> |
1534 | <constraint firstAttribute="trailing" secondItem="EKv-Mx-6Yv" secondAttribute="trailing" constant="20" id="OeB-T7-87x"/> | 1534 | <constraint firstAttribute="trailing" secondItem="EKv-Mx-6Yv" secondAttribute="trailing" constant="20" id="OeB-T7-87x"/> |
1535 | <constraint firstItem="W5f-1T-iW6" firstAttribute="centerX" secondItem="1ec-eH-fkX" secondAttribute="centerX" id="Pug-Ej-C69"/> | 1535 | <constraint firstItem="W5f-1T-iW6" firstAttribute="centerX" secondItem="1ec-eH-fkX" secondAttribute="centerX" id="Pug-Ej-C69"/> |
1536 | - <constraint firstItem="W5f-1T-iW6" firstAttribute="top" secondItem="8cR-Rc-YMJ" secondAttribute="bottom" constant="20" id="Rbe-XQ-CIj"/> | 1536 | + <constraint firstItem="W5f-1T-iW6" firstAttribute="top" secondItem="8cR-Rc-YMJ" secondAttribute="bottom" constant="10" id="Rbe-XQ-CIj"/> |
1537 | <constraint firstAttribute="trailing" secondItem="jrM-7n-fSw" secondAttribute="trailing" constant="20" id="ReY-xR-F8V"/> | 1537 | <constraint firstAttribute="trailing" secondItem="jrM-7n-fSw" secondAttribute="trailing" constant="20" id="ReY-xR-F8V"/> |
1538 | - <constraint firstItem="Xz4-EE-EzJ" firstAttribute="top" secondItem="iiM-5P-m5s" secondAttribute="bottom" constant="30" id="Ryr-v8-THU"/> | 1538 | + <constraint firstItem="Xz4-EE-EzJ" firstAttribute="top" secondItem="iiM-5P-m5s" secondAttribute="bottom" constant="20" id="Ryr-v8-THU"/> |
1539 | <constraint firstItem="xjX-HZ-MpD" firstAttribute="top" secondItem="8UD-WL-JB7" secondAttribute="bottom" constant="10" id="XFI-ij-KkC"/> | 1539 | <constraint firstItem="xjX-HZ-MpD" firstAttribute="top" secondItem="8UD-WL-JB7" secondAttribute="bottom" constant="10" id="XFI-ij-KkC"/> |
1540 | <constraint firstItem="mri-Wl-spg" firstAttribute="leading" secondItem="1ec-eH-fkX" secondAttribute="leading" constant="20" id="YLo-Lg-Lda"/> | 1540 | <constraint firstItem="mri-Wl-spg" firstAttribute="leading" secondItem="1ec-eH-fkX" secondAttribute="leading" constant="20" id="YLo-Lg-Lda"/> |
1541 | - <constraint firstItem="Zdf-1r-FdJ" firstAttribute="leading" secondItem="1ec-eH-fkX" secondAttribute="leading" constant="25" id="ZQd-cZ-JwO"/> | 1541 | + <constraint firstItem="Zdf-1r-FdJ" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="1ec-eH-fkX" secondAttribute="leading" constant="25" id="ZQd-cZ-JwO"/> |
1542 | <constraint firstItem="6rV-2m-QMZ" firstAttribute="leading" secondItem="1ec-eH-fkX" secondAttribute="leading" constant="20" id="bcQ-yl-h1d"/> | 1542 | <constraint firstItem="6rV-2m-QMZ" firstAttribute="leading" secondItem="1ec-eH-fkX" secondAttribute="leading" constant="20" id="bcQ-yl-h1d"/> |
1543 | - <constraint firstAttribute="trailing" secondItem="Zdf-1r-FdJ" secondAttribute="trailing" constant="25" id="c0p-Op-6VI"/> | 1543 | + <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="Zdf-1r-FdJ" secondAttribute="trailing" constant="25" id="c0p-Op-6VI"/> |
1544 | <constraint firstItem="Sg1-QU-FY1" firstAttribute="top" secondItem="mri-Wl-spg" secondAttribute="bottom" constant="35" id="dOs-ap-XJ4"/> | 1544 | <constraint firstItem="Sg1-QU-FY1" firstAttribute="top" secondItem="mri-Wl-spg" secondAttribute="bottom" constant="35" id="dOs-ap-XJ4"/> |
1545 | <constraint firstItem="iiM-5P-m5s" firstAttribute="leading" secondItem="1ec-eH-fkX" secondAttribute="leading" id="e6i-V3-Csq"/> | 1545 | <constraint firstItem="iiM-5P-m5s" firstAttribute="leading" secondItem="1ec-eH-fkX" secondAttribute="leading" id="e6i-V3-Csq"/> |
1546 | <constraint firstItem="8UD-WL-JB7" firstAttribute="centerX" secondItem="1ec-eH-fkX" secondAttribute="centerX" id="eFM-ex-Dye"/> | 1546 | <constraint firstItem="8UD-WL-JB7" firstAttribute="centerX" secondItem="1ec-eH-fkX" secondAttribute="centerX" id="eFM-ex-Dye"/> |
1547 | <constraint firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="8UD-WL-JB7" secondAttribute="bottom" constant="30" id="emI-WB-sXK"/> | 1547 | <constraint firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="8UD-WL-JB7" secondAttribute="bottom" constant="30" id="emI-WB-sXK"/> |
1548 | + <constraint firstItem="Zdf-1r-FdJ" firstAttribute="centerX" secondItem="1ec-eH-fkX" secondAttribute="centerX" id="gRP-ik-WC8"/> | ||
1548 | <constraint firstItem="6rV-2m-QMZ" firstAttribute="top" secondItem="EKv-Mx-6Yv" secondAttribute="bottom" constant="15" id="hL4-rX-9aa"/> | 1549 | <constraint firstItem="6rV-2m-QMZ" firstAttribute="top" secondItem="EKv-Mx-6Yv" secondAttribute="bottom" constant="15" id="hL4-rX-9aa"/> |
1549 | <constraint firstItem="Sg1-QU-FY1" firstAttribute="leading" secondItem="1ec-eH-fkX" secondAttribute="leading" constant="20" id="hUh-Q7-uqi"/> | 1550 | <constraint firstItem="Sg1-QU-FY1" firstAttribute="leading" secondItem="1ec-eH-fkX" secondAttribute="leading" constant="20" id="hUh-Q7-uqi"/> |
1550 | <constraint firstItem="EKv-Mx-6Yv" firstAttribute="top" secondItem="huh-zh-82C" secondAttribute="bottom" constant="10" id="hZO-Qg-tda"/> | 1551 | <constraint firstItem="EKv-Mx-6Yv" firstAttribute="top" secondItem="huh-zh-82C" secondAttribute="bottom" constant="10" id="hZO-Qg-tda"/> |
... | @@ -1666,19 +1667,19 @@ | ... | @@ -1666,19 +1667,19 @@ |
1666 | </constraints> | 1667 | </constraints> |
1667 | </imageView> | 1668 | </imageView> |
1668 | <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="a9N-Ea-LNm"> | 1669 | <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="a9N-Ea-LNm"> |
1669 | - <rect key="frame" x="20" y="230" width="374" height="34"/> | 1670 | + <rect key="frame" x="20" y="220" width="374" height="34"/> |
1670 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="17"/> | 1671 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="17"/> |
1671 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> | 1672 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> |
1672 | <nil key="highlightedColor"/> | 1673 | <nil key="highlightedColor"/> |
1673 | </label> | 1674 | </label> |
1674 | <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="EV0-Fh-Tdo"> | 1675 | <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="EV0-Fh-Tdo"> |
1675 | - <rect key="frame" x="20" y="289" width="374" height="51"/> | 1676 | + <rect key="frame" x="20" y="269" width="374" height="51"/> |
1676 | <fontDescription key="fontDescription" name="PFSquareSansPro-Regular" family="PF Square Sans Pro" pointSize="17"/> | 1677 | <fontDescription key="fontDescription" name="PFSquareSansPro-Regular" family="PF Square Sans Pro" pointSize="17"/> |
1677 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> | 1678 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> |
1678 | <nil key="highlightedColor"/> | 1679 | <nil key="highlightedColor"/> |
1679 | </label> | 1680 | </label> |
1680 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="flv-Ik-YC2" userLabel="Sender View"> | 1681 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="flv-Ik-YC2" userLabel="Sender View"> |
1681 | - <rect key="frame" x="20" y="390" width="374" height="46"/> | 1682 | + <rect key="frame" x="20" y="370" width="374" height="46"/> |
1682 | <subviews> | 1683 | <subviews> |
1683 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Αποστολέας" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GX7-IF-Gdd"> | 1684 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Αποστολέας" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GX7-IF-Gdd"> |
1684 | <rect key="frame" x="10" y="15" width="334" height="16"/> | 1685 | <rect key="frame" x="10" y="15" width="334" height="16"/> |
... | @@ -1723,7 +1724,7 @@ | ... | @@ -1723,7 +1724,7 @@ |
1723 | </constraints> | 1724 | </constraints> |
1724 | </view> | 1725 | </view> |
1725 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Bsb-ps-GWu"> | 1726 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Bsb-ps-GWu"> |
1726 | - <rect key="frame" x="165" y="594.5" width="84" height="40"/> | 1727 | + <rect key="frame" x="165" y="574.5" width="84" height="40"/> |
1727 | <constraints> | 1728 | <constraints> |
1728 | <constraint firstAttribute="height" constant="40" id="ge6-VF-hRu"/> | 1729 | <constraint firstAttribute="height" constant="40" id="ge6-VF-hRu"/> |
1729 | </constraints> | 1730 | </constraints> |
... | @@ -1737,7 +1738,7 @@ | ... | @@ -1737,7 +1738,7 @@ |
1737 | </connections> | 1738 | </connections> |
1738 | </button> | 1739 | </button> |
1739 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="uf8-tj-KCP" userLabel="Number Input View"> | 1740 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="uf8-tj-KCP" userLabel="Number Input View"> |
1740 | - <rect key="frame" x="20" y="476" width="374" height="48.5"/> | 1741 | + <rect key="frame" x="20" y="456" width="374" height="48.5"/> |
1741 | <subviews> | 1742 | <subviews> |
1742 | <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Καταχώρηση τηλεφώνου" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="MYX-E6-emS"> | 1743 | <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Καταχώρηση τηλεφώνου" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="MYX-E6-emS"> |
1743 | <rect key="frame" x="10" y="15" width="354" height="17.5"/> | 1744 | <rect key="frame" x="10" y="15" width="354" height="17.5"/> |
... | @@ -1772,9 +1773,9 @@ | ... | @@ -1772,9 +1773,9 @@ |
1772 | <constraint firstItem="EV0-Fh-Tdo" firstAttribute="leading" secondItem="9kx-ct-jms" secondAttribute="leading" constant="20" id="CAj-eC-Z9x"/> | 1773 | <constraint firstItem="EV0-Fh-Tdo" firstAttribute="leading" secondItem="9kx-ct-jms" secondAttribute="leading" constant="20" id="CAj-eC-Z9x"/> |
1773 | <constraint firstItem="Bsb-ps-GWu" firstAttribute="top" secondItem="uf8-tj-KCP" secondAttribute="bottom" constant="70" id="Cbu-wk-sAY"/> | 1774 | <constraint firstItem="Bsb-ps-GWu" firstAttribute="top" secondItem="uf8-tj-KCP" secondAttribute="bottom" constant="70" id="Cbu-wk-sAY"/> |
1774 | <constraint firstItem="p6Q-Rn-C6F" firstAttribute="leading" secondItem="9kx-ct-jms" secondAttribute="leading" id="H67-hs-Ijs"/> | 1775 | <constraint firstItem="p6Q-Rn-C6F" firstAttribute="leading" secondItem="9kx-ct-jms" secondAttribute="leading" id="H67-hs-Ijs"/> |
1775 | - <constraint firstItem="a9N-Ea-LNm" firstAttribute="top" secondItem="p6Q-Rn-C6F" secondAttribute="bottom" constant="30" id="HsR-wW-gb9"/> | 1776 | + <constraint firstItem="a9N-Ea-LNm" firstAttribute="top" secondItem="p6Q-Rn-C6F" secondAttribute="bottom" constant="20" id="HsR-wW-gb9"/> |
1776 | <constraint firstItem="Bsb-ps-GWu" firstAttribute="centerX" secondItem="9kx-ct-jms" secondAttribute="centerX" id="IMc-7K-7K5"/> | 1777 | <constraint firstItem="Bsb-ps-GWu" firstAttribute="centerX" secondItem="9kx-ct-jms" secondAttribute="centerX" id="IMc-7K-7K5"/> |
1777 | - <constraint firstItem="EV0-Fh-Tdo" firstAttribute="top" secondItem="a9N-Ea-LNm" secondAttribute="bottom" constant="25" id="LuN-SP-Ty3"/> | 1778 | + <constraint firstItem="EV0-Fh-Tdo" firstAttribute="top" secondItem="a9N-Ea-LNm" secondAttribute="bottom" constant="15" id="LuN-SP-Ty3"/> |
1778 | <constraint firstItem="uf8-tj-KCP" firstAttribute="leading" secondItem="9kx-ct-jms" secondAttribute="leading" constant="20" id="RnR-gU-5ge"/> | 1779 | <constraint firstItem="uf8-tj-KCP" firstAttribute="leading" secondItem="9kx-ct-jms" secondAttribute="leading" constant="20" id="RnR-gU-5ge"/> |
1779 | <constraint firstItem="flv-Ik-YC2" firstAttribute="leading" secondItem="9kx-ct-jms" secondAttribute="leading" constant="20" id="ahh-fc-oVh"/> | 1780 | <constraint firstItem="flv-Ik-YC2" firstAttribute="leading" secondItem="9kx-ct-jms" secondAttribute="leading" constant="20" id="ahh-fc-oVh"/> |
1780 | <constraint firstItem="flv-Ik-YC2" firstAttribute="top" secondItem="EV0-Fh-Tdo" secondAttribute="bottom" constant="50" id="bzc-9W-WMj"/> | 1781 | <constraint firstItem="flv-Ik-YC2" firstAttribute="top" secondItem="EV0-Fh-Tdo" secondAttribute="bottom" constant="50" id="bzc-9W-WMj"/> |
... | @@ -2032,19 +2033,19 @@ | ... | @@ -2032,19 +2033,19 @@ |
2032 | </constraints> | 2033 | </constraints> |
2033 | </imageView> | 2034 | </imageView> |
2034 | <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="isU-Qv-94G"> | 2035 | <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="isU-Qv-94G"> |
2035 | - <rect key="frame" x="20" y="230" width="374" height="34"/> | 2036 | + <rect key="frame" x="20" y="220" width="374" height="34"/> |
2036 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="17"/> | 2037 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="17"/> |
2037 | <color key="textColor" red="0.25490196078431371" green="0.33333333333333331" blue="0.39215686274509803" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> | 2038 | <color key="textColor" red="0.25490196078431371" green="0.33333333333333331" blue="0.39215686274509803" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> |
2038 | <nil key="highlightedColor"/> | 2039 | <nil key="highlightedColor"/> |
2039 | </label> | 2040 | </label> |
2040 | <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="dSA-lM-N5v"> | 2041 | <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="dSA-lM-N5v"> |
2041 | - <rect key="frame" x="20" y="289" width="374" height="51"/> | 2042 | + <rect key="frame" x="20" y="269" width="374" height="51"/> |
2042 | <fontDescription key="fontDescription" name="PFSquareSansPro-Regular" family="PF Square Sans Pro" pointSize="17"/> | 2043 | <fontDescription key="fontDescription" name="PFSquareSansPro-Regular" family="PF Square Sans Pro" pointSize="17"/> |
2043 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> | 2044 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> |
2044 | <nil key="highlightedColor"/> | 2045 | <nil key="highlightedColor"/> |
2045 | </label> | 2046 | </label> |
2046 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="FCd-hv-dHg"> | 2047 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="FCd-hv-dHg"> |
2047 | - <rect key="frame" x="165" y="440" width="84" height="50"/> | 2048 | + <rect key="frame" x="165" y="420" width="84" height="50"/> |
2048 | <constraints> | 2049 | <constraints> |
2049 | <constraint firstAttribute="height" constant="50" id="n2w-Tx-hhO"/> | 2050 | <constraint firstAttribute="height" constant="50" id="n2w-Tx-hhO"/> |
2050 | </constraints> | 2051 | </constraints> |
... | @@ -2058,7 +2059,7 @@ | ... | @@ -2058,7 +2059,7 @@ |
2058 | </connections> | 2059 | </connections> |
2059 | </button> | 2060 | </button> |
2060 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="KvN-fk-rlm"> | 2061 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="KvN-fk-rlm"> |
2061 | - <rect key="frame" x="103.5" y="500" width="207" height="50"/> | 2062 | + <rect key="frame" x="103.5" y="490" width="207" height="50"/> |
2062 | <constraints> | 2063 | <constraints> |
2063 | <constraint firstAttribute="height" constant="50" id="O7T-ug-rTB"/> | 2064 | <constraint firstAttribute="height" constant="50" id="O7T-ug-rTB"/> |
2064 | </constraints> | 2065 | </constraints> |
... | @@ -2073,7 +2074,7 @@ | ... | @@ -2073,7 +2074,7 @@ |
2073 | </connections> | 2074 | </connections> |
2074 | </button> | 2075 | </button> |
2075 | <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" textAlignment="center" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="siA-c8-Ub8"> | 2076 | <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" textAlignment="center" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="siA-c8-Ub8"> |
2076 | - <rect key="frame" x="20" y="560" width="374" height="0.0"/> | 2077 | + <rect key="frame" x="20" y="550" width="374" height="0.0"/> |
2077 | <color key="backgroundColor" systemColor="systemBackgroundColor"/> | 2078 | <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
2078 | <constraints> | 2079 | <constraints> |
2079 | <constraint firstAttribute="height" id="BWJ-i6-UeO"/> | 2080 | <constraint firstAttribute="height" id="BWJ-i6-UeO"/> |
... | @@ -2098,11 +2099,11 @@ | ... | @@ -2098,11 +2099,11 @@ |
2098 | <constraint firstItem="KvN-fk-rlm" firstAttribute="centerX" secondItem="uTN-Qr-wBi" secondAttribute="centerX" id="QQN-Ps-Th4"/> | 2099 | <constraint firstItem="KvN-fk-rlm" firstAttribute="centerX" secondItem="uTN-Qr-wBi" secondAttribute="centerX" id="QQN-Ps-Th4"/> |
2099 | <constraint firstAttribute="trailing" secondItem="3SX-fR-ph2" secondAttribute="trailing" id="WJj-1Q-Erx"/> | 2100 | <constraint firstAttribute="trailing" secondItem="3SX-fR-ph2" secondAttribute="trailing" id="WJj-1Q-Erx"/> |
2100 | <constraint firstItem="siA-c8-Ub8" firstAttribute="leading" secondItem="uTN-Qr-wBi" secondAttribute="leading" constant="20" id="cpX-xa-q0z"/> | 2101 | <constraint firstItem="siA-c8-Ub8" firstAttribute="leading" secondItem="uTN-Qr-wBi" secondAttribute="leading" constant="20" id="cpX-xa-q0z"/> |
2101 | - <constraint firstItem="KvN-fk-rlm" firstAttribute="top" secondItem="FCd-hv-dHg" secondAttribute="bottom" constant="10" id="fAV-Vc-ICH"/> | 2102 | + <constraint firstItem="KvN-fk-rlm" firstAttribute="top" secondItem="FCd-hv-dHg" secondAttribute="bottom" constant="20" id="fAV-Vc-ICH"/> |
2102 | - <constraint firstItem="dSA-lM-N5v" firstAttribute="top" secondItem="isU-Qv-94G" secondAttribute="bottom" constant="25" id="k8m-Rf-p7u"/> | 2103 | + <constraint firstItem="dSA-lM-N5v" firstAttribute="top" secondItem="isU-Qv-94G" secondAttribute="bottom" constant="15" id="k8m-Rf-p7u"/> |
2103 | <constraint firstItem="3SX-fR-ph2" firstAttribute="leading" secondItem="uTN-Qr-wBi" secondAttribute="leading" id="nBV-nm-wOq"/> | 2104 | <constraint firstItem="3SX-fR-ph2" firstAttribute="leading" secondItem="uTN-Qr-wBi" secondAttribute="leading" id="nBV-nm-wOq"/> |
2104 | <constraint firstItem="3SX-fR-ph2" firstAttribute="top" secondItem="uTN-Qr-wBi" secondAttribute="top" id="oaX-KH-TEh"/> | 2105 | <constraint firstItem="3SX-fR-ph2" firstAttribute="top" secondItem="uTN-Qr-wBi" secondAttribute="top" id="oaX-KH-TEh"/> |
2105 | - <constraint firstItem="isU-Qv-94G" firstAttribute="top" secondItem="3SX-fR-ph2" secondAttribute="bottom" constant="30" id="vQf-lC-GgG"/> | 2106 | + <constraint firstItem="isU-Qv-94G" firstAttribute="top" secondItem="3SX-fR-ph2" secondAttribute="bottom" constant="20" id="vQf-lC-GgG"/> |
2106 | <constraint firstItem="FCd-hv-dHg" firstAttribute="top" secondItem="dSA-lM-N5v" secondAttribute="bottom" constant="100" id="x3c-xH-QFZ"/> | 2107 | <constraint firstItem="FCd-hv-dHg" firstAttribute="top" secondItem="dSA-lM-N5v" secondAttribute="bottom" constant="100" id="x3c-xH-QFZ"/> |
2107 | </constraints> | 2108 | </constraints> |
2108 | </view> | 2109 | </view> |
... | @@ -2543,7 +2544,7 @@ | ... | @@ -2543,7 +2544,7 @@ |
2543 | </connections> | 2544 | </connections> |
2544 | </button> | 2545 | </button> |
2545 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ulI-Td-g6v"> | 2546 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ulI-Td-g6v"> |
2546 | - <rect key="frame" x="103.5" y="495" width="207" height="40"/> | 2547 | + <rect key="frame" x="103.5" y="505" width="207" height="40"/> |
2547 | <constraints> | 2548 | <constraints> |
2548 | <constraint firstAttribute="height" constant="40" id="72j-BL-Ejm"/> | 2549 | <constraint firstAttribute="height" constant="40" id="72j-BL-Ejm"/> |
2549 | </constraints> | 2550 | </constraints> |
... | @@ -2558,7 +2559,7 @@ | ... | @@ -2558,7 +2559,7 @@ |
2558 | </connections> | 2559 | </connections> |
2559 | </button> | 2560 | </button> |
2560 | <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mCl-kM-ssj"> | 2561 | <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mCl-kM-ssj"> |
2561 | - <rect key="frame" x="20" y="545" width="374" height="0.0"/> | 2562 | + <rect key="frame" x="20" y="555" width="374" height="0.0"/> |
2562 | <color key="backgroundColor" systemColor="systemBackgroundColor"/> | 2563 | <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
2563 | <constraints> | 2564 | <constraints> |
2564 | <constraint firstAttribute="height" id="Uys-zo-ERe"/> | 2565 | <constraint firstAttribute="height" id="Uys-zo-ERe"/> |
... | @@ -2594,7 +2595,7 @@ | ... | @@ -2594,7 +2595,7 @@ |
2594 | <constraint firstItem="XJ0-lK-2fk" firstAttribute="leading" secondItem="YmP-9y-EV0" secondAttribute="leading" constant="20" id="olo-Ei-uC2"/> | 2595 | <constraint firstItem="XJ0-lK-2fk" firstAttribute="leading" secondItem="YmP-9y-EV0" secondAttribute="leading" constant="20" id="olo-Ei-uC2"/> |
2595 | <constraint firstItem="QlP-ct-u6O" firstAttribute="leading" secondItem="YmP-9y-EV0" secondAttribute="leading" id="pwh-Uf-942"/> | 2596 | <constraint firstItem="QlP-ct-u6O" firstAttribute="leading" secondItem="YmP-9y-EV0" secondAttribute="leading" id="pwh-Uf-942"/> |
2596 | <constraint firstAttribute="trailing" secondItem="Toi-hN-Bn7" secondAttribute="trailing" constant="20" id="rV1-Mg-rhg"/> | 2597 | <constraint firstAttribute="trailing" secondItem="Toi-hN-Bn7" secondAttribute="trailing" constant="20" id="rV1-Mg-rhg"/> |
2597 | - <constraint firstItem="ulI-Td-g6v" firstAttribute="top" secondItem="uDO-0Z-xFa" secondAttribute="bottom" constant="10" id="tfm-M4-2Ib"/> | 2598 | + <constraint firstItem="ulI-Td-g6v" firstAttribute="top" secondItem="uDO-0Z-xFa" secondAttribute="bottom" constant="20" id="tfm-M4-2Ib"/> |
2598 | <constraint firstItem="7La-Zf-BX7" firstAttribute="leading" secondItem="YmP-9y-EV0" secondAttribute="leading" constant="20" id="uzz-Wx-LMR"/> | 2599 | <constraint firstItem="7La-Zf-BX7" firstAttribute="leading" secondItem="YmP-9y-EV0" secondAttribute="leading" constant="20" id="uzz-Wx-LMR"/> |
2599 | <constraint firstItem="yXI-Ds-V0T" firstAttribute="leading" secondItem="7La-Zf-BX7" secondAttribute="trailing" constant="10" id="wV4-sO-FWF"/> | 2600 | <constraint firstItem="yXI-Ds-V0T" firstAttribute="leading" secondItem="7La-Zf-BX7" secondAttribute="trailing" constant="10" id="wV4-sO-FWF"/> |
2600 | <constraint firstItem="7Bc-ly-ehN" firstAttribute="centerY" secondItem="Xfg-Zl-DTT" secondAttribute="centerY" id="x3N-iw-dch"/> | 2601 | <constraint firstItem="7Bc-ly-ehN" firstAttribute="centerY" secondItem="Xfg-Zl-DTT" secondAttribute="centerY" id="x3N-iw-dch"/> |
... | @@ -2700,19 +2701,19 @@ | ... | @@ -2700,19 +2701,19 @@ |
2700 | </constraints> | 2701 | </constraints> |
2701 | </imageView> | 2702 | </imageView> |
2702 | <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="8BE-qj-xn5"> | 2703 | <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="8BE-qj-xn5"> |
2703 | - <rect key="frame" x="20" y="230" width="374" height="34"/> | 2704 | + <rect key="frame" x="20" y="220" width="374" height="34"/> |
2704 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="17"/> | 2705 | <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="17"/> |
2705 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> | 2706 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> |
2706 | <nil key="highlightedColor"/> | 2707 | <nil key="highlightedColor"/> |
2707 | </label> | 2708 | </label> |
2708 | <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="mbx-MR-VPL"> | 2709 | <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="mbx-MR-VPL"> |
2709 | - <rect key="frame" x="20" y="289" width="374" height="51"/> | 2710 | + <rect key="frame" x="20" y="269" width="374" height="51"/> |
2710 | <fontDescription key="fontDescription" name="PFSquareSansPro-Regular" family="PF Square Sans Pro" pointSize="17"/> | 2711 | <fontDescription key="fontDescription" name="PFSquareSansPro-Regular" family="PF Square Sans Pro" pointSize="17"/> |
2711 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> | 2712 | <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/> |
2712 | <nil key="highlightedColor"/> | 2713 | <nil key="highlightedColor"/> |
2713 | </label> | 2714 | </label> |
2714 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qnn-bi-fLK"> | 2715 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qnn-bi-fLK"> |
2715 | - <rect key="frame" x="165" y="440" width="84" height="50"/> | 2716 | + <rect key="frame" x="165" y="420" width="84" height="50"/> |
2716 | <constraints> | 2717 | <constraints> |
2717 | <constraint firstAttribute="height" constant="50" id="aPk-mJ-VfN"/> | 2718 | <constraint firstAttribute="height" constant="50" id="aPk-mJ-VfN"/> |
2718 | </constraints> | 2719 | </constraints> |
... | @@ -2731,7 +2732,7 @@ | ... | @@ -2731,7 +2732,7 @@ |
2731 | <constraint firstItem="8BE-qj-xn5" firstAttribute="leading" secondItem="NHe-cF-AMf" secondAttribute="leading" constant="20" id="0Go-Zc-Qdz"/> | 2732 | <constraint firstItem="8BE-qj-xn5" firstAttribute="leading" secondItem="NHe-cF-AMf" secondAttribute="leading" constant="20" id="0Go-Zc-Qdz"/> |
2732 | <constraint firstAttribute="trailing" secondItem="I4T-wN-u9w" secondAttribute="trailing" id="38i-gl-gom"/> | 2733 | <constraint firstAttribute="trailing" secondItem="I4T-wN-u9w" secondAttribute="trailing" id="38i-gl-gom"/> |
2733 | <constraint firstItem="I4T-wN-u9w" firstAttribute="leading" secondItem="NHe-cF-AMf" secondAttribute="leading" id="Kwd-Io-bdQ"/> | 2734 | <constraint firstItem="I4T-wN-u9w" firstAttribute="leading" secondItem="NHe-cF-AMf" secondAttribute="leading" id="Kwd-Io-bdQ"/> |
2734 | - <constraint firstItem="mbx-MR-VPL" firstAttribute="top" secondItem="8BE-qj-xn5" secondAttribute="bottom" constant="25" id="MoO-Rt-CES"/> | 2735 | + <constraint firstItem="mbx-MR-VPL" firstAttribute="top" secondItem="8BE-qj-xn5" secondAttribute="bottom" constant="15" id="MoO-Rt-CES"/> |
2735 | <constraint firstItem="qnn-bi-fLK" firstAttribute="top" secondItem="mbx-MR-VPL" secondAttribute="bottom" constant="100" id="T9O-Lp-JKw"/> | 2736 | <constraint firstItem="qnn-bi-fLK" firstAttribute="top" secondItem="mbx-MR-VPL" secondAttribute="bottom" constant="100" id="T9O-Lp-JKw"/> |
2736 | <constraint firstAttribute="trailing" secondItem="mbx-MR-VPL" secondAttribute="trailing" constant="20" id="Tx9-8c-EZY"/> | 2737 | <constraint firstAttribute="trailing" secondItem="mbx-MR-VPL" secondAttribute="trailing" constant="20" id="Tx9-8c-EZY"/> |
2737 | <constraint firstItem="mbx-MR-VPL" firstAttribute="leading" secondItem="NHe-cF-AMf" secondAttribute="leading" constant="20" id="aL7-MN-hd4"/> | 2738 | <constraint firstItem="mbx-MR-VPL" firstAttribute="leading" secondItem="NHe-cF-AMf" secondAttribute="leading" constant="20" id="aL7-MN-hd4"/> |
... | @@ -2739,7 +2740,7 @@ | ... | @@ -2739,7 +2740,7 @@ |
2739 | <constraint firstAttribute="trailing" secondItem="8BE-qj-xn5" secondAttribute="trailing" constant="20" id="n53-MH-KG1"/> | 2740 | <constraint firstAttribute="trailing" secondItem="8BE-qj-xn5" secondAttribute="trailing" constant="20" id="n53-MH-KG1"/> |
2740 | <constraint firstItem="I4T-wN-u9w" firstAttribute="top" secondItem="NHe-cF-AMf" secondAttribute="top" id="osK-5K-XQJ"/> | 2741 | <constraint firstItem="I4T-wN-u9w" firstAttribute="top" secondItem="NHe-cF-AMf" secondAttribute="top" id="osK-5K-XQJ"/> |
2741 | <constraint firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="qnn-bi-fLK" secondAttribute="bottom" constant="30" id="uLb-eO-qwF"/> | 2742 | <constraint firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="qnn-bi-fLK" secondAttribute="bottom" constant="30" id="uLb-eO-qwF"/> |
2742 | - <constraint firstItem="8BE-qj-xn5" firstAttribute="top" secondItem="I4T-wN-u9w" secondAttribute="bottom" constant="30" id="wFo-Wh-noH"/> | 2743 | + <constraint firstItem="8BE-qj-xn5" firstAttribute="top" secondItem="I4T-wN-u9w" secondAttribute="bottom" constant="20" id="wFo-Wh-noH"/> |
2743 | </constraints> | 2744 | </constraints> |
2744 | </view> | 2745 | </view> |
2745 | </subviews> | 2746 | </subviews> | ... | ... |
... | @@ -78,7 +78,7 @@ import SwiftEventBus | ... | @@ -78,7 +78,7 @@ import SwiftEventBus |
78 | 78 | ||
79 | couponImage.load(link: couponSetData?.img_preview ?? "", placeholder: UIImage(), cache: URLCache()) | 79 | couponImage.load(link: couponSetData?.img_preview ?? "", placeholder: UIImage(), cache: URLCache()) |
80 | couponImage.contentMode = .scaleAspectFill | 80 | couponImage.contentMode = .scaleAspectFill |
81 | - couponImageHeight.constant = self.uiscreen.height * 0.25 | 81 | + couponImageHeight.constant = 253 // self.uiscreen.height * 0.25 |
82 | 82 | ||
83 | nameLabel.text = couponSetData?.name ?? "" | 83 | nameLabel.text = couponSetData?.name ?? "" |
84 | // descriptionLabel.text = couponSetData?.short_description ?? "" | 84 | // descriptionLabel.text = couponSetData?.short_description ?? "" |
... | @@ -99,7 +99,7 @@ import SwiftEventBus | ... | @@ -99,7 +99,7 @@ import SwiftEventBus |
99 | redeemButton.setTitle("Αποστολή με SMS", for: .normal) | 99 | redeemButton.setTitle("Αποστολή με SMS", for: .normal) |
100 | redeemButton.setTitleColor(.white, for: .normal) | 100 | redeemButton.setTitleColor(.white, for: .normal) |
101 | redeemButton.backgroundColor = UIColor(red: 0.47, green: 0.75, blue: 0.08, alpha: 1.00) | 101 | redeemButton.backgroundColor = UIColor(red: 0.47, green: 0.75, blue: 0.08, alpha: 1.00) |
102 | - redeemButton.layer.cornerRadius = 12.0 | 102 | + redeemButton.layer.cornerRadius = 8.0 |
103 | redeemButton.frame = CGRect(x: 0.0, y: 0.0, width: redeemButton.intrinsicContentSize.width, height: 44) | 103 | redeemButton.frame = CGRect(x: 0.0, y: 0.0, width: redeemButton.intrinsicContentSize.width, height: 44) |
104 | redeemButton.contentEdgeInsets = UIEdgeInsets(top: 0, left: 8, bottom: 0, right: 8) | 104 | redeemButton.contentEdgeInsets = UIEdgeInsets(top: 0, left: 8, bottom: 0, right: 8) |
105 | // Fix width for ipad | 105 | // Fix width for ipad | ... | ... |
... | @@ -92,7 +92,7 @@ import SwiftEventBus | ... | @@ -92,7 +92,7 @@ import SwiftEventBus |
92 | activateButton.setTitle("Ενεργοποίηση", for: .normal) | 92 | activateButton.setTitle("Ενεργοποίηση", for: .normal) |
93 | activateButton.setTitleColor(.white, for: .normal) | 93 | activateButton.setTitleColor(.white, for: .normal) |
94 | activateButton.backgroundColor = UIColor(red: 0.47, green: 0.75, blue: 0.08, alpha: 1.00) | 94 | activateButton.backgroundColor = UIColor(red: 0.47, green: 0.75, blue: 0.08, alpha: 1.00) |
95 | - activateButton.layer.cornerRadius = 12.0 | 95 | + activateButton.layer.cornerRadius = 8.0 |
96 | activateButton.frame = CGRect(x: 0.0, y: 0.0, width: activateButton.intrinsicContentSize.width, height: 44) | 96 | activateButton.frame = CGRect(x: 0.0, y: 0.0, width: activateButton.intrinsicContentSize.width, height: 44) |
97 | activateButton.contentEdgeInsets = UIEdgeInsets(top: 0, left: 8, bottom: 0, right: 8) | 97 | activateButton.contentEdgeInsets = UIEdgeInsets(top: 0, left: 8, bottom: 0, right: 8) |
98 | 98 | ... | ... |
-
Please register or login to post a comment