TabControl.xib 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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="TabControl">
  14. <connections>
  15. <outlet property="indicator" destination="NbV-UF-lm6" id="vy0-gX-aXa"/>
  16. <outlet property="label0" destination="hDU-Rh-m1v" id="nIw-et-ENx"/>
  17. <outlet property="label1" destination="cyQ-k9-akf" id="DXD-R1-ucU"/>
  18. </connections>
  19. </placeholder>
  20. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  21. <view contentMode="scaleToFill" id="iN0-l3-epB">
  22. <rect key="frame" x="0.0" y="0.0" width="180" height="34"/>
  23. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  24. <subviews>
  25. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="NbV-UF-lm6">
  26. <rect key="frame" x="0.0" y="0.0" width="90" height="34"/>
  27. <color key="backgroundColor" red="1" green="0.25098039215686274" blue="0.58431372549019611" alpha="1" colorSpace="calibratedRGB"/>
  28. </view>
  29. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Hff-Om-rU2">
  30. <rect key="frame" x="0.0" y="0.0" width="90" height="34"/>
  31. <subviews>
  32. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="模特" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hDU-Rh-m1v">
  33. <rect key="frame" x="28.5" y="7.5" width="33" height="19.5"/>
  34. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
  35. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  36. <nil key="highlightedColor"/>
  37. </label>
  38. </subviews>
  39. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  40. <gestureRecognizers/>
  41. <constraints>
  42. <constraint firstItem="hDU-Rh-m1v" firstAttribute="centerY" secondItem="Hff-Om-rU2" secondAttribute="centerY" id="Pz6-Fd-1Pl"/>
  43. <constraint firstItem="hDU-Rh-m1v" firstAttribute="centerX" secondItem="Hff-Om-rU2" secondAttribute="centerX" id="nVt-Uk-7fO"/>
  44. </constraints>
  45. <connections>
  46. <outletCollection property="gestureRecognizers" destination="Ud6-PX-pkf" appends="YES" id="Rvw-MS-m7C"/>
  47. </connections>
  48. </view>
  49. <view tag="1" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6BD-bn-fPa">
  50. <rect key="frame" x="90" y="0.0" width="90" height="34"/>
  51. <subviews>
  52. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="用户" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cyQ-k9-akf">
  53. <rect key="frame" x="28.5" y="7.5" width="33" height="19.5"/>
  54. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
  55. <nil key="highlightedColor"/>
  56. </label>
  57. </subviews>
  58. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  59. <gestureRecognizers/>
  60. <constraints>
  61. <constraint firstItem="cyQ-k9-akf" firstAttribute="centerY" secondItem="6BD-bn-fPa" secondAttribute="centerY" id="Osz-fk-KKx"/>
  62. <constraint firstItem="cyQ-k9-akf" firstAttribute="centerX" secondItem="6BD-bn-fPa" secondAttribute="centerX" id="r6a-fr-orD"/>
  63. </constraints>
  64. <connections>
  65. <outletCollection property="gestureRecognizers" destination="SV7-w3-OvR" appends="YES" id="Rkw-Ii-ZJf"/>
  66. </connections>
  67. </view>
  68. </subviews>
  69. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  70. <constraints>
  71. <constraint firstItem="NbV-UF-lm6" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="2LG-q9-x1K"/>
  72. <constraint firstItem="6BD-bn-fPa" firstAttribute="leading" secondItem="Hff-Om-rU2" secondAttribute="trailing" id="Ct5-BH-ONn"/>
  73. <constraint firstItem="6BD-bn-fPa" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" id="EML-gs-C7b"/>
  74. <constraint firstItem="NbV-UF-lm6" firstAttribute="width" secondItem="iN0-l3-epB" secondAttribute="width" multiplier="0.5" id="GgA-iF-BWZ"/>
  75. <constraint firstItem="Hff-Om-rU2" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="Pwc-cq-IcM"/>
  76. <constraint firstItem="NbV-UF-lm6" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="Xyd-Ko-RpT"/>
  77. <constraint firstItem="Hff-Om-rU2" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" id="asn-P9-aYl"/>
  78. <constraint firstItem="6BD-bn-fPa" firstAttribute="height" secondItem="Hff-Om-rU2" secondAttribute="height" id="iG2-OH-htR"/>
  79. <constraint firstAttribute="bottom" secondItem="NbV-UF-lm6" secondAttribute="bottom" id="jCY-EJ-Bxr"/>
  80. <constraint firstItem="6BD-bn-fPa" firstAttribute="width" secondItem="Hff-Om-rU2" secondAttribute="width" id="jZH-M1-3L1"/>
  81. <constraint firstItem="6BD-bn-fPa" firstAttribute="trailing" secondItem="vUN-kp-3ea" secondAttribute="trailing" id="sHb-rh-wNG"/>
  82. <constraint firstItem="6BD-bn-fPa" firstAttribute="bottom" secondItem="vUN-kp-3ea" secondAttribute="bottom" id="uEC-hz-yLl"/>
  83. <constraint firstItem="Hff-Om-rU2" firstAttribute="bottom" secondItem="vUN-kp-3ea" secondAttribute="bottom" id="v9X-cN-dJW"/>
  84. </constraints>
  85. <nil key="simulatedTopBarMetrics"/>
  86. <nil key="simulatedBottomBarMetrics"/>
  87. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  88. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  89. <point key="canvasLocation" x="-178.40000000000001" y="116.49175412293854"/>
  90. </view>
  91. <tapGestureRecognizer id="Ud6-PX-pkf">
  92. <connections>
  93. <action selector="tapTab:" destination="-1" id="Kbz-rk-bQR"/>
  94. </connections>
  95. </tapGestureRecognizer>
  96. <tapGestureRecognizer id="SV7-w3-OvR">
  97. <connections>
  98. <action selector="tapTab:" destination="-1" id="rEQ-54-7sW"/>
  99. </connections>
  100. </tapGestureRecognizer>
  101. </objects>
  102. </document>