ShowGenderAlertView.xib 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14824"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <view contentMode="scaleToFill" id="utR-9E-7Y7" customClass="ShowGenderAlertView">
  14. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  15. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  16. <subviews>
  17. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="NUd-Di-mGo">
  18. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  19. <connections>
  20. <action selector="userDidBackClickAction:" destination="utR-9E-7Y7" eventType="touchUpInside" id="QQe-Fa-Fnu"/>
  21. </connections>
  22. </button>
  23. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="U8I-EH-q9d">
  24. <rect key="frame" x="0.0" y="383" width="375" height="284"/>
  25. <subviews>
  26. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="FcF-Vu-BRs">
  27. <rect key="frame" x="0.0" y="0.0" width="375" height="46.5"/>
  28. <subviews>
  29. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Ul5-rB-SSv">
  30. <rect key="frame" x="28.5" y="7.5" width="33" height="32"/>
  31. <constraints>
  32. <constraint firstAttribute="height" constant="32" id="JYa-to-WYi"/>
  33. <constraint firstAttribute="width" constant="33" id="UfI-qx-tbx"/>
  34. </constraints>
  35. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  36. <state key="normal" title="取消"/>
  37. <connections>
  38. <action selector="userDidBackClickAction:" destination="utR-9E-7Y7" eventType="touchUpInside" id="tDu-5H-095"/>
  39. </connections>
  40. </button>
  41. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="EBx-qc-ksL">
  42. <rect key="frame" x="318" y="7.5" width="33" height="32"/>
  43. <constraints>
  44. <constraint firstAttribute="height" constant="32" id="0tp-9m-bGD"/>
  45. <constraint firstAttribute="width" constant="33" id="b4s-15-AVF"/>
  46. </constraints>
  47. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  48. <state key="normal" title="确定"/>
  49. <connections>
  50. <action selector="userDidSureClickAction:" destination="utR-9E-7Y7" eventType="touchUpInside" id="GgB-in-zJe"/>
  51. </connections>
  52. </button>
  53. </subviews>
  54. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  55. <constraints>
  56. <constraint firstItem="Ul5-rB-SSv" firstAttribute="leading" secondItem="FcF-Vu-BRs" secondAttribute="leading" constant="28.5" id="8H8-Ll-nZT"/>
  57. <constraint firstItem="EBx-qc-ksL" firstAttribute="centerY" secondItem="FcF-Vu-BRs" secondAttribute="centerY" id="DKv-K4-AdW"/>
  58. <constraint firstItem="Ul5-rB-SSv" firstAttribute="centerY" secondItem="FcF-Vu-BRs" secondAttribute="centerY" id="DmL-S8-1TJ"/>
  59. <constraint firstAttribute="height" constant="46.5" id="pOi-C7-TbL"/>
  60. <constraint firstAttribute="trailing" secondItem="EBx-qc-ksL" secondAttribute="trailing" constant="24" id="r4B-CS-8RW"/>
  61. </constraints>
  62. </view>
  63. <pickerView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ham-jD-Oru">
  64. <rect key="frame" x="0.0" y="46.5" width="375" height="237.5"/>
  65. <constraints>
  66. <constraint firstAttribute="height" constant="237.5" id="X6W-hv-s5f"/>
  67. </constraints>
  68. </pickerView>
  69. </subviews>
  70. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  71. <constraints>
  72. <constraint firstAttribute="trailing" secondItem="FcF-Vu-BRs" secondAttribute="trailing" id="26n-74-ByD"/>
  73. <constraint firstItem="FcF-Vu-BRs" firstAttribute="leading" secondItem="U8I-EH-q9d" secondAttribute="leading" id="6l0-Jj-wNv"/>
  74. <constraint firstItem="ham-jD-Oru" firstAttribute="leading" secondItem="U8I-EH-q9d" secondAttribute="leading" id="BTX-Xf-NpH"/>
  75. <constraint firstItem="FcF-Vu-BRs" firstAttribute="top" secondItem="U8I-EH-q9d" secondAttribute="top" id="FOB-CO-x1L"/>
  76. <constraint firstAttribute="trailing" secondItem="ham-jD-Oru" secondAttribute="trailing" id="cWC-nc-FFX"/>
  77. <constraint firstItem="ham-jD-Oru" firstAttribute="top" secondItem="FcF-Vu-BRs" secondAttribute="bottom" id="n0e-lv-l3b"/>
  78. <constraint firstAttribute="height" constant="284" id="nwq-3o-hWs"/>
  79. </constraints>
  80. </view>
  81. </subviews>
  82. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  83. <constraints>
  84. <constraint firstItem="U8I-EH-q9d" firstAttribute="leading" secondItem="zOg-PW-FwM" secondAttribute="leading" id="Fl6-PL-ehM"/>
  85. <constraint firstItem="NUd-Di-mGo" firstAttribute="top" secondItem="zOg-PW-FwM" secondAttribute="top" id="Ulf-7p-gci"/>
  86. <constraint firstAttribute="bottom" secondItem="U8I-EH-q9d" secondAttribute="bottom" id="WuO-6j-DAT"/>
  87. <constraint firstItem="NUd-Di-mGo" firstAttribute="leading" secondItem="zOg-PW-FwM" secondAttribute="leading" id="dT8-6Q-67d"/>
  88. <constraint firstItem="zOg-PW-FwM" firstAttribute="trailing" secondItem="NUd-Di-mGo" secondAttribute="trailing" id="keL-xh-4DP"/>
  89. <constraint firstItem="zOg-PW-FwM" firstAttribute="bottom" secondItem="NUd-Di-mGo" secondAttribute="bottom" id="qmR-m8-YWm"/>
  90. <constraint firstItem="zOg-PW-FwM" firstAttribute="trailing" secondItem="U8I-EH-q9d" secondAttribute="trailing" id="zcT-kL-Pu4"/>
  91. </constraints>
  92. <viewLayoutGuide key="safeArea" id="zOg-PW-FwM"/>
  93. <connections>
  94. <outlet property="bottomH" destination="nwq-3o-hWs" id="VO8-Z9-PTe"/>
  95. <outlet property="pickView" destination="ham-jD-Oru" id="tNS-80-Z4Y"/>
  96. </connections>
  97. <point key="canvasLocation" x="75" y="89"/>
  98. </view>
  99. </objects>
  100. </document>