FeedbackViewController.xib 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="FeedbackViewController">
  14. <connections>
  15. <outlet property="buttonCheck" destination="M7X-Zg-MOE" id="C7F-Mf-EjX"/>
  16. <outlet property="labelPlaceholder" destination="Rr4-a2-WN4" id="3eW-cz-I5j"/>
  17. <outlet property="labelTextLength" destination="6nY-hG-19y" id="jra-4U-Z9c"/>
  18. <outlet property="textView" destination="yFh-au-upQ" id="URQ-QZ-KmM"/>
  19. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  20. <outlet property="viewBottom" destination="G0J-Bo-B8C" id="FYT-ML-S2n"/>
  21. <outletCollection property="arrayButtonType" destination="CzP-Hl-usI" id="Gs2-gp-5en"/>
  22. <outletCollection property="arrayButtonType" destination="TFF-Ri-VUn" id="pPi-Wz-xPO"/>
  23. </connections>
  24. </placeholder>
  25. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  26. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  27. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  28. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  29. <subviews>
  30. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="yFh-au-upQ">
  31. <rect key="frame" x="0.0" y="40" width="375" height="300"/>
  32. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  33. <constraints>
  34. <constraint firstAttribute="height" constant="300" id="f8I-jN-mzw"/>
  35. </constraints>
  36. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  37. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  38. </textView>
  39. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="M7X-Zg-MOE">
  40. <rect key="frame" x="20" y="562" width="335" height="45"/>
  41. <color key="backgroundColor" red="0.086274509799999996" green="0.50980392159999999" blue="0.85490196080000003" alpha="1" colorSpace="calibratedRGB"/>
  42. <constraints>
  43. <constraint firstAttribute="height" constant="45" id="ylT-JI-50t"/>
  44. </constraints>
  45. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  46. <state key="normal" title="确认"/>
  47. <connections>
  48. <action selector="didTouchButtonCheck:" destination="-1" eventType="touchUpInside" id="g0O-mP-bQj"/>
  49. </connections>
  50. </button>
  51. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Rr4-a2-WN4">
  52. <rect key="frame" x="4" y="47" width="0.0" height="0.0"/>
  53. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  54. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  55. <nil key="highlightedColor"/>
  56. </label>
  57. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0/140" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6nY-hG-19y">
  58. <rect key="frame" x="316" y="312" width="39" height="18"/>
  59. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  60. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  61. <nil key="highlightedColor"/>
  62. </label>
  63. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="G0J-Bo-B8C">
  64. <rect key="frame" x="0.0" y="350" width="375" height="90"/>
  65. <subviews>
  66. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="lqg-x4-KE3">
  67. <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
  68. <subviews>
  69. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="功能异常" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zgF-cG-acG">
  70. <rect key="frame" x="15" y="0.0" width="61.5" height="44"/>
  71. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  72. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  73. <nil key="highlightedColor"/>
  74. </label>
  75. <button opaque="NO" tag="1" contentMode="scaleToFill" selected="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="CzP-Hl-usI">
  76. <rect key="frame" x="315" y="0.0" width="60" height="44"/>
  77. <constraints>
  78. <constraint firstAttribute="width" constant="60" id="IrA-FN-vAZ"/>
  79. </constraints>
  80. <state key="normal" image="normal-15px Copy"/>
  81. <state key="selected" image="normal-15px"/>
  82. <connections>
  83. <action selector="didTouchButtonType:" destination="-1" eventType="touchUpInside" id="xaF-NM-VnR"/>
  84. </connections>
  85. </button>
  86. </subviews>
  87. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  88. <constraints>
  89. <constraint firstAttribute="bottom" secondItem="CzP-Hl-usI" secondAttribute="bottom" id="0dt-vb-DUR"/>
  90. <constraint firstAttribute="trailing" secondItem="CzP-Hl-usI" secondAttribute="trailing" id="AnQ-Yo-s3r"/>
  91. <constraint firstItem="zgF-cG-acG" firstAttribute="leading" secondItem="lqg-x4-KE3" secondAttribute="leading" constant="15" id="IYF-6I-Ent"/>
  92. <constraint firstAttribute="bottom" secondItem="zgF-cG-acG" secondAttribute="bottom" id="N6h-5l-8ri"/>
  93. <constraint firstItem="zgF-cG-acG" firstAttribute="top" secondItem="lqg-x4-KE3" secondAttribute="top" id="izk-4D-jLj"/>
  94. <constraint firstAttribute="height" constant="44" id="rOI-dz-2VQ"/>
  95. <constraint firstItem="CzP-Hl-usI" firstAttribute="top" secondItem="lqg-x4-KE3" secondAttribute="top" id="s1C-QA-Eq1"/>
  96. </constraints>
  97. </view>
  98. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="n7c-gD-YFg">
  99. <rect key="frame" x="0.0" y="46" width="375" height="44"/>
  100. <subviews>
  101. <button opaque="NO" tag="2" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="TFF-Ri-VUn">
  102. <rect key="frame" x="315" y="0.0" width="60" height="44"/>
  103. <constraints>
  104. <constraint firstAttribute="width" constant="60" id="RQu-jM-ge0"/>
  105. </constraints>
  106. <state key="normal" image="normal-15px Copy"/>
  107. <state key="selected" image="normal-15px"/>
  108. <connections>
  109. <action selector="didTouchButtonType:" destination="-1" eventType="touchUpInside" id="82r-3o-if0"/>
  110. </connections>
  111. </button>
  112. </subviews>
  113. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  114. <constraints>
  115. <constraint firstAttribute="trailing" secondItem="TFF-Ri-VUn" secondAttribute="trailing" id="AtG-QH-krg"/>
  116. <constraint firstItem="TFF-Ri-VUn" firstAttribute="top" secondItem="n7c-gD-YFg" secondAttribute="top" id="FT2-2Q-8jA"/>
  117. <constraint firstAttribute="bottom" secondItem="TFF-Ri-VUn" secondAttribute="bottom" id="OvH-7A-C2K"/>
  118. <constraint firstAttribute="height" constant="44" id="c1n-fR-VQM"/>
  119. </constraints>
  120. </view>
  121. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="体验优化" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="rXX-Sf-oYd">
  122. <rect key="frame" x="15" y="44" width="61.5" height="46"/>
  123. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  124. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  125. <nil key="highlightedColor"/>
  126. </label>
  127. </subviews>
  128. <color key="backgroundColor" red="0.93333333333333335" green="0.93333333333333335" blue="0.93333333333333335" alpha="1" colorSpace="calibratedRGB"/>
  129. <constraints>
  130. <constraint firstAttribute="bottom" secondItem="rXX-Sf-oYd" secondAttribute="bottom" id="FDV-jX-j0S"/>
  131. <constraint firstAttribute="trailing" secondItem="n7c-gD-YFg" secondAttribute="trailing" id="MAR-gF-jbH"/>
  132. <constraint firstAttribute="trailing" secondItem="lqg-x4-KE3" secondAttribute="trailing" id="Mza-Ts-R23"/>
  133. <constraint firstItem="rXX-Sf-oYd" firstAttribute="leading" secondItem="G0J-Bo-B8C" secondAttribute="leading" constant="15" id="NUd-XI-eT2"/>
  134. <constraint firstAttribute="height" constant="90" id="Rjs-Rr-4Qd"/>
  135. <constraint firstItem="lqg-x4-KE3" firstAttribute="top" secondItem="G0J-Bo-B8C" secondAttribute="top" id="ZYp-dH-4CY"/>
  136. <constraint firstAttribute="bottom" secondItem="n7c-gD-YFg" secondAttribute="bottom" id="oXh-Mv-w8x"/>
  137. <constraint firstItem="rXX-Sf-oYd" firstAttribute="top" secondItem="lqg-x4-KE3" secondAttribute="bottom" id="p62-TY-PXm"/>
  138. <constraint firstItem="n7c-gD-YFg" firstAttribute="leading" secondItem="G0J-Bo-B8C" secondAttribute="leading" id="pzL-Ih-47G"/>
  139. <constraint firstItem="lqg-x4-KE3" firstAttribute="leading" secondItem="G0J-Bo-B8C" secondAttribute="leading" id="xCE-uE-WXV"/>
  140. </constraints>
  141. </view>
  142. </subviews>
  143. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  144. <constraints>
  145. <constraint firstItem="yFh-au-upQ" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" id="9o0-Dr-OzF"/>
  146. <constraint firstItem="M7X-Zg-MOE" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" constant="20" id="Fqg-o0-ybi"/>
  147. <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="G0J-Bo-B8C" secondAttribute="trailing" id="KJx-xF-JaB"/>
  148. <constraint firstItem="Rr4-a2-WN4" firstAttribute="top" secondItem="yFh-au-upQ" secondAttribute="top" constant="7" id="KcS-LW-HAK"/>
  149. <constraint firstItem="G0J-Bo-B8C" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" id="MRh-NR-SdR"/>
  150. <constraint firstItem="Rr4-a2-WN4" firstAttribute="leading" secondItem="yFh-au-upQ" secondAttribute="leading" constant="4" id="PiZ-jQ-iQ7"/>
  151. <constraint firstItem="Q5M-cg-NOt" firstAttribute="bottom" secondItem="M7X-Zg-MOE" secondAttribute="bottom" constant="60" id="QcI-jv-P4H"/>
  152. <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="M7X-Zg-MOE" secondAttribute="trailing" constant="20" id="Sse-NT-2yU"/>
  153. <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="yFh-au-upQ" secondAttribute="trailing" id="X7w-Jm-KH6"/>
  154. <constraint firstItem="6nY-hG-19y" firstAttribute="bottom" secondItem="yFh-au-upQ" secondAttribute="bottom" constant="-10" id="bhP-8e-yYJ"/>
  155. <constraint firstItem="yFh-au-upQ" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" constant="20" id="fsa-Qv-KQ1"/>
  156. <constraint firstItem="G0J-Bo-B8C" firstAttribute="top" secondItem="yFh-au-upQ" secondAttribute="bottom" constant="10" id="iwF-su-vMI"/>
  157. <constraint firstItem="6nY-hG-19y" firstAttribute="trailing" secondItem="yFh-au-upQ" secondAttribute="trailing" constant="-20" id="vsg-pA-ha5"/>
  158. </constraints>
  159. <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
  160. <point key="canvasLocation" x="138.40000000000001" y="153.37331334332833"/>
  161. </view>
  162. </objects>
  163. <resources>
  164. <image name="normal-15px" width="15" height="15"/>
  165. <image name="normal-15px Copy" width="15" height="15"/>
  166. </resources>
  167. </document>