MeTraineeDetails01HeaderView.xib 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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="retina6_12" 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"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="MeTraineeDetails01HeaderView" customModule="JiaPeiManage" customModuleProvider="target">
  14. <rect key="frame" x="0.0" y="0.0" width="375" height="50"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16. <subviews>
  17. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="stu_block" translatesAutoresizingMaskIntoConstraints="NO" id="aDe-FJ-gKH">
  18. <rect key="frame" x="15" y="82" width="6" height="18"/>
  19. <constraints>
  20. <constraint firstAttribute="height" constant="18" id="Gt7-nv-NgQ"/>
  21. <constraint firstAttribute="width" constant="6" id="x8a-SR-iyy"/>
  22. </constraints>
  23. </imageView>
  24. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="个人信息" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yod-sM-rOs">
  25. <rect key="frame" x="35" y="81" width="305" height="21"/>
  26. <constraints>
  27. <constraint firstAttribute="height" constant="21" id="yoM-kG-wv3"/>
  28. </constraints>
  29. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  30. <color key="textColor" red="0.83137254901960778" green="0.8666666666666667" blue="0.90196078431372551" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  31. <nil key="highlightedColor"/>
  32. </label>
  33. </subviews>
  34. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  35. <color key="backgroundColor" red="0.043137254901960784" green="0.16862745098039217" blue="0.30196078431372547" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  36. <constraints>
  37. <constraint firstItem="aDe-FJ-gKH" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" constant="23" id="5Sr-tZ-max"/>
  38. <constraint firstItem="yod-sM-rOs" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="35" id="M2X-GR-W6k"/>
  39. <constraint firstItem="yod-sM-rOs" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" constant="22" id="oGT-v1-W9X"/>
  40. <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="yod-sM-rOs" secondAttribute="trailing" constant="35" id="rNX-tY-5gG"/>
  41. <constraint firstItem="aDe-FJ-gKH" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="15" id="wOQ-o4-3KT"/>
  42. </constraints>
  43. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  44. <connections>
  45. <outlet property="title_label" destination="yod-sM-rOs" id="bJ1-LU-KYM"/>
  46. </connections>
  47. <point key="canvasLocation" x="67.938931297709928" y="-12.67605633802817"/>
  48. </view>
  49. </objects>
  50. <resources>
  51. <image name="stu_block" width="6" height="18"/>
  52. </resources>
  53. </document>