123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina5_5" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="EstuLogHeaderView" customModule="JiaPeiManage" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="414" height="59"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <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">
- <rect key="frame" x="177" y="30" width="60" height="22"/>
- <constraints>
- <constraint firstAttribute="height" constant="22" id="K91-4N-7wJ"/>
- <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="60" id="pZg-rK-O8i"/>
- </constraints>
- <fontDescription key="fontDescription" type="boldSystem" pointSize="19"/>
- <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="log_head_left" translatesAutoresizingMaskIntoConstraints="NO" id="9K7-TL-Pyr">
- <rect key="frame" x="130" y="32.666666666666664" width="39" height="17"/>
- <constraints>
- <constraint firstAttribute="height" constant="17" id="5ag-sf-1q6"/>
- <constraint firstAttribute="width" constant="39" id="YaF-Jc-bE6"/>
- </constraints>
- </imageView>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="log_head_right" translatesAutoresizingMaskIntoConstraints="NO" id="npm-cj-qaj">
- <rect key="frame" x="245" y="32.666666666666664" width="39" height="17"/>
- <constraints>
- <constraint firstAttribute="height" constant="17" id="8cR-3F-T8g"/>
- <constraint firstAttribute="width" constant="39" id="dcX-Kg-yfl"/>
- </constraints>
- </imageView>
- </subviews>
- <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
- <color key="backgroundColor" red="0.023529411764705882" green="0.12549019607843137" blue="0.22745098039215686" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="ec7-3o-4R9" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="K9l-HP-iyU"/>
- <constraint firstItem="npm-cj-qaj" firstAttribute="centerY" secondItem="ec7-3o-4R9" secondAttribute="centerY" id="cCJ-Fh-g8l"/>
- <constraint firstItem="npm-cj-qaj" firstAttribute="leading" secondItem="ec7-3o-4R9" secondAttribute="trailing" constant="8" id="dco-h5-3CL"/>
- <constraint firstItem="ec7-3o-4R9" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" constant="10" id="l2k-Nc-WSc"/>
- <constraint firstItem="ec7-3o-4R9" firstAttribute="leading" secondItem="9K7-TL-Pyr" secondAttribute="trailing" constant="8" id="y1n-4W-SN9"/>
- <constraint firstItem="9K7-TL-Pyr" firstAttribute="centerY" secondItem="ec7-3o-4R9" secondAttribute="centerY" id="yGF-KF-qRW"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="total_label" destination="ec7-3o-4R9" id="qdX-RD-0qV"/>
- </connections>
- <point key="canvasLocation" x="44.927536231884062" y="-11.820652173913045"/>
- </view>
- </objects>
- <resources>
- <image name="log_head_left" width="39" height="17"/>
- <image name="log_head_right" width="39" height="17"/>
- </resources>
- </document>
|