Commit 98473f94 authored by lujunye's avatar lujunye

时间viewBG

parent 70ac3d07
......@@ -10,6 +10,8 @@ import UIKit
class YDLBVc: BaseViewController,UITableViewDelegate,UITableViewDataSource,UISearchBarDelegate,SearchBarViewDelegate,UITextFieldDelegate{
@IBOutlet weak var timeBgH: NSLayoutConstraint!
@IBOutlet weak var scvContentH: NSLayoutConstraint!
@IBOutlet weak var contentView: UIView!
@IBAction func listControlAction(_ sender: Any) {
print("调用筛选列表")
......@@ -108,9 +110,18 @@ class YDLBVc: BaseViewController,UITableViewDelegate,UITableViewDataSource,UISea
}
}
@objc func closeTimeSelect(){
timeBgH.constant = 0
scvContentH.constant = 680
}
override func viewDidLoad() {
super.viewDidLoad()
let tap = UITapGestureRecognizer(target: self, action: #selector(closeTimeSelect))
contentView.addGestureRecognizer(tap)
timeBgH.constant = 0
scvContentH.constant = 680
setBtnArr()
orderNumTF.tag = 1
......@@ -435,6 +446,14 @@ class YDLBVc: BaseViewController,UITableViewDelegate,UITableViewDataSource,UISea
@IBAction func timeSelectAction(_ sender: Any) {
print("选择时间")
if timeBgH.constant == 235 {
timeBgH.constant = 0
scvContentH.constant = 680
}else{
timeBgH.constant = 235
scvContentH.constant = 915
}
}
//MARK: - 加载数据
@objc func loadData(){
......
......@@ -16,8 +16,10 @@
<outlet property="listView" destination="E9d-mv-UN9" id="6sr-ao-Kjp"/>
<outlet property="orderNumTF" destination="mtO-oL-Tzv" id="kNZ-e8-26z"/>
<outlet property="preView" destination="xh4-sF-lK5" id="gYb-fE-Xri"/>
<outlet property="scvContentH" destination="mIQ-xh-FRR" id="1Io-Dm-gOA"/>
<outlet property="searchVBg" destination="7gn-wh-Lhk" id="wOG-0w-jdg"/>
<outlet property="standerTF" destination="YAK-sz-pnE" id="1FG-z7-27A"/>
<outlet property="timeBgH" destination="poR-Of-Vq5" id="60c-YU-qeq"/>
<outlet property="timeTF" destination="6Uc-Df-mp9" id="zXv-P2-UVy"/>
<outlet property="topView" destination="5Ue-mR-h4b" id="IVg-qY-dGD"/>
<outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
......@@ -82,7 +84,7 @@
<action selector="closeAction:" destination="-1" eventType="touchUpInside" id="9nL-Uh-vUh"/>
</connections>
</button>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xh4-sF-lK5">
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xh4-sF-lK5">
<rect key="frame" x="0.0" y="95" width="375" height="480"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2BT-jd-xNB">
......@@ -146,7 +148,7 @@
<rect key="frame" x="0.0" y="0.0" width="375" height="431"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="zcv-YD-IHi">
<rect key="frame" x="0.0" y="0.0" width="375" height="680"/>
<rect key="frame" x="0.0" y="0.0" width="375" height="915"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="时间范围" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="T6r-F3-LjK">
<rect key="frame" x="15.000000000000004" y="15.000000000000002" width="53.333333333333343" height="18.666666666666671"/>
......@@ -201,7 +203,7 @@
</connections>
</button>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="物流公司" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="x64-TX-dLy">
<rect key="frame" x="15.000000000000004" y="106.66666666666666" width="53.333333333333343" height="18.333333333333329"/>
<rect key="frame" x="15.000000000000004" y="341.66666666666669" width="53.333333333333343" height="18.333333333333314"/>
<constraints>
<constraint firstAttribute="height" constant="18.5" id="Aia-lD-61y"/>
</constraints>
......@@ -210,7 +212,7 @@
<nil key="highlightedColor"/>
</label>
<button opaque="NO" tag="101" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5af-3I-E0X">
<rect key="frame" x="15" y="135" width="73" height="30"/>
<rect key="frame" x="15" y="370" width="73" height="30"/>
<color key="backgroundColor" name="多选按钮背景颜色"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="7tN-V5-LOA"/>
......@@ -231,14 +233,14 @@
</connections>
</button>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="XMu-zq-EhP">
<rect key="frame" x="15" y="180" width="360" height="1"/>
<rect key="frame" x="15" y="415" width="360" height="1"/>
<color key="backgroundColor" name="灰色分界线"/>
<constraints>
<constraint firstAttribute="height" constant="1" id="Fhx-Di-s3a"/>
</constraints>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="订单编号" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="luQ-AH-QHc">
<rect key="frame" x="15.000000000000004" y="196" width="53.333333333333343" height="18.666666666666657"/>
<rect key="frame" x="15.000000000000004" y="431" width="53.333333333333343" height="18.666666666666686"/>
<constraints>
<constraint firstAttribute="height" constant="18.5" id="iPe-S9-pr2"/>
</constraints>
......@@ -247,7 +249,7 @@
<nil key="highlightedColor"/>
</label>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder=" 请输入订单编号" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="mtO-oL-Tzv">
<rect key="frame" x="15" y="224.66666666666669" width="225" height="32"/>
<rect key="frame" x="15" y="459.66666666666663" width="225" height="32"/>
<constraints>
<constraint firstAttribute="width" constant="225" id="C9Q-Oy-gG8"/>
<constraint firstAttribute="height" constant="32" id="S45-Fn-NAe"/>
......@@ -268,7 +270,7 @@
</userDefinedRuntimeAttributes>
</textField>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="所属平台" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="74P-eC-sht">
<rect key="frame" x="15.000000000000004" y="276.66666666666669" width="53.333333333333343" height="18.333333333333314"/>
<rect key="frame" x="15.000000000000004" y="511.66666666666657" width="53.333333333333343" height="18.333333333333314"/>
<constraints>
<constraint firstAttribute="height" constant="18.5" id="FK3-BZ-1ji"/>
</constraints>
......@@ -277,7 +279,7 @@
<nil key="highlightedColor"/>
</label>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder=" 请输入平台" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="YAK-sz-pnE">
<rect key="frame" x="15" y="305" width="225" height="32"/>
<rect key="frame" x="15" y="540" width="225" height="32"/>
<constraints>
<constraint firstAttribute="width" constant="225" id="kM5-AQ-yCj"/>
<constraint firstAttribute="height" constant="32" id="njN-x6-StE"/>
......@@ -298,14 +300,14 @@
</userDefinedRuntimeAttributes>
</textField>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="LGt-SE-ga1">
<rect key="frame" x="15" y="352" width="360" height="1"/>
<rect key="frame" x="15" y="587" width="360" height="1"/>
<color key="backgroundColor" name="灰色分界线"/>
<constraints>
<constraint firstAttribute="height" constant="1" id="wrT-6s-ZdC"/>
</constraints>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="支付状态" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lmi-Tf-AWO">
<rect key="frame" x="15.000000000000004" y="368" width="53.333333333333343" height="18.666666666666686"/>
<rect key="frame" x="15.000000000000004" y="603" width="53.333333333333343" height="18.666666666666629"/>
<constraints>
<constraint firstAttribute="height" constant="18.5" id="zcV-gg-ods"/>
</constraints>
......@@ -314,7 +316,7 @@
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ThR-AD-Zdh">
<rect key="frame" x="15" y="401.66666666666669" width="73" height="30"/>
<rect key="frame" x="15" y="636.66666666666663" width="73" height="30"/>
<color key="backgroundColor" name="多选按钮背景颜色"/>
<constraints>
<constraint firstAttribute="width" constant="73" id="KY4-hm-inv"/>
......@@ -335,7 +337,7 @@
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gav-SN-u6S">
<rect key="frame" x="103" y="401.66666666666669" width="73" height="30"/>
<rect key="frame" x="103" y="636.66666666666663" width="73" height="30"/>
<color key="backgroundColor" name="多选按钮背景颜色"/>
<constraints>
<constraint firstAttribute="width" constant="73" id="1Uc-uw-Iu6"/>
......@@ -356,7 +358,7 @@
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="iG8-ad-CAE">
<rect key="frame" x="191" y="401.66666666666669" width="73" height="30"/>
<rect key="frame" x="191" y="636.66666666666663" width="73" height="30"/>
<color key="backgroundColor" name="多选按钮背景颜色"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="JZv-xa-mbk"/>
......@@ -377,14 +379,14 @@
</connections>
</button>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="XNI-3O-CwK">
<rect key="frame" x="15" y="446.66666666666663" width="360" height="1"/>
<rect key="frame" x="15" y="681.66666666666663" width="360" height="1"/>
<color key="backgroundColor" name="灰色分界线"/>
<constraints>
<constraint firstAttribute="height" constant="1" id="ZUw-jt-fAk"/>
</constraints>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="打印状态" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6Eb-pX-eg0">
<rect key="frame" x="15.000000000000004" y="462.66666666666663" width="53.333333333333343" height="18.333333333333314"/>
<rect key="frame" x="15.000000000000004" y="697.66666666666663" width="53.333333333333343" height="18.333333333333371"/>
<constraints>
<constraint firstAttribute="height" constant="18.5" id="R1v-dY-IrD"/>
</constraints>
......@@ -393,7 +395,7 @@
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="BjS-uk-wr7">
<rect key="frame" x="15" y="496" width="73" height="30"/>
<rect key="frame" x="15" y="731" width="73" height="30"/>
<color key="backgroundColor" name="多选按钮背景颜色"/>
<constraints>
<constraint firstAttribute="width" constant="73" id="A07-mj-0gb"/>
......@@ -414,7 +416,7 @@
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="xcT-cv-hKb">
<rect key="frame" x="103" y="496" width="73" height="30"/>
<rect key="frame" x="103" y="731" width="73" height="30"/>
<color key="backgroundColor" name="多选按钮背景颜色"/>
<constraints>
<constraint firstAttribute="width" constant="73" id="EyT-04-EVc"/>
......@@ -435,7 +437,7 @@
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qCR-5z-Ioa">
<rect key="frame" x="191" y="496" width="73" height="30"/>
<rect key="frame" x="191" y="731" width="73" height="30"/>
<color key="backgroundColor" name="多选按钮背景颜色"/>
<constraints>
<constraint firstAttribute="width" constant="73" id="9H6-yF-PbY"/>
......@@ -456,14 +458,14 @@
</connections>
</button>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="wOP-Ki-lQ5">
<rect key="frame" x="15" y="541" width="360" height="1"/>
<rect key="frame" x="15" y="776" width="360" height="1"/>
<color key="backgroundColor" name="灰色分界线"/>
<constraints>
<constraint firstAttribute="height" constant="1" id="GQ6-Se-Rlx"/>
</constraints>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="运单状态" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="IOi-sC-dEe">
<rect key="frame" x="15.000000000000004" y="557" width="53.333333333333343" height="18.666666666666629"/>
<rect key="frame" x="15.000000000000004" y="792" width="53.333333333333343" height="18.666666666666629"/>
<constraints>
<constraint firstAttribute="height" constant="18.5" id="lSN-Nr-h4A"/>
</constraints>
......@@ -472,7 +474,7 @@
<nil key="highlightedColor"/>
</label>
<button opaque="NO" tag="99" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="lQu-wS-luP">
<rect key="frame" x="15" y="590.66666666666663" width="73" height="30"/>
<rect key="frame" x="15" y="825.66666666666663" width="73" height="30"/>
<color key="backgroundColor" name="多选按钮背景颜色"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="2hL-lo-6o0"/>
......@@ -493,7 +495,7 @@
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Sos-ke-wWW">
<rect key="frame" x="103" y="590.66666666666663" width="73" height="30"/>
<rect key="frame" x="103" y="825.66666666666663" width="73" height="30"/>
<color key="backgroundColor" name="多选按钮背景颜色"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="Pnz-JU-yUZ"/>
......@@ -514,7 +516,7 @@
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="KjV-Pm-Xox">
<rect key="frame" x="191" y="590.66666666666663" width="73" height="30"/>
<rect key="frame" x="191" y="825.66666666666663" width="73" height="30"/>
<color key="backgroundColor" name="多选按钮背景颜色"/>
<constraints>
<constraint firstAttribute="width" constant="73" id="jHq-p3-rEE"/>
......@@ -535,7 +537,7 @@
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="KmP-UE-Z2m">
<rect key="frame" x="103" y="635.66666666666663" width="73" height="30"/>
<rect key="frame" x="103" y="870.66666666666663" width="73" height="30"/>
<color key="backgroundColor" name="多选按钮背景颜色"/>
<constraints>
<constraint firstAttribute="width" constant="73" id="ase-Nb-vzS"/>
......@@ -556,7 +558,7 @@
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="eBn-ZQ-kRE">
<rect key="frame" x="15" y="635.66666666666663" width="73" height="30"/>
<rect key="frame" x="15" y="870.66666666666663" width="73" height="30"/>
<color key="backgroundColor" name="多选按钮背景颜色"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="5wu-SR-oNw"/>
......@@ -577,7 +579,7 @@
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="jLq-pi-MtE">
<rect key="frame" x="101" y="135" width="73" height="30"/>
<rect key="frame" x="101" y="370" width="73" height="30"/>
<color key="backgroundColor" name="多选按钮背景颜色"/>
<constraints>
<constraint firstAttribute="width" constant="73" id="EVI-Z2-Dce"/>
......@@ -601,7 +603,7 @@
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="eh5-A9-9oM">
<rect key="frame" x="187" y="135" width="73" height="30"/>
<rect key="frame" x="187" y="370" width="73" height="30"/>
<color key="backgroundColor" name="多选按钮背景颜色"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="4wj-c6-UZ4"/>
......@@ -625,7 +627,7 @@
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="IfE-o6-jvc">
<rect key="frame" x="273" y="135" width="73" height="30"/>
<rect key="frame" x="273" y="370" width="73" height="30"/>
<color key="backgroundColor" name="多选按钮背景颜色"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="fQG-Wm-7nv"/>
......@@ -649,7 +651,7 @@
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9C6-aG-nkC">
<rect key="frame" x="279" y="590.66666666666663" width="73" height="30"/>
<rect key="frame" x="279" y="825.66666666666663" width="73" height="30"/>
<color key="backgroundColor" name="多选按钮背景颜色"/>
<constraints>
<constraint firstAttribute="width" constant="73" id="F4D-xl-Skx"/>
......@@ -669,6 +671,13 @@
<action selector="btnClick:" destination="-1" eventType="touchUpInside" id="dTU-Yz-UQn"/>
</connections>
</button>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eih-w3-GJh">
<rect key="frame" x="0.0" y="91.666666666666657" width="375" height="234.99999999999997"/>
<color key="backgroundColor" systemColor="systemRedColor" red="1" green="0.23137254900000001" blue="0.18823529410000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="height" constant="235" id="poR-Of-Vq5"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<constraints>
......@@ -690,10 +699,12 @@
<constraint firstItem="ThR-AD-Zdh" firstAttribute="leading" secondItem="zcv-YD-IHi" secondAttribute="leading" constant="15" id="JcZ-1S-qST"/>
<constraint firstItem="xcT-cv-hKb" firstAttribute="centerY" secondItem="BjS-uk-wr7" secondAttribute="centerY" id="LFN-cJ-I18"/>
<constraint firstItem="BjS-uk-wr7" firstAttribute="top" secondItem="6Eb-pX-eg0" secondAttribute="bottom" constant="15" id="Oiu-1l-PaV"/>
<constraint firstAttribute="trailing" secondItem="eih-w3-GJh" secondAttribute="trailing" id="Oxy-R3-3pq"/>
<constraint firstAttribute="trailing" secondItem="XMu-zq-EhP" secondAttribute="trailing" id="PQU-kt-sXW"/>
<constraint firstAttribute="trailing" secondItem="gfG-Nj-pdp" secondAttribute="trailing" id="PmD-oQ-0BS"/>
<constraint firstItem="mtO-oL-Tzv" firstAttribute="leading" secondItem="zcv-YD-IHi" secondAttribute="leading" constant="15" id="Pow-Yg-S7Z"/>
<constraint firstItem="6Uc-Df-mp9" firstAttribute="top" secondItem="T6r-F3-LjK" secondAttribute="bottom" constant="10" id="QIe-FW-dr4"/>
<constraint firstItem="eih-w3-GJh" firstAttribute="top" secondItem="gfG-Nj-pdp" secondAttribute="bottom" id="Qsm-JA-YFV"/>
<constraint firstItem="IfE-o6-jvc" firstAttribute="leading" secondItem="eh5-A9-9oM" secondAttribute="trailing" constant="13" id="RKX-h7-qIC"/>
<constraint firstItem="KjV-Pm-Xox" firstAttribute="leading" secondItem="Sos-ke-wWW" secondAttribute="trailing" constant="15" id="ROX-kP-BUM"/>
<constraint firstItem="eBn-ZQ-kRE" firstAttribute="top" secondItem="lQu-wS-luP" secondAttribute="bottom" constant="15" id="Ra7-2t-3eO"/>
......@@ -726,17 +737,18 @@
<constraint firstAttribute="trailing" secondItem="XNI-3O-CwK" secondAttribute="trailing" id="ldg-j0-0hd"/>
<constraint firstItem="5af-3I-E0X" firstAttribute="leading" secondItem="zcv-YD-IHi" secondAttribute="leading" constant="15" id="lhz-Zm-HEd"/>
<constraint firstItem="XNI-3O-CwK" firstAttribute="leading" secondItem="zcv-YD-IHi" secondAttribute="leading" constant="15" id="m5I-f5-XHd"/>
<constraint firstAttribute="height" constant="680" id="mIQ-xh-FRR"/>
<constraint firstAttribute="height" constant="915" id="mIQ-xh-FRR"/>
<constraint firstItem="mtO-oL-Tzv" firstAttribute="top" secondItem="luQ-AH-QHc" secondAttribute="bottom" constant="10" id="obd-w1-4dP"/>
<constraint firstItem="uTx-fd-l3A" firstAttribute="top" secondItem="T6r-F3-LjK" secondAttribute="bottom" constant="10" id="ooX-EL-R7b"/>
<constraint firstAttribute="trailing" secondItem="LGt-SE-ga1" secondAttribute="trailing" id="p6k-XD-zaD"/>
<constraint firstItem="eh5-A9-9oM" firstAttribute="leading" secondItem="jLq-pi-MtE" secondAttribute="trailing" constant="13" id="pbd-hJ-TZy"/>
<constraint firstItem="x64-TX-dLy" firstAttribute="top" secondItem="gfG-Nj-pdp" secondAttribute="bottom" constant="15" id="q0u-RA-N5l"/>
<constraint firstItem="x64-TX-dLy" firstAttribute="top" secondItem="eih-w3-GJh" secondAttribute="bottom" constant="15" id="q0u-RA-N5l"/>
<constraint firstItem="6Eb-pX-eg0" firstAttribute="leading" secondItem="zcv-YD-IHi" secondAttribute="leading" constant="15" id="q86-p4-qZu"/>
<constraint firstItem="wOP-Ki-lQ5" firstAttribute="leading" secondItem="zcv-YD-IHi" secondAttribute="leading" constant="15" id="rfd-4O-fZs"/>
<constraint firstItem="XMu-zq-EhP" firstAttribute="top" secondItem="5af-3I-E0X" secondAttribute="bottom" constant="15" id="s7c-NU-JcE"/>
<constraint firstItem="lmi-Tf-AWO" firstAttribute="leading" secondItem="zcv-YD-IHi" secondAttribute="leading" constant="15" id="sh8-AP-Fvl"/>
<constraint firstItem="LGt-SE-ga1" firstAttribute="top" secondItem="YAK-sz-pnE" secondAttribute="bottom" constant="15" id="tlb-NK-qde"/>
<constraint firstItem="eih-w3-GJh" firstAttribute="leading" secondItem="zcv-YD-IHi" secondAttribute="leading" id="vBp-rf-lMO"/>
<constraint firstItem="IOi-sC-dEe" firstAttribute="top" secondItem="wOP-Ki-lQ5" secondAttribute="bottom" constant="15" id="vN5-hb-q2W"/>
<constraint firstItem="wOP-Ki-lQ5" firstAttribute="top" secondItem="BjS-uk-wr7" secondAttribute="bottom" constant="15" id="vit-IH-4hb"/>
<constraint firstItem="gfG-Nj-pdp" firstAttribute="top" secondItem="6Uc-Df-mp9" secondAttribute="bottom" constant="15" id="wG7-H8-LaO"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment