123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22155" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_12" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22131"/>
- <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="IeF-Rm-MhM" customClass="OrderDetailSectionView" customModule="ADHTuanCan" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="492" height="50"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="NXV-hv-JMU">
- <rect key="frame" x="10" y="0.0" width="472" height="50"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kGc-H8-sWH">
- <rect key="frame" x="10" y="28" width="36" height="17"/>
- <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
- <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.1333333333" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mm3-2h-zxg">
- <rect key="frame" x="426" y="28" width="36" height="17"/>
- <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
- <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.1333333333" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="height" constant="50" id="4gf-Ja-bOx"/>
- <constraint firstAttribute="bottom" secondItem="mm3-2h-zxg" secondAttribute="bottom" constant="5" id="77g-as-gwB"/>
- <constraint firstItem="kGc-H8-sWH" firstAttribute="leading" secondItem="NXV-hv-JMU" secondAttribute="leading" constant="10" id="FdW-0z-m2l"/>
- <constraint firstAttribute="trailing" secondItem="mm3-2h-zxg" secondAttribute="trailing" constant="10" id="T2m-kC-Y6B"/>
- <constraint firstAttribute="bottom" secondItem="kGc-H8-sWH" secondAttribute="bottom" constant="5" id="ysC-lV-Kfo"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" red="0.92941176469999998" green="0.92941176469999998" blue="0.92941176469999998" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstItem="NXV-hv-JMU" firstAttribute="top" secondItem="IeF-Rm-MhM" secondAttribute="top" id="Jb7-Uh-oTe"/>
- <constraint firstItem="NXV-hv-JMU" firstAttribute="leading" secondItem="IeF-Rm-MhM" secondAttribute="leading" constant="10" id="WDk-jH-6Ua"/>
- <constraint firstAttribute="trailing" secondItem="NXV-hv-JMU" secondAttribute="trailing" constant="10" id="adh-Y0-XwL"/>
- <constraint firstAttribute="bottom" secondItem="NXV-hv-JMU" secondAttribute="bottom" id="h7d-GM-ZXf"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="timeLab" destination="kGc-H8-sWH" id="PG1-iB-lQl"/>
- <outlet property="typeLab" destination="mm3-2h-zxg" id="tHl-G2-BYY"/>
- </connections>
- <point key="canvasLocation" x="-471.75572519083966" y="274.64788732394368"/>
- </view>
- </objects>
- </document>
|