EditWebView.xib 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11201" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11161"/>
  6. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <objects>
  9. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  10. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  11. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="EditWebView">
  12. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  13. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  14. <subviews>
  15. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hVK-5Z-GDT">
  16. <subviews>
  17. <button opaque="NO" tag="2" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="PCZ-n8-Mgp">
  18. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  19. <constraints>
  20. <constraint firstAttribute="width" constant="141" id="Bb3-uo-Vl5"/>
  21. <constraint firstAttribute="height" constant="47" id="z6R-sU-nEl"/>
  22. </constraints>
  23. <state key="normal" title="确定">
  24. <color key="titleColor" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  25. </state>
  26. <connections>
  27. <action selector="ButtonClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="bJl-F7-kUu"/>
  28. </connections>
  29. </button>
  30. <button opaque="NO" tag="1" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="hw5-z2-Jq4">
  31. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  32. <constraints>
  33. <constraint firstAttribute="height" constant="47" id="VOv-QT-MkJ"/>
  34. <constraint firstAttribute="width" constant="140" id="r59-JH-g6M"/>
  35. </constraints>
  36. <state key="normal" title="取消">
  37. <color key="titleColor" red="0.50196081400000003" green="0.50196081400000003" blue="0.50196081400000003" alpha="1" colorSpace="calibratedRGB"/>
  38. </state>
  39. <connections>
  40. <action selector="ButtonClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="6cP-By-64e"/>
  41. </connections>
  42. </button>
  43. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="DWC-pa-4fD">
  44. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  45. <constraints>
  46. <constraint firstAttribute="width" constant="280" id="28a-x2-0nK"/>
  47. <constraint firstAttribute="height" constant="141" id="r2B-pg-PsG"/>
  48. </constraints>
  49. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  50. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  51. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  52. </textView>
  53. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Kzc-tV-Or3" userLabel="HorizonView">
  54. <color key="backgroundColor" red="0.80000001190000003" green="0.80000001190000003" blue="0.80000001190000003" alpha="1" colorSpace="calibratedRGB"/>
  55. </view>
  56. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5kk-1K-vdv" userLabel="VerticalView">
  57. <color key="backgroundColor" red="0.80000001190000003" green="0.80000001190000003" blue="0.80000001190000003" alpha="1" colorSpace="calibratedRGB"/>
  58. <constraints>
  59. <constraint firstAttribute="height" constant="47" id="ADM-rF-s4l"/>
  60. <constraint firstAttribute="width" constant="1" id="Uc1-fl-LHy"/>
  61. </constraints>
  62. </view>
  63. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="请输入网址" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tBg-YX-5dO">
  64. <constraints>
  65. <constraint firstAttribute="width" constant="87" id="8gi-y7-cS5"/>
  66. <constraint firstAttribute="height" constant="21" id="UGH-va-AGr"/>
  67. </constraints>
  68. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  69. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  70. <nil key="highlightedColor"/>
  71. </label>
  72. </subviews>
  73. <color key="backgroundColor" red="1" green="0.48385801372783188" blue="0.55036199462147151" alpha="1" colorSpace="calibratedRGB"/>
  74. <constraints>
  75. <constraint firstItem="hw5-z2-Jq4" firstAttribute="top" secondItem="tBg-YX-5dO" secondAttribute="bottom" constant="144" id="27e-i3-nhf"/>
  76. <constraint firstItem="hw5-z2-Jq4" firstAttribute="leading" secondItem="Kzc-tV-Or3" secondAttribute="leading" id="Fki-47-bQm"/>
  77. <constraint firstItem="PCZ-n8-Mgp" firstAttribute="baseline" secondItem="hw5-z2-Jq4" secondAttribute="baseline" id="KTo-8S-ekC"/>
  78. <constraint firstItem="Kzc-tV-Or3" firstAttribute="bottom" secondItem="DWC-pa-4fD" secondAttribute="bottom" id="KWr-Qv-Zin"/>
  79. <constraint firstItem="hw5-z2-Jq4" firstAttribute="leading" secondItem="DWC-pa-4fD" secondAttribute="leading" id="LKc-d5-aWq"/>
  80. <constraint firstItem="Kzc-tV-Or3" firstAttribute="trailing" secondItem="PCZ-n8-Mgp" secondAttribute="trailing" id="RSp-8G-mvl"/>
  81. <constraint firstItem="Kzc-tV-Or3" firstAttribute="trailing" secondItem="DWC-pa-4fD" secondAttribute="trailing" id="Uqr-3S-VvF"/>
  82. <constraint firstAttribute="width" constant="280" id="dai-RQ-BAS"/>
  83. <constraint firstItem="5kk-1K-vdv" firstAttribute="top" secondItem="hVK-5Z-GDT" secondAttribute="top" constant="173" id="evL-FU-kez"/>
  84. <constraint firstItem="DWC-pa-4fD" firstAttribute="top" secondItem="tBg-YX-5dO" secondAttribute="bottom" constant="4" id="f5l-7s-IdC"/>
  85. <constraint firstItem="5kk-1K-vdv" firstAttribute="centerX" secondItem="hVK-5Z-GDT" secondAttribute="centerX" id="g6S-gg-H2S"/>
  86. <constraint firstItem="tBg-YX-5dO" firstAttribute="top" secondItem="hVK-5Z-GDT" secondAttribute="top" constant="8" id="i79-K0-htL"/>
  87. <constraint firstItem="DWC-pa-4fD" firstAttribute="centerX" secondItem="hVK-5Z-GDT" secondAttribute="centerX" id="igS-RH-yv0"/>
  88. <constraint firstItem="PCZ-n8-Mgp" firstAttribute="top" secondItem="tBg-YX-5dO" secondAttribute="bottom" constant="144" id="myC-LH-pwP"/>
  89. <constraint firstItem="hw5-z2-Jq4" firstAttribute="top" secondItem="Kzc-tV-Or3" secondAttribute="top" id="nS2-h6-4Fg"/>
  90. <constraint firstAttribute="height" constant="220" id="qr6-VM-aC1"/>
  91. <constraint firstItem="tBg-YX-5dO" firstAttribute="centerX" secondItem="hVK-5Z-GDT" secondAttribute="centerX" id="tcp-i5-28i"/>
  92. </constraints>
  93. </view>
  94. </subviews>
  95. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  96. <constraints>
  97. <constraint firstItem="hVK-5Z-GDT" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="s8f-yV-YBW"/>
  98. <constraint firstItem="hVK-5Z-GDT" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="w0I-NI-0g3"/>
  99. </constraints>
  100. <connections>
  101. <outlet property="backgroundView" destination="hVK-5Z-GDT" id="e7N-fQ-7db"/>
  102. <outlet property="cancelBtn" destination="hw5-z2-Jq4" id="RMs-CO-NMY"/>
  103. <outlet property="comfirmBtn" destination="PCZ-n8-Mgp" id="Gsd-9d-LZ1"/>
  104. <outlet property="editTextView" destination="DWC-pa-4fD" id="Viz-2i-y33"/>
  105. <outlet property="titleName" destination="tBg-YX-5dO" id="dEe-uz-Uv4"/>
  106. </connections>
  107. <point key="canvasLocation" x="197.5" y="52.5"/>
  108. </view>
  109. </objects>
  110. </document>