Showing
3 changed files
with
22 additions
and
17 deletions
No preview for this file type
| ... | @@ -46,6 +46,7 @@ import AVFoundation | ... | @@ -46,6 +46,7 @@ import AVFoundation |
| 46 | @IBOutlet weak var mapButtonTopSpace: NSLayoutConstraint! | 46 | @IBOutlet weak var mapButtonTopSpace: NSLayoutConstraint! |
| 47 | @IBOutlet weak var showBarcodeButtonHeight: NSLayoutConstraint! | 47 | @IBOutlet weak var showBarcodeButtonHeight: NSLayoutConstraint! |
| 48 | @IBOutlet weak var showBarcodeButtonTopSpace: NSLayoutConstraint! | 48 | @IBOutlet weak var showBarcodeButtonTopSpace: NSLayoutConstraint! |
| 49 | + @IBOutlet weak var couponCodeLabelTopSpace: NSLayoutConstraint! | ||
| 49 | 50 | ||
| 50 | let uiscreen: CGRect = UIScreen.main.bounds | 51 | let uiscreen: CGRect = UIScreen.main.bounds |
| 51 | 52 | ||
| ... | @@ -110,6 +111,7 @@ import AVFoundation | ... | @@ -110,6 +111,7 @@ import AVFoundation |
| 110 | merchantDescrTextViewTopSpace.constant = CGFloat(0) | 111 | merchantDescrTextViewTopSpace.constant = CGFloat(0) |
| 111 | merchantDescrTextViewHeight.constant = CGFloat(0) | 112 | merchantDescrTextViewHeight.constant = CGFloat(0) |
| 112 | merchantDescrTextView.isHidden = true | 113 | merchantDescrTextView.isHidden = true |
| 114 | + couponCodeLabelTopSpace.constant = CGFloat(35) | ||
| 113 | 115 | ||
| 114 | let merchantList:Array<swiftApi.MerchantModel> = swiftApi().getMerchantList() | 116 | let merchantList:Array<swiftApi.MerchantModel> = swiftApi().getMerchantList() |
| 115 | 117 | ||
| ... | @@ -129,9 +131,11 @@ import AVFoundation | ... | @@ -129,9 +131,11 @@ import AVFoundation |
| 129 | merchantDescrTextView.dataDetectorTypes = [.link] | 131 | merchantDescrTextView.dataDetectorTypes = [.link] |
| 130 | 132 | ||
| 131 | merchantDescrTextView.isHidden = false | 133 | merchantDescrTextView.isHidden = false |
| 132 | - merchantDescrTextViewTopSpace.constant = CGFloat(15) | 134 | + merchantDescrTextViewTopSpace.constant = CGFloat(10) |
| 133 | let targetSize = CGSize(width: merchantDescrTextView.frame.width, height: CGFloat(MAXFLOAT)) | 135 | let targetSize = CGSize(width: merchantDescrTextView.frame.width, height: CGFloat(MAXFLOAT)) |
| 134 | merchantDescrTextViewHeight.constant = merchantDescrTextView.sizeThatFits(targetSize).height | 136 | merchantDescrTextViewHeight.constant = merchantDescrTextView.sizeThatFits(targetSize).height |
| 137 | + | ||
| 138 | + couponCodeLabelTopSpace.constant = CGFloat(0) | ||
| 135 | } | 139 | } |
| 136 | 140 | ||
| 137 | break; | 141 | break; | ... | ... |
| ... | @@ -3334,7 +3334,7 @@ | ... | @@ -3334,7 +3334,7 @@ |
| 3334 | <nil key="highlightedColor"/> | 3334 | <nil key="highlightedColor"/> |
| 3335 | </label> | 3335 | </label> |
| 3336 | <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" textAlignment="center" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tzW-b9-Rbx" customClass="UnselectableTappableTextView" customModule="SwiftWarplyFramework"> | 3336 | <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" textAlignment="center" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tzW-b9-Rbx" customClass="UnselectableTappableTextView" customModule="SwiftWarplyFramework"> |
| 3337 | - <rect key="frame" x="20" y="359" width="374" height="0.0"/> | 3337 | + <rect key="frame" x="20" y="354" width="374" height="0.0"/> |
| 3338 | <color key="backgroundColor" systemColor="systemBackgroundColor"/> | 3338 | <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
| 3339 | <constraints> | 3339 | <constraints> |
| 3340 | <constraint firstAttribute="height" id="7ch-2U-9oE"/> | 3340 | <constraint firstAttribute="height" id="7ch-2U-9oE"/> |
| ... | @@ -3344,13 +3344,13 @@ | ... | @@ -3344,13 +3344,13 @@ |
| 3344 | <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/> | 3344 | <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/> |
| 3345 | </textView> | 3345 | </textView> |
| 3346 | <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"> | 3346 | <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"> |
| 3347 | - <rect key="frame" x="20" y="394" width="374" height="21"/> | 3347 | + <rect key="frame" x="20" y="389" width="374" height="21"/> |
| 3348 | <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="17"/> | 3348 | <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="17"/> |
| 3349 | <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> | 3349 | <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> |
| 3350 | <nil key="highlightedColor"/> | 3350 | <nil key="highlightedColor"/> |
| 3351 | </label> | 3351 | </label> |
| 3352 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Zdf-1r-FdJ" userLabel="Coupon View"> | 3352 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Zdf-1r-FdJ" userLabel="Coupon View"> |
| 3353 | - <rect key="frame" x="155.5" y="425" width="103" height="55"/> | 3353 | + <rect key="frame" x="155.5" y="420" width="103" height="55"/> |
| 3354 | <subviews> | 3354 | <subviews> |
| 3355 | <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" customClass="CopyableLabel" customModule="SwiftWarplyFramework" customModuleProvider="target"> | 3355 | <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" customClass="CopyableLabel" customModule="SwiftWarplyFramework" customModuleProvider="target"> |
| 3356 | <rect key="frame" x="20" y="12.5" width="63" height="30"/> | 3356 | <rect key="frame" x="20" y="12.5" width="63" height="30"/> |
| ... | @@ -3368,20 +3368,20 @@ | ... | @@ -3368,20 +3368,20 @@ |
| 3368 | </constraints> | 3368 | </constraints> |
| 3369 | </view> | 3369 | </view> |
| 3370 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jrM-7n-fSw" userLabel="Border View"> | 3370 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jrM-7n-fSw" userLabel="Border View"> |
| 3371 | - <rect key="frame" x="20" y="500" width="374" height="1"/> | 3371 | + <rect key="frame" x="20" y="495" width="374" height="1"/> |
| 3372 | <color key="backgroundColor" red="0.90196078431372551" green="0.90196078431372551" blue="0.90196078431372551" alpha="1" colorSpace="calibratedRGB"/> | 3372 | <color key="backgroundColor" red="0.90196078431372551" green="0.90196078431372551" blue="0.90196078431372551" alpha="1" colorSpace="calibratedRGB"/> |
| 3373 | <constraints> | 3373 | <constraints> |
| 3374 | <constraint firstAttribute="height" constant="1" id="eF3-7T-hMu"/> | 3374 | <constraint firstAttribute="height" constant="1" id="eF3-7T-hMu"/> |
| 3375 | </constraints> | 3375 | </constraints> |
| 3376 | </view> | 3376 | </view> |
| 3377 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="huh-zh-82C"> | 3377 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="huh-zh-82C"> |
| 3378 | - <rect key="frame" x="30" y="511" width="354" height="110"/> | 3378 | + <rect key="frame" x="30" y="506" width="354" height="110"/> |
| 3379 | <constraints> | 3379 | <constraints> |
| 3380 | <constraint firstAttribute="height" constant="110" id="LJq-uV-eb8"/> | 3380 | <constraint firstAttribute="height" constant="110" id="LJq-uV-eb8"/> |
| 3381 | </constraints> | 3381 | </constraints> |
| 3382 | </imageView> | 3382 | </imageView> |
| 3383 | <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"> | 3383 | <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"> |
| 3384 | - <rect key="frame" x="20" y="631" width="374" height="26.5"/> | 3384 | + <rect key="frame" x="20" y="626" width="374" height="26.5"/> |
| 3385 | <constraints> | 3385 | <constraints> |
| 3386 | <constraint firstAttribute="height" constant="26.5" id="LfJ-bC-nLk"/> | 3386 | <constraint firstAttribute="height" constant="26.5" id="LfJ-bC-nLk"/> |
| 3387 | </constraints> | 3387 | </constraints> |
| ... | @@ -3390,14 +3390,14 @@ | ... | @@ -3390,14 +3390,14 @@ |
| 3390 | <nil key="highlightedColor"/> | 3390 | <nil key="highlightedColor"/> |
| 3391 | </label> | 3391 | </label> |
| 3392 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6rV-2m-QMZ" userLabel="Border 2 View"> | 3392 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6rV-2m-QMZ" userLabel="Border 2 View"> |
| 3393 | - <rect key="frame" x="20" y="672.5" width="374" height="1"/> | 3393 | + <rect key="frame" x="20" y="667.5" width="374" height="1"/> |
| 3394 | <color key="backgroundColor" red="0.90196078430000004" green="0.90196078430000004" blue="0.90196078430000004" alpha="1" colorSpace="calibratedRGB"/> | 3394 | <color key="backgroundColor" red="0.90196078430000004" green="0.90196078430000004" blue="0.90196078430000004" alpha="1" colorSpace="calibratedRGB"/> |
| 3395 | <constraints> | 3395 | <constraints> |
| 3396 | <constraint firstAttribute="height" constant="1" id="DVl-3B-zqo"/> | 3396 | <constraint firstAttribute="height" constant="1" id="DVl-3B-zqo"/> |
| 3397 | </constraints> | 3397 | </constraints> |
| 3398 | </view> | 3398 | </view> |
| 3399 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Zw5-Wj-WD5"> | 3399 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Zw5-Wj-WD5"> |
| 3400 | - <rect key="frame" x="103.5" y="683.5" width="207" height="50"/> | 3400 | + <rect key="frame" x="103.5" y="678.5" width="207" height="50"/> |
| 3401 | <constraints> | 3401 | <constraints> |
| 3402 | <constraint firstAttribute="height" constant="50" id="ZSP-NX-0a7"/> | 3402 | <constraint firstAttribute="height" constant="50" id="ZSP-NX-0a7"/> |
| 3403 | </constraints> | 3403 | </constraints> |
| ... | @@ -3412,13 +3412,13 @@ | ... | @@ -3412,13 +3412,13 @@ |
| 3412 | </connections> | 3412 | </connections> |
| 3413 | </button> | 3413 | </button> |
| 3414 | <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"> | 3414 | <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"> |
| 3415 | - <rect key="frame" x="20" y="768.5" width="374" height="16"/> | 3415 | + <rect key="frame" x="20" y="758.5" width="374" height="16"/> |
| 3416 | <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="13"/> | 3416 | <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="13"/> |
| 3417 | <color key="textColor" red="0.61568627450980395" green="0.61568627450980395" blue="0.61176470588235299" alpha="1" colorSpace="calibratedRGB"/> | 3417 | <color key="textColor" red="0.61568627450980395" green="0.61568627450980395" blue="0.61176470588235299" alpha="1" colorSpace="calibratedRGB"/> |
| 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="819.5" width="79" height="55"/> | 3421 | + <rect key="frame" x="167.5" y="794.5" width="79" height="55"/> |
| 3422 | <constraints> | 3422 | <constraints> |
| 3423 | <constraint firstAttribute="height" constant="55" id="ccg-NP-FIH"/> | 3423 | <constraint firstAttribute="height" constant="55" id="ccg-NP-FIH"/> |
| 3424 | </constraints> | 3424 | </constraints> |
| ... | @@ -3432,7 +3432,7 @@ | ... | @@ -3432,7 +3432,7 @@ |
| 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="884.5" width="158" height="55"/> | 3435 | + <rect key="frame" x="128" y="859.5" width="158" height="55"/> |
| 3436 | <constraints> | 3436 | <constraints> |
| 3437 | <constraint firstAttribute="height" constant="55" id="3pq-y5-f66"/> | 3437 | <constraint firstAttribute="height" constant="55" id="3pq-y5-f66"/> |
| 3438 | </constraints> | 3438 | </constraints> |
| ... | @@ -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="959.5" width="207" height="50"/> | 3449 | + <rect key="frame" x="103.5" y="934.5" width="207" height="50"/> |
| 3450 | <constraints> | 3450 | <constraints> |
| 3451 | <constraint firstAttribute="height" constant="50" id="xdq-YS-AL4"/> | 3451 | <constraint firstAttribute="height" constant="50" 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="1019.5" width="374" height="0.0"/> | 3464 | + <rect key="frame" x="20" y="994.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"/> |
| ... | @@ -3484,11 +3484,11 @@ | ... | @@ -3484,11 +3484,11 @@ |
| 3484 | <constraint firstItem="mri-Wl-spg" firstAttribute="top" secondItem="Xz4-EE-EzJ" secondAttribute="bottom" constant="15" id="9W8-fX-IzR"/> | 3484 | <constraint firstItem="mri-Wl-spg" firstAttribute="top" secondItem="Xz4-EE-EzJ" secondAttribute="bottom" constant="15" id="9W8-fX-IzR"/> |
| 3485 | <constraint firstItem="xjX-HZ-MpD" firstAttribute="leading" secondItem="1ec-eH-fkX" secondAttribute="leading" constant="20" id="AIW-Kf-tkQ"/> | 3485 | <constraint firstItem="xjX-HZ-MpD" firstAttribute="leading" secondItem="1ec-eH-fkX" secondAttribute="leading" constant="20" id="AIW-Kf-tkQ"/> |
| 3486 | <constraint firstItem="Zw5-Wj-WD5" firstAttribute="centerX" secondItem="1ec-eH-fkX" secondAttribute="centerX" id="BgT-3L-aZo"/> | 3486 | <constraint firstItem="Zw5-Wj-WD5" firstAttribute="centerX" secondItem="1ec-eH-fkX" secondAttribute="centerX" id="BgT-3L-aZo"/> |
| 3487 | - <constraint firstItem="tzW-b9-Rbx" firstAttribute="top" secondItem="mri-Wl-spg" secondAttribute="bottom" constant="15" id="Cep-Md-KJT"/> | 3487 | + <constraint firstItem="tzW-b9-Rbx" firstAttribute="top" secondItem="mri-Wl-spg" secondAttribute="bottom" constant="10" id="Cep-Md-KJT"/> |
| 3488 | <constraint firstItem="jrM-7n-fSw" firstAttribute="top" secondItem="Zdf-1r-FdJ" secondAttribute="bottom" constant="20" id="G5W-a3-pag"/> | 3488 | <constraint firstItem="jrM-7n-fSw" firstAttribute="top" secondItem="Zdf-1r-FdJ" secondAttribute="bottom" constant="20" id="G5W-a3-pag"/> |
| 3489 | <constraint firstItem="huh-zh-82C" firstAttribute="top" secondItem="jrM-7n-fSw" secondAttribute="bottom" constant="10" id="GQF-H5-SZp"/> | 3489 | <constraint firstItem="huh-zh-82C" firstAttribute="top" secondItem="jrM-7n-fSw" secondAttribute="bottom" constant="10" id="GQF-H5-SZp"/> |
| 3490 | <constraint firstItem="iiM-5P-m5s" firstAttribute="top" secondItem="1ec-eH-fkX" secondAttribute="top" id="H9I-TB-xig"/> | 3490 | <constraint firstItem="iiM-5P-m5s" firstAttribute="top" secondItem="1ec-eH-fkX" secondAttribute="top" id="H9I-TB-xig"/> |
| 3491 | - <constraint firstItem="8cR-Rc-YMJ" firstAttribute="top" secondItem="UhC-Lj-tfN" secondAttribute="bottom" constant="35" id="I87-km-KEb"/> | 3491 | + <constraint firstItem="8cR-Rc-YMJ" firstAttribute="top" secondItem="UhC-Lj-tfN" secondAttribute="bottom" constant="20" id="I87-km-KEb"/> |
| 3492 | <constraint firstItem="Zdf-1r-FdJ" firstAttribute="top" secondItem="Sg1-QU-FY1" secondAttribute="bottom" constant="10" id="KZi-Jl-Yyz"/> | 3492 | <constraint firstItem="Zdf-1r-FdJ" firstAttribute="top" secondItem="Sg1-QU-FY1" secondAttribute="bottom" constant="10" id="KZi-Jl-Yyz"/> |
| 3493 | <constraint firstItem="UhC-Lj-tfN" firstAttribute="leading" secondItem="1ec-eH-fkX" secondAttribute="leading" constant="20" id="MSg-iF-tt9"/> | 3493 | <constraint firstItem="UhC-Lj-tfN" firstAttribute="leading" secondItem="1ec-eH-fkX" secondAttribute="leading" constant="20" id="MSg-iF-tt9"/> |
| 3494 | <constraint firstAttribute="trailing" secondItem="6rV-2m-QMZ" secondAttribute="trailing" constant="20" id="NGe-PV-pQl"/> | 3494 | <constraint firstAttribute="trailing" secondItem="6rV-2m-QMZ" secondAttribute="trailing" constant="20" id="NGe-PV-pQl"/> |
| ... | @@ -3518,7 +3518,7 @@ | ... | @@ -3518,7 +3518,7 @@ |
| 3518 | <constraint firstAttribute="trailing" secondItem="UhC-Lj-tfN" secondAttribute="trailing" constant="20" id="lM1-ep-Zec"/> | 3518 | <constraint firstAttribute="trailing" secondItem="UhC-Lj-tfN" secondAttribute="trailing" constant="20" id="lM1-ep-Zec"/> |
| 3519 | <constraint firstItem="Xz4-EE-EzJ" firstAttribute="leading" secondItem="1ec-eH-fkX" secondAttribute="leading" constant="20" id="lMf-pF-Bp6"/> | 3519 | <constraint firstItem="Xz4-EE-EzJ" firstAttribute="leading" secondItem="1ec-eH-fkX" secondAttribute="leading" constant="20" id="lMf-pF-Bp6"/> |
| 3520 | <constraint firstItem="tzW-b9-Rbx" firstAttribute="leading" secondItem="1ec-eH-fkX" secondAttribute="leading" constant="20" id="oYF-cS-wt4"/> | 3520 | <constraint firstItem="tzW-b9-Rbx" firstAttribute="leading" secondItem="1ec-eH-fkX" secondAttribute="leading" constant="20" id="oYF-cS-wt4"/> |
| 3521 | - <constraint firstItem="UhC-Lj-tfN" firstAttribute="top" secondItem="Zw5-Wj-WD5" secondAttribute="bottom" constant="35" id="ora-fw-TKe"/> | 3521 | + <constraint firstItem="UhC-Lj-tfN" firstAttribute="top" secondItem="Zw5-Wj-WD5" secondAttribute="bottom" constant="30" id="ora-fw-TKe"/> |
| 3522 | <constraint firstAttribute="trailing" secondItem="iiM-5P-m5s" secondAttribute="trailing" id="qWA-17-dEY"/> | 3522 | <constraint firstAttribute="trailing" secondItem="iiM-5P-m5s" secondAttribute="trailing" id="qWA-17-dEY"/> |
| 3523 | <constraint firstAttribute="trailing" secondItem="xjX-HZ-MpD" secondAttribute="trailing" constant="20" id="rIc-bw-vfp"/> | 3523 | <constraint firstAttribute="trailing" secondItem="xjX-HZ-MpD" secondAttribute="trailing" constant="20" id="rIc-bw-vfp"/> |
| 3524 | <constraint firstAttribute="trailing" secondItem="huh-zh-82C" secondAttribute="trailing" constant="30" id="ySg-6E-isO"/> | 3524 | <constraint firstAttribute="trailing" secondItem="huh-zh-82C" secondAttribute="trailing" constant="30" id="ySg-6E-isO"/> |
| ... | @@ -3583,6 +3583,7 @@ | ... | @@ -3583,6 +3583,7 @@ |
| 3583 | <outlet property="border2TopSpace" destination="hL4-rX-9aa" id="87h-tF-CnT"/> | 3583 | <outlet property="border2TopSpace" destination="hL4-rX-9aa" id="87h-tF-CnT"/> |
| 3584 | <outlet property="borderView2Height" destination="DVl-3B-zqo" id="USP-Iq-ZAd"/> | 3584 | <outlet property="borderView2Height" destination="DVl-3B-zqo" id="USP-Iq-ZAd"/> |
| 3585 | <outlet property="borderViewHeight" destination="eF3-7T-hMu" id="Wt2-MV-eTg"/> | 3585 | <outlet property="borderViewHeight" destination="eF3-7T-hMu" id="Wt2-MV-eTg"/> |
| 3586 | + <outlet property="couponCodeLabelTopSpace" destination="WWh-BA-7qP" id="7ba-Oy-kc3"/> | ||
| 3586 | <outlet property="couponImage" destination="iiM-5P-m5s" id="oKZ-Up-sI3"/> | 3587 | <outlet property="couponImage" destination="iiM-5P-m5s" id="oKZ-Up-sI3"/> |
| 3587 | <outlet property="couponImageHeight" destination="kL0-u7-VI9" id="QJ9-gs-XUh"/> | 3588 | <outlet property="couponImageHeight" destination="kL0-u7-VI9" id="QJ9-gs-XUh"/> |
| 3588 | <outlet property="couponNumberLabel" destination="BJS-kk-CBZ" id="Sdz-3a-Jvq"/> | 3589 | <outlet property="couponNumberLabel" destination="BJS-kk-CBZ" id="Sdz-3a-Jvq"/> | ... | ... |
-
Please register or login to post a comment