RankController.xib 5.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14313.18" 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="14283.14"/>
  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="RankController">
  14. <connections>
  15. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  16. </connections>
  17. </placeholder>
  18. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  19. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  20. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hxE-cK-4e8">
  24. <rect key="frame" x="0.0" y="0.0" width="375" height="64"/>
  25. <subviews>
  26. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kNP-sh-is1">
  27. <rect key="frame" x="0.0" y="20" width="375" height="44"/>
  28. <subviews>
  29. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ko1-yQ-XVA" customClass="TabControl">
  30. <rect key="frame" x="97.5" y="5" width="180" height="34"/>
  31. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  32. <constraints>
  33. <constraint firstAttribute="height" constant="34" id="IWo-st-isA"/>
  34. <constraint firstAttribute="width" constant="180" id="sfK-gE-naS"/>
  35. </constraints>
  36. </view>
  37. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="g9p-6J-Zsw">
  38. <rect key="frame" x="0.0" y="1" width="39" height="42"/>
  39. <inset key="contentEdgeInsets" minX="20" minY="10" maxX="10" maxY="10"/>
  40. <state key="normal" image="fanhui1"/>
  41. </button>
  42. </subviews>
  43. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  44. <constraints>
  45. <constraint firstItem="g9p-6J-Zsw" firstAttribute="leading" secondItem="kNP-sh-is1" secondAttribute="leading" id="DF6-Yg-nCo"/>
  46. <constraint firstItem="ko1-yQ-XVA" firstAttribute="centerY" secondItem="kNP-sh-is1" secondAttribute="centerY" id="SYo-xU-idN"/>
  47. <constraint firstItem="ko1-yQ-XVA" firstAttribute="centerX" secondItem="kNP-sh-is1" secondAttribute="centerX" id="TwT-fp-UB8"/>
  48. <constraint firstAttribute="height" constant="44" id="srj-3c-UMz"/>
  49. <constraint firstItem="g9p-6J-Zsw" firstAttribute="centerY" secondItem="kNP-sh-is1" secondAttribute="centerY" id="u7k-qi-Orw"/>
  50. </constraints>
  51. </view>
  52. </subviews>
  53. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  54. <constraints>
  55. <constraint firstAttribute="trailing" secondItem="kNP-sh-is1" secondAttribute="trailing" id="Cj4-hx-Smu"/>
  56. <constraint firstItem="kNP-sh-is1" firstAttribute="leading" secondItem="hxE-cK-4e8" secondAttribute="leading" id="QwR-1R-etH"/>
  57. <constraint firstAttribute="bottom" secondItem="kNP-sh-is1" secondAttribute="bottom" id="pOS-7e-jYR"/>
  58. </constraints>
  59. </view>
  60. </subviews>
  61. <color key="backgroundColor" red="1" green="0.25098039220000001" blue="0.58431372550000005" alpha="1" colorSpace="calibratedRGB"/>
  62. <constraints>
  63. <constraint firstItem="Q5M-cg-NOt" firstAttribute="top" secondItem="hxE-cK-4e8" secondAttribute="bottom" constant="-44" id="0JZ-db-58O"/>
  64. <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="hxE-cK-4e8" secondAttribute="trailing" id="E36-7X-daW"/>
  65. <constraint firstItem="hxE-cK-4e8" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="NNZ-H4-qNs"/>
  66. <constraint firstItem="hxE-cK-4e8" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" id="Nc3-Hy-SGg"/>
  67. </constraints>
  68. <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
  69. </view>
  70. </objects>
  71. <resources>
  72. <image name="fanhui1" width="9" height="16"/>
  73. </resources>
  74. </document>