|
@@ -18,47 +18,21 @@
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
<subviews>
|
|
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="U2u-Ng-quR">
|
|
|
- <rect key="frame" x="0.0" y="69" width="414" height="773"/>
|
|
|
+ <rect key="frame" x="0.0" y="44" width="414" height="818"/>
|
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
</view>
|
|
|
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="oHy-h6-oBZ">
|
|
|
- <rect key="frame" x="8" y="44" width="45" height="26"/>
|
|
|
- <subviews>
|
|
|
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="QdX-GD-p2D">
|
|
|
- <rect key="frame" x="11.5" y="2" width="22" height="22"/>
|
|
|
- <constraints>
|
|
|
- <constraint firstAttribute="height" constant="22" id="dQc-qo-agC"/>
|
|
|
- <constraint firstAttribute="width" constant="22" id="xnb-gI-bEr"/>
|
|
|
- </constraints>
|
|
|
- <connections>
|
|
|
- <action selector="touchUpInsidecloseButton:" destination="Mmv-kq-uRN" eventType="touchUpInside" id="sQX-6Y-Yg3"/>
|
|
|
- </connections>
|
|
|
- </button>
|
|
|
- </subviews>
|
|
|
- <color key="backgroundColor" white="0.33333333333333331" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
- <constraints>
|
|
|
- <constraint firstItem="QdX-GD-p2D" firstAttribute="centerX" secondItem="oHy-h6-oBZ" secondAttribute="centerX" id="4aU-y2-eVX"/>
|
|
|
- <constraint firstItem="QdX-GD-p2D" firstAttribute="centerY" secondItem="oHy-h6-oBZ" secondAttribute="centerY" id="mBW-kE-lTZ"/>
|
|
|
- <constraint firstAttribute="height" constant="26" id="qKQ-Gt-Qwc"/>
|
|
|
- <constraint firstAttribute="width" constant="45" id="zII-t1-FVR"/>
|
|
|
- </constraints>
|
|
|
- </view>
|
|
|
</subviews>
|
|
|
<viewLayoutGuide key="safeArea" id="I8r-2q-gEp"/>
|
|
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
|
|
<constraints>
|
|
|
- <constraint firstItem="U2u-Ng-quR" firstAttribute="top" secondItem="I8r-2q-gEp" secondAttribute="top" constant="25" id="JMx-LP-euj"/>
|
|
|
- <constraint firstItem="I8r-2q-gEp" firstAttribute="bottom" secondItem="U2u-Ng-quR" secondAttribute="bottom" constant="20" id="OB5-oL-uWd"/>
|
|
|
- <constraint firstItem="oHy-h6-oBZ" firstAttribute="leading" secondItem="ZUd-xF-jbc" secondAttribute="leading" constant="8" id="V0z-bW-qho"/>
|
|
|
- <constraint firstItem="oHy-h6-oBZ" firstAttribute="top" secondItem="I8r-2q-gEp" secondAttribute="top" id="WU4-yL-oxZ"/>
|
|
|
+ <constraint firstItem="U2u-Ng-quR" firstAttribute="top" secondItem="I8r-2q-gEp" secondAttribute="top" id="JMx-LP-euj"/>
|
|
|
+ <constraint firstItem="I8r-2q-gEp" firstAttribute="bottom" secondItem="U2u-Ng-quR" secondAttribute="bottom" id="OB5-oL-uWd"/>
|
|
|
<constraint firstAttribute="trailing" secondItem="U2u-Ng-quR" secondAttribute="trailing" id="fK9-2n-mIB"/>
|
|
|
<constraint firstItem="U2u-Ng-quR" firstAttribute="leading" secondItem="ZUd-xF-jbc" secondAttribute="leading" id="zBR-Jl-ZtK"/>
|
|
|
</constraints>
|
|
|
</view>
|
|
|
<connections>
|
|
|
<outlet property="backgroundView" destination="U2u-Ng-quR" id="f7b-ke-Ojf"/>
|
|
|
- <outlet property="closeButton" destination="QdX-GD-p2D" id="1Qj-mY-fpU"/>
|
|
|
- <outlet property="closeView" destination="oHy-h6-oBZ" id="ii6-LY-JDp"/>
|
|
|
</connections>
|
|
|
</viewController>
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="gwo-1E-fE5" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
|