MeTraineeDetailsPageViewController.xib 5.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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="MeTraineeDetailsPageViewController" customModule="JiaPeiManage" customModuleProvider="target">
  12. <connections>
  13. <outlet property="view" destination="iN0-l3-epB" id="xQA-xO-2op"/>
  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="hZo-yc-91j" 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="Jed-Yi-0Ts">
  25. <rect key="frame" x="137.66666666666666" y="20" width="100" height="44"/>
  26. <constraints>
  27. <constraint firstAttribute="width" constant="100" id="BFe-58-1gi"/>
  28. <constraint firstAttribute="height" constant="44" id="UjA-tX-zHL"/>
  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="CwI-I6-eIO">
  35. <rect key="frame" x="0.0" y="20" width="44" height="44"/>
  36. <constraints>
  37. <constraint firstAttribute="height" constant="44" id="PBf-xz-X1s"/>
  38. <constraint firstAttribute="width" constant="44" id="aup-Cs-HCM"/>
  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="JWF-LI-9wE"/>
  44. </connections>
  45. </button>
  46. </subviews>
  47. <color key="backgroundColor" red="0.043137254899999998" green="0.16862745100000001" blue="0.30196078430000001" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
  48. <constraints>
  49. <constraint firstAttribute="height" constant="64" id="2TZ-Nd-Y4a"/>
  50. <constraint firstItem="Jed-Yi-0Ts" firstAttribute="centerX" secondItem="hZo-yc-91j" secondAttribute="centerX" id="9Wd-MP-srE"/>
  51. <constraint firstItem="CwI-I6-eIO" firstAttribute="leading" secondItem="hZo-yc-91j" secondAttribute="leading" id="HeO-JS-kCA"/>
  52. <constraint firstAttribute="bottom" secondItem="Jed-Yi-0Ts" secondAttribute="bottom" id="eYz-Gu-y2b"/>
  53. <constraint firstAttribute="bottom" secondItem="CwI-I6-eIO" secondAttribute="bottom" id="kkh-7N-3b4"/>
  54. </constraints>
  55. </view>
  56. </subviews>
  57. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  58. <color key="backgroundColor" red="0.043137254899999998" green="0.16862745100000001" blue="0.30196078430000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  59. <constraints>
  60. <constraint firstItem="hZo-yc-91j" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="Tcf-c6-mmR"/>
  61. <constraint firstItem="hZo-yc-91j" firstAttribute="trailing" secondItem="vUN-kp-3ea" secondAttribute="trailing" id="ZcS-Kq-bPV"/>
  62. <constraint firstItem="hZo-yc-91j" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="ilm-Fb-21z"/>
  63. </constraints>
  64. <point key="canvasLocation" x="58" y="-11"/>
  65. </view>
  66. </objects>
  67. <resources>
  68. <image name="back-white" width="9.3333330154418945" height="17"/>
  69. </resources>
  70. </document>