ShowNewGroupAlert.xib 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
  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="2Cz-Uh-mqu" customClass="ShowNewGroupAlert">
  14. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  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="hLj-0z-KU5">
  18. <rect key="frame" x="0.0" y="44" width="414" height="818"/>
  19. </button>
  20. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="uNp-Tn-uP5">
  21. <rect key="frame" x="71.5" y="265" width="271" height="151"/>
  22. <subviews>
  23. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="建文件夹" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PMw-hx-fEt">
  24. <rect key="frame" x="100.5" y="25" width="70" height="16"/>
  25. <constraints>
  26. <constraint firstAttribute="height" constant="16" id="2jQ-c1-wWg"/>
  27. </constraints>
  28. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  29. <color key="textColor" red="0.039215686274509803" green="0.039215686274509803" blue="0.039215686274509803" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  30. <nil key="highlightedColor"/>
  31. </label>
  32. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="g8z-03-A7z">
  33. <rect key="frame" x="20" y="56" width="231" height="32"/>
  34. <subviews>
  35. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="工作组" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="lPz-JN-Xm5">
  36. <rect key="frame" x="14.5" y="0.0" width="216.5" height="32"/>
  37. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  38. <textInputTraits key="textInputTraits"/>
  39. </textField>
  40. </subviews>
  41. <color key="backgroundColor" red="0.96078431372549022" green="0.96078431372549022" blue="0.96078431372549022" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  42. <constraints>
  43. <constraint firstItem="lPz-JN-Xm5" firstAttribute="top" secondItem="g8z-03-A7z" secondAttribute="top" id="7Zk-gj-pPk"/>
  44. <constraint firstAttribute="bottom" secondItem="lPz-JN-Xm5" secondAttribute="bottom" id="N7h-Qv-AhF"/>
  45. <constraint firstAttribute="height" constant="32" id="OKp-Fq-gDX"/>
  46. <constraint firstAttribute="trailing" secondItem="lPz-JN-Xm5" secondAttribute="trailing" id="aol-Qm-PWF"/>
  47. <constraint firstItem="lPz-JN-Xm5" firstAttribute="leading" secondItem="g8z-03-A7z" secondAttribute="leading" constant="14.5" id="nkQ-q7-D3u"/>
  48. </constraints>
  49. </view>
  50. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="V98-tB-sNi">
  51. <rect key="frame" x="0.0" y="107" width="271" height="0.5"/>
  52. <color key="backgroundColor" red="0.89803921568627454" green="0.89803921568627454" blue="0.89803921568627454" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  53. <constraints>
  54. <constraint firstAttribute="height" constant="0.5" id="AOz-eV-MxZ"/>
  55. </constraints>
  56. </view>
  57. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="wPc-1R-hbj">
  58. <rect key="frame" x="0.0" y="107.5" width="135.5" height="43.5"/>
  59. <state key="normal" title="取消">
  60. <color key="titleColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  61. </state>
  62. <connections>
  63. <action selector="userDidBackClickAction:" destination="2Cz-Uh-mqu" eventType="touchUpInside" id="AIS-Fq-3YR"/>
  64. </connections>
  65. </button>
  66. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="pjs-mj-LRv">
  67. <rect key="frame" x="135.5" y="107.5" width="0.5" height="43.5"/>
  68. <color key="backgroundColor" red="0.8980392157" green="0.8980392157" blue="0.8980392157" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  69. <constraints>
  70. <constraint firstAttribute="width" constant="0.5" id="oeZ-7a-QJe"/>
  71. </constraints>
  72. </view>
  73. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="JKq-dD-UPa">
  74. <rect key="frame" x="135.5" y="107.5" width="135.5" height="43.5"/>
  75. <state key="normal" title="确定">
  76. <color key="titleColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  77. </state>
  78. <connections>
  79. <action selector="userDidSureClickAction:" destination="2Cz-Uh-mqu" eventType="touchUpInside" id="ePq-Tb-ZUh"/>
  80. </connections>
  81. </button>
  82. </subviews>
  83. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  84. <constraints>
  85. <constraint firstItem="JKq-dD-UPa" firstAttribute="height" secondItem="wPc-1R-hbj" secondAttribute="height" id="3PP-78-MeV"/>
  86. <constraint firstItem="wPc-1R-hbj" firstAttribute="top" secondItem="V98-tB-sNi" secondAttribute="bottom" id="9og-X3-Kzt"/>
  87. <constraint firstItem="JKq-dD-UPa" firstAttribute="leading" secondItem="wPc-1R-hbj" secondAttribute="trailing" id="9rW-iN-ZZ5"/>
  88. <constraint firstItem="pjs-mj-LRv" firstAttribute="leading" secondItem="wPc-1R-hbj" secondAttribute="trailing" id="AXe-h4-v4Y"/>
  89. <constraint firstAttribute="width" constant="271" id="GV3-b7-xgv"/>
  90. <constraint firstItem="wPc-1R-hbj" firstAttribute="width" secondItem="uNp-Tn-uP5" secondAttribute="width" multiplier="1:2" id="Lf6-4d-hYn"/>
  91. <constraint firstAttribute="bottom" secondItem="wPc-1R-hbj" secondAttribute="bottom" id="QQM-A4-Q3w"/>
  92. <constraint firstItem="g8z-03-A7z" firstAttribute="top" secondItem="PMw-hx-fEt" secondAttribute="bottom" constant="15" id="QfU-AS-5kT"/>
  93. <constraint firstItem="PMw-hx-fEt" firstAttribute="top" secondItem="uNp-Tn-uP5" secondAttribute="top" constant="25" id="WmM-OZ-ckJ"/>
  94. <constraint firstItem="JKq-dD-UPa" firstAttribute="top" secondItem="wPc-1R-hbj" secondAttribute="top" id="XRC-ga-ABH"/>
  95. <constraint firstAttribute="trailing" secondItem="V98-tB-sNi" secondAttribute="trailing" id="Ylv-al-LCV"/>
  96. <constraint firstItem="pjs-mj-LRv" firstAttribute="height" secondItem="wPc-1R-hbj" secondAttribute="height" id="aCN-n7-fHU"/>
  97. <constraint firstItem="pjs-mj-LRv" firstAttribute="top" secondItem="wPc-1R-hbj" secondAttribute="top" id="eg5-5x-1QZ"/>
  98. <constraint firstItem="g8z-03-A7z" firstAttribute="leading" secondItem="uNp-Tn-uP5" secondAttribute="leading" constant="20" id="k1T-x6-wkX"/>
  99. <constraint firstItem="V98-tB-sNi" firstAttribute="top" secondItem="g8z-03-A7z" secondAttribute="bottom" constant="19" id="kNO-SO-DWB"/>
  100. <constraint firstItem="PMw-hx-fEt" firstAttribute="centerX" secondItem="uNp-Tn-uP5" secondAttribute="centerX" id="lJ0-hd-3ou"/>
  101. <constraint firstItem="V98-tB-sNi" firstAttribute="leading" secondItem="uNp-Tn-uP5" secondAttribute="leading" id="n22-eN-agO"/>
  102. <constraint firstItem="wPc-1R-hbj" firstAttribute="leading" secondItem="uNp-Tn-uP5" secondAttribute="leading" id="uhY-VK-TyO"/>
  103. <constraint firstAttribute="trailing" secondItem="g8z-03-A7z" secondAttribute="trailing" constant="20" id="vHw-Sw-UDK"/>
  104. <constraint firstAttribute="height" constant="151" id="vIz-hc-ajN"/>
  105. <constraint firstItem="JKq-dD-UPa" firstAttribute="width" secondItem="wPc-1R-hbj" secondAttribute="width" id="zYd-07-N5S"/>
  106. </constraints>
  107. </view>
  108. </subviews>
  109. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  110. <constraints>
  111. <constraint firstItem="esR-jd-Ho5" firstAttribute="trailing" secondItem="hLj-0z-KU5" secondAttribute="trailing" id="UqT-9v-7fL"/>
  112. <constraint firstItem="esR-jd-Ho5" firstAttribute="bottom" secondItem="hLj-0z-KU5" secondAttribute="bottom" id="XQE-wj-EjV"/>
  113. <constraint firstItem="uNp-Tn-uP5" firstAttribute="centerX" secondItem="2Cz-Uh-mqu" secondAttribute="centerX" id="ZeU-LA-JUV"/>
  114. <constraint firstItem="hLj-0z-KU5" firstAttribute="top" secondItem="esR-jd-Ho5" secondAttribute="top" id="bSV-7g-xxF"/>
  115. <constraint firstItem="hLj-0z-KU5" firstAttribute="leading" secondItem="esR-jd-Ho5" secondAttribute="leading" id="qbu-kP-y4f"/>
  116. <constraint firstItem="uNp-Tn-uP5" firstAttribute="top" secondItem="esR-jd-Ho5" secondAttribute="top" constant="221" id="ywX-DQ-Ofn"/>
  117. </constraints>
  118. <viewLayoutGuide key="safeArea" id="esR-jd-Ho5"/>
  119. <connections>
  120. <outlet property="showContentBgView" destination="uNp-Tn-uP5" id="XGv-Uv-iIQ"/>
  121. <outlet property="showContentTitle" destination="PMw-hx-fEt" id="G57-Y1-yaA"/>
  122. <outlet property="showTextField" destination="lPz-JN-Xm5" id="oJo-9z-Ptf"/>
  123. <outlet property="showTextFieldBgView" destination="g8z-03-A7z" id="h4A-dC-cFL"/>
  124. <outlet property="sureBtn" destination="JKq-dD-UPa" id="Mxf-Gv-uDy"/>
  125. </connections>
  126. <point key="canvasLocation" x="-7" y="101"/>
  127. </view>
  128. </objects>
  129. </document>