EstuLogHeaderView.xib 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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_5" 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="EstuLogHeaderView" customModule="JiaPeiManage" customModuleProvider="target">
  14. <rect key="frame" x="0.0" y="0.0" width="414" height="59"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16. <subviews>
  17. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="科目三" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ec7-3o-4R9">
  18. <rect key="frame" x="177" y="30" width="60" height="22"/>
  19. <constraints>
  20. <constraint firstAttribute="height" constant="22" id="K91-4N-7wJ"/>
  21. <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="60" id="pZg-rK-O8i"/>
  22. </constraints>
  23. <fontDescription key="fontDescription" type="boldSystem" pointSize="19"/>
  24. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  25. <nil key="highlightedColor"/>
  26. </label>
  27. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="log_head_left" translatesAutoresizingMaskIntoConstraints="NO" id="9K7-TL-Pyr">
  28. <rect key="frame" x="130" y="32.666666666666664" width="39" height="17"/>
  29. <constraints>
  30. <constraint firstAttribute="height" constant="17" id="5ag-sf-1q6"/>
  31. <constraint firstAttribute="width" constant="39" id="YaF-Jc-bE6"/>
  32. </constraints>
  33. </imageView>
  34. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="log_head_right" translatesAutoresizingMaskIntoConstraints="NO" id="npm-cj-qaj">
  35. <rect key="frame" x="245" y="32.666666666666664" width="39" height="17"/>
  36. <constraints>
  37. <constraint firstAttribute="height" constant="17" id="8cR-3F-T8g"/>
  38. <constraint firstAttribute="width" constant="39" id="dcX-Kg-yfl"/>
  39. </constraints>
  40. </imageView>
  41. </subviews>
  42. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  43. <color key="backgroundColor" red="0.023529411764705882" green="0.12549019607843137" blue="0.22745098039215686" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  44. <constraints>
  45. <constraint firstItem="ec7-3o-4R9" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="K9l-HP-iyU"/>
  46. <constraint firstItem="npm-cj-qaj" firstAttribute="centerY" secondItem="ec7-3o-4R9" secondAttribute="centerY" id="cCJ-Fh-g8l"/>
  47. <constraint firstItem="npm-cj-qaj" firstAttribute="leading" secondItem="ec7-3o-4R9" secondAttribute="trailing" constant="8" id="dco-h5-3CL"/>
  48. <constraint firstItem="ec7-3o-4R9" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" constant="10" id="l2k-Nc-WSc"/>
  49. <constraint firstItem="ec7-3o-4R9" firstAttribute="leading" secondItem="9K7-TL-Pyr" secondAttribute="trailing" constant="8" id="y1n-4W-SN9"/>
  50. <constraint firstItem="9K7-TL-Pyr" firstAttribute="centerY" secondItem="ec7-3o-4R9" secondAttribute="centerY" id="yGF-KF-qRW"/>
  51. </constraints>
  52. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  53. <connections>
  54. <outlet property="total_label" destination="ec7-3o-4R9" id="qdX-RD-0qV"/>
  55. </connections>
  56. <point key="canvasLocation" x="44.927536231884062" y="-11.820652173913045"/>
  57. </view>
  58. </objects>
  59. <resources>
  60. <image name="log_head_left" width="39" height="17"/>
  61. <image name="log_head_right" width="39" height="17"/>
  62. </resources>
  63. </document>