123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14868" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14824"/>
- <capability name="Safe area layout guides" minToolsVersion="9.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="utR-9E-7Y7" customClass="ShowGenderAlertView">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="NUd-Di-mGo">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <connections>
- <action selector="userDidBackClickAction:" destination="utR-9E-7Y7" eventType="touchUpInside" id="QQe-Fa-Fnu"/>
- </connections>
- </button>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="U8I-EH-q9d">
- <rect key="frame" x="0.0" y="383" width="375" height="284"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="FcF-Vu-BRs">
- <rect key="frame" x="0.0" y="0.0" width="375" height="46.5"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Ul5-rB-SSv">
- <rect key="frame" x="28.5" y="7.5" width="33" height="32"/>
- <constraints>
- <constraint firstAttribute="height" constant="32" id="JYa-to-WYi"/>
- <constraint firstAttribute="width" constant="33" id="UfI-qx-tbx"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <state key="normal" title="取消"/>
- <connections>
- <action selector="userDidBackClickAction:" destination="utR-9E-7Y7" eventType="touchUpInside" id="tDu-5H-095"/>
- </connections>
- </button>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="EBx-qc-ksL">
- <rect key="frame" x="318" y="7.5" width="33" height="32"/>
- <constraints>
- <constraint firstAttribute="height" constant="32" id="0tp-9m-bGD"/>
- <constraint firstAttribute="width" constant="33" id="b4s-15-AVF"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <state key="normal" title="确定"/>
- <connections>
- <action selector="userDidSureClickAction:" destination="utR-9E-7Y7" eventType="touchUpInside" id="GgB-in-zJe"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <constraints>
- <constraint firstItem="Ul5-rB-SSv" firstAttribute="leading" secondItem="FcF-Vu-BRs" secondAttribute="leading" constant="28.5" id="8H8-Ll-nZT"/>
- <constraint firstItem="EBx-qc-ksL" firstAttribute="centerY" secondItem="FcF-Vu-BRs" secondAttribute="centerY" id="DKv-K4-AdW"/>
- <constraint firstItem="Ul5-rB-SSv" firstAttribute="centerY" secondItem="FcF-Vu-BRs" secondAttribute="centerY" id="DmL-S8-1TJ"/>
- <constraint firstAttribute="height" constant="46.5" id="pOi-C7-TbL"/>
- <constraint firstAttribute="trailing" secondItem="EBx-qc-ksL" secondAttribute="trailing" constant="24" id="r4B-CS-8RW"/>
- </constraints>
- </view>
- <pickerView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ham-jD-Oru">
- <rect key="frame" x="0.0" y="46.5" width="375" height="237.5"/>
- <constraints>
- <constraint firstAttribute="height" constant="237.5" id="X6W-hv-s5f"/>
- </constraints>
- </pickerView>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="FcF-Vu-BRs" secondAttribute="trailing" id="26n-74-ByD"/>
- <constraint firstItem="FcF-Vu-BRs" firstAttribute="leading" secondItem="U8I-EH-q9d" secondAttribute="leading" id="6l0-Jj-wNv"/>
- <constraint firstItem="ham-jD-Oru" firstAttribute="leading" secondItem="U8I-EH-q9d" secondAttribute="leading" id="BTX-Xf-NpH"/>
- <constraint firstItem="FcF-Vu-BRs" firstAttribute="top" secondItem="U8I-EH-q9d" secondAttribute="top" id="FOB-CO-x1L"/>
- <constraint firstAttribute="trailing" secondItem="ham-jD-Oru" secondAttribute="trailing" id="cWC-nc-FFX"/>
- <constraint firstItem="ham-jD-Oru" firstAttribute="top" secondItem="FcF-Vu-BRs" secondAttribute="bottom" id="n0e-lv-l3b"/>
- <constraint firstAttribute="height" constant="284" id="nwq-3o-hWs"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <constraints>
- <constraint firstItem="U8I-EH-q9d" firstAttribute="leading" secondItem="zOg-PW-FwM" secondAttribute="leading" id="Fl6-PL-ehM"/>
- <constraint firstItem="NUd-Di-mGo" firstAttribute="top" secondItem="zOg-PW-FwM" secondAttribute="top" id="Ulf-7p-gci"/>
- <constraint firstAttribute="bottom" secondItem="U8I-EH-q9d" secondAttribute="bottom" id="WuO-6j-DAT"/>
- <constraint firstItem="NUd-Di-mGo" firstAttribute="leading" secondItem="zOg-PW-FwM" secondAttribute="leading" id="dT8-6Q-67d"/>
- <constraint firstItem="zOg-PW-FwM" firstAttribute="trailing" secondItem="NUd-Di-mGo" secondAttribute="trailing" id="keL-xh-4DP"/>
- <constraint firstItem="zOg-PW-FwM" firstAttribute="bottom" secondItem="NUd-Di-mGo" secondAttribute="bottom" id="qmR-m8-YWm"/>
- <constraint firstItem="zOg-PW-FwM" firstAttribute="trailing" secondItem="U8I-EH-q9d" secondAttribute="trailing" id="zcT-kL-Pu4"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="zOg-PW-FwM"/>
- <connections>
- <outlet property="bottomH" destination="nwq-3o-hWs" id="VO8-Z9-PTe"/>
- <outlet property="pickView" destination="ham-jD-Oru" id="tNS-80-Z4Y"/>
- </connections>
- <point key="canvasLocation" x="75" y="89"/>
- </view>
- </objects>
- </document>
|