| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_12" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/>
- <capability name="System colors in document resources" minToolsVersion="11.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="MORoomSetBaseView">
- <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="mMv-Qk-PPe">
- <rect key="frame" x="0.0" y="416" width="393" height="436"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gwW-La-gzz">
- <rect key="frame" x="50" y="350" width="293" height="50"/>
- <color key="backgroundColor" red="0.043137254901960784" green="0.8666666666666667" blue="0.9882352941176471" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="50" id="knd-7V-OQk"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="20"/>
- <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
- <state key="normal" title="Finish"/>
- <connections>
- <action selector="sureBtnClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="WV0-YP-bXt"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstItem="gwW-La-gzz" firstAttribute="leading" secondItem="mMv-Qk-PPe" secondAttribute="leading" constant="50" id="0AK-2U-MsK"/>
- <constraint firstAttribute="bottom" secondItem="gwW-La-gzz" secondAttribute="bottom" constant="36" id="8Vl-hV-j5k"/>
- <constraint firstAttribute="height" constant="436" id="FhC-kB-RZC"/>
- <constraint firstAttribute="trailing" secondItem="gwW-La-gzz" secondAttribute="trailing" constant="50" id="Up4-RZ-Toz"/>
- </constraints>
- </view>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="xFo-1c-ufg">
- <rect key="frame" x="0.0" y="0.0" width="393" height="416"/>
- <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
- <connections>
- <action selector="closeBtnClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="pgU-DR-pxr"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.29999999999999999" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="mMv-Qk-PPe" secondAttribute="trailing" id="ASj-rd-kQh"/>
- <constraint firstItem="xFo-1c-ufg" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="GCE-Ap-2pq"/>
- <constraint firstAttribute="trailing" secondItem="xFo-1c-ufg" secondAttribute="trailing" id="GPb-JK-1UP"/>
- <constraint firstItem="mMv-Qk-PPe" firstAttribute="top" secondItem="xFo-1c-ufg" secondAttribute="bottom" id="H8b-Pe-jpo"/>
- <constraint firstItem="xFo-1c-ufg" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="dmX-LN-gx6"/>
- <constraint firstItem="mMv-Qk-PPe" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="tz9-nc-6xf"/>
- <constraint firstAttribute="bottom" secondItem="mMv-Qk-PPe" secondAttribute="bottom" id="wt3-TY-WMp"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="bgView" destination="mMv-Qk-PPe" id="Uzu-3m-w3Z"/>
- <outlet property="sureBtn" destination="gwW-La-gzz" id="r2p-rK-JEN"/>
- </connections>
- <point key="canvasLocation" x="120" y="-12"/>
- </view>
- </objects>
- <resources>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|