HWAgreementViewController.xib 5.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" 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="19519"/>
  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" customClass="HWAgreementViewController">
  12. <connections>
  13. <outlet property="header" destination="O5Z-WB-yck" id="dbt-FY-wN0"/>
  14. <outlet property="titleLabel" destination="GoY-d0-N26" id="qld-CX-BiJ"/>
  15. <outlet property="view" destination="XQ0-vu-Fjr" id="yne-TI-3wO"/>
  16. </connections>
  17. </placeholder>
  18. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  19. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="XQ0-vu-Fjr">
  20. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="O5Z-WB-yck">
  24. <rect key="frame" x="0.0" y="0.0" width="414" height="88"/>
  25. <subviews>
  26. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="DjI-9A-159">
  27. <rect key="frame" x="0.0" y="43" width="60" height="45"/>
  28. <constraints>
  29. <constraint firstAttribute="height" constant="45" id="1hE-of-zT9"/>
  30. <constraint firstAttribute="width" constant="60" id="UQd-OZ-6p8"/>
  31. </constraints>
  32. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  33. <state key="normal" image="fanhui_icon"/>
  34. <connections>
  35. <action selector="backBtnClick:" destination="-1" eventType="touchUpInside" id="MM1-2T-8b0"/>
  36. </connections>
  37. </button>
  38. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="隐私政策" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GoY-d0-N26">
  39. <rect key="frame" x="172.5" y="55" width="69.5" height="21"/>
  40. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  41. <color key="textColor" red="1" green="1" blue="1" alpha="0.80000000000000004" colorSpace="custom" customColorSpace="sRGB"/>
  42. <color key="highlightedColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  43. </label>
  44. </subviews>
  45. <color key="backgroundColor" red="0.1137254902" green="0.1176470588" blue="0.1215686275" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  46. <constraints>
  47. <constraint firstAttribute="height" constant="88" id="QBo-Qy-zPz"/>
  48. <constraint firstItem="GoY-d0-N26" firstAttribute="centerX" secondItem="O5Z-WB-yck" secondAttribute="centerX" id="djO-ll-u8t"/>
  49. <constraint firstItem="GoY-d0-N26" firstAttribute="centerY" secondItem="DjI-9A-159" secondAttribute="centerY" id="iWc-cL-fi9"/>
  50. <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="88" id="k1Z-H6-xLz"/>
  51. <constraint firstAttribute="bottom" secondItem="DjI-9A-159" secondAttribute="bottom" id="sdo-ev-8gJ"/>
  52. <constraint firstItem="DjI-9A-159" firstAttribute="leading" secondItem="O5Z-WB-yck" secondAttribute="leading" id="x96-LH-ewN"/>
  53. </constraints>
  54. </view>
  55. </subviews>
  56. <viewLayoutGuide key="safeArea" id="8Mr-t2-Yvu"/>
  57. <color key="backgroundColor" red="0.062745098040000002" green="0.062745098040000002" blue="0.062745098040000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  58. <constraints>
  59. <constraint firstItem="O5Z-WB-yck" firstAttribute="leading" secondItem="XQ0-vu-Fjr" secondAttribute="leading" id="RFG-dw-YUb"/>
  60. <constraint firstItem="O5Z-WB-yck" firstAttribute="top" secondItem="XQ0-vu-Fjr" secondAttribute="top" id="V5n-Ql-sig"/>
  61. <constraint firstAttribute="trailing" secondItem="O5Z-WB-yck" secondAttribute="trailing" id="eTY-qK-PG4"/>
  62. </constraints>
  63. <point key="canvasLocation" x="137.68115942028987" y="150.66964285714286"/>
  64. </view>
  65. </objects>
  66. <resources>
  67. <image name="fanhui_icon" width="26" height="26"/>
  68. </resources>
  69. </document>