IHHistroyHotelPicker.xib 7.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097" 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="16087"/>
  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. <customFonts key="customFonts">
  11. <array key="Alibaba-PuHuiTi-Medium.otf">
  12. <string>AlibabaPuHuiTiM</string>
  13. </array>
  14. </customFonts>
  15. <objects>
  16. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="IHHistroyHotelPicker" customModule="智能照明" customModuleProvider="target">
  17. <connections>
  18. <outlet property="hotelNameLabel" destination="2TL-Cs-OYh" id="ne9-ND-IaW"/>
  19. <outlet property="tableView" destination="DQe-cb-SPa" id="3qe-Kh-O17"/>
  20. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  21. </connections>
  22. </placeholder>
  23. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  24. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  25. <rect key="frame" x="0.0" y="0.0" width="420" height="563"/>
  26. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  27. <subviews>
  28. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="1JO-4i-dMO">
  29. <rect key="frame" x="20" y="485.5" width="380" height="40"/>
  30. <color key="backgroundColor" red="0.3411764706" green="0.2470588235" blue="0.58431372550000005" alpha="1" colorSpace="calibratedRGB"/>
  31. <constraints>
  32. <constraint firstAttribute="height" constant="40" id="bQI-A1-i9y"/>
  33. </constraints>
  34. <fontDescription key="fontDescription" name="PingFangSC-Semibold" family="PingFang SC" pointSize="17"/>
  35. <state key="normal" title="保存">
  36. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  37. </state>
  38. <userDefinedRuntimeAttributes>
  39. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  40. <real key="value" value="5"/>
  41. </userDefinedRuntimeAttribute>
  42. </userDefinedRuntimeAttributes>
  43. <connections>
  44. <action selector="saveAction:" destination="-1" eventType="touchUpInside" id="SZD-1B-D24"/>
  45. </connections>
  46. </button>
  47. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="hKv-HE-B04">
  48. <rect key="frame" x="375" y="23" width="16" height="16"/>
  49. <constraints>
  50. <constraint firstAttribute="width" constant="16" id="JEA-6W-mr6"/>
  51. <constraint firstAttribute="height" constant="16" id="Rn4-0G-dQm"/>
  52. </constraints>
  53. <state key="normal" title="Button" image="ic_quxiao"/>
  54. <connections>
  55. <action selector="closeAction:" destination="-1" eventType="touchUpInside" id="09V-nA-IyT"/>
  56. </connections>
  57. </button>
  58. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="DQe-cb-SPa">
  59. <rect key="frame" x="0.0" y="54" width="420" height="416.5"/>
  60. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  61. </tableView>
  62. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Hotel" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2TL-Cs-OYh">
  63. <rect key="frame" x="20" y="20" width="41.5" height="22"/>
  64. <fontDescription key="fontDescription" name="AlibabaPuHuiTiM" family="Alibaba PuHuiTi" pointSize="16"/>
  65. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  66. <nil key="highlightedColor"/>
  67. </label>
  68. </subviews>
  69. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  70. <constraints>
  71. <constraint firstItem="1JO-4i-dMO" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="20" id="6ml-P8-5gQ"/>
  72. <constraint firstAttribute="trailing" secondItem="DQe-cb-SPa" secondAttribute="trailing" id="77f-mh-KnJ"/>
  73. <constraint firstItem="hKv-HE-B04" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="23" id="BPN-Bx-QZX"/>
  74. <constraint firstItem="2TL-Cs-OYh" firstAttribute="centerY" secondItem="hKv-HE-B04" secondAttribute="centerY" id="Ig1-w5-EYu"/>
  75. <constraint firstAttribute="trailing" secondItem="1JO-4i-dMO" secondAttribute="trailing" constant="20" id="KKy-Dp-J0R"/>
  76. <constraint firstItem="DQe-cb-SPa" firstAttribute="top" secondItem="hKv-HE-B04" secondAttribute="bottom" constant="15" id="TEr-cA-BSc"/>
  77. <constraint firstItem="2TL-Cs-OYh" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="20" id="a7b-6u-FI0"/>
  78. <constraint firstAttribute="trailing" secondItem="hKv-HE-B04" secondAttribute="trailing" constant="29" id="cb3-Rx-nYl"/>
  79. <constraint firstItem="DQe-cb-SPa" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="lCa-MP-FQT"/>
  80. <constraint firstItem="1JO-4i-dMO" firstAttribute="top" secondItem="DQe-cb-SPa" secondAttribute="bottom" constant="15" id="nLo-pP-6g6"/>
  81. <constraint firstAttribute="bottom" secondItem="1JO-4i-dMO" secondAttribute="bottom" constant="37.5" id="uLq-oi-LkB"/>
  82. </constraints>
  83. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  84. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  85. <point key="canvasLocation" x="142.02898550724638" y="219.97767857142856"/>
  86. </view>
  87. </objects>
  88. <resources>
  89. <image name="ic_quxiao" width="16" height="16"/>
  90. </resources>
  91. </document>