MeTraineeSearchPageViewController.xib 6.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina5_9" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
  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="MeTraineeSearchPageViewController" customModule="JiaPeiManage" customModuleProvider="target">
  12. <connections>
  13. <outlet property="view" destination="iN0-l3-epB" id="uwr-i2-6nI"/>
  14. </connections>
  15. </placeholder>
  16. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  17. <view contentMode="scaleToFill" id="iN0-l3-epB">
  18. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  19. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  20. <subviews>
  21. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="XNY-06-WRn" userLabel="View-nav">
  22. <rect key="frame" x="0.0" y="0.0" width="375" height="64"/>
  23. <subviews>
  24. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="我的学员" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="MsS-vL-AJw">
  25. <rect key="frame" x="137.66666666666666" y="20" width="100" height="44"/>
  26. <constraints>
  27. <constraint firstAttribute="width" constant="100" id="u7d-oa-hVg"/>
  28. <constraint firstAttribute="height" constant="44" id="xRI-b4-g9j"/>
  29. </constraints>
  30. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
  31. <color key="textColor" red="0.83137254900000002" green="0.86666666670000003" blue="0.90196078430000004" alpha="1" colorSpace="calibratedRGB"/>
  32. <nil key="highlightedColor"/>
  33. </label>
  34. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="pHK-Uh-7kI">
  35. <rect key="frame" x="0.0" y="20" width="44" height="44"/>
  36. <constraints>
  37. <constraint firstAttribute="width" constant="44" id="P8a-Sd-xGj"/>
  38. <constraint firstAttribute="height" constant="44" id="guy-f5-aKd"/>
  39. </constraints>
  40. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  41. <state key="normal" image="back-white"/>
  42. <connections>
  43. <action selector="actionBackdo:" destination="-1" eventType="touchUpInside" id="X33-Sg-aqq"/>
  44. </connections>
  45. </button>
  46. </subviews>
  47. <color key="backgroundColor" red="0.043137254901960784" green="0.16862745098039217" blue="0.30196078431372547" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
  48. <constraints>
  49. <constraint firstItem="pHK-Uh-7kI" firstAttribute="leading" secondItem="XNY-06-WRn" secondAttribute="leading" id="33e-d0-eSq"/>
  50. <constraint firstItem="MsS-vL-AJw" firstAttribute="centerX" secondItem="XNY-06-WRn" secondAttribute="centerX" id="HIP-37-JDx"/>
  51. <constraint firstAttribute="bottom" secondItem="MsS-vL-AJw" secondAttribute="bottom" id="pYw-vw-1gz"/>
  52. <constraint firstAttribute="height" constant="64" id="v0k-Ys-7T4"/>
  53. <constraint firstAttribute="bottom" secondItem="pHK-Uh-7kI" secondAttribute="bottom" id="xK8-Xb-5vn"/>
  54. </constraints>
  55. </view>
  56. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="a0a-sl-bPA" userLabel="View-search">
  57. <rect key="frame" x="0.0" y="64" width="375" height="54"/>
  58. <color key="backgroundColor" red="0.043137254899999998" green="0.16862745100000001" blue="0.30196078430000001" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
  59. <constraints>
  60. <constraint firstAttribute="height" constant="54" id="dht-1a-4dL"/>
  61. </constraints>
  62. </view>
  63. </subviews>
  64. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  65. <color key="backgroundColor" red="0.023529411760000001" green="0.12549019610000001" blue="0.2274509804" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  66. <constraints>
  67. <constraint firstItem="a0a-sl-bPA" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="Gk6-ZZ-w8e"/>
  68. <constraint firstItem="a0a-sl-bPA" firstAttribute="top" secondItem="XNY-06-WRn" secondAttribute="bottom" id="Sr6-0z-gEH"/>
  69. <constraint firstItem="XNY-06-WRn" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="eJf-OW-UIv"/>
  70. <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="a0a-sl-bPA" secondAttribute="trailing" id="jfo-8k-av6"/>
  71. <constraint firstItem="XNY-06-WRn" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="tPC-jM-adA"/>
  72. <constraint firstAttribute="trailing" secondItem="XNY-06-WRn" secondAttribute="trailing" id="xlB-eT-ODy"/>
  73. </constraints>
  74. <point key="canvasLocation" x="56" y="-11"/>
  75. </view>
  76. </objects>
  77. <resources>
  78. <image name="back-white" width="9.3333330154418945" height="17"/>
  79. </resources>
  80. </document>