OrderDetailSectionView.xib 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22154" 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="22130"/>
  7. <capability name="System colors in document resources" minToolsVersion="11.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="IeF-Rm-MhM" customClass="OrderDetailSectionView" customModule="ADHTuanCan" customModuleProvider="target">
  14. <rect key="frame" x="0.0" y="0.0" width="492" height="50"/>
  15. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  16. <subviews>
  17. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="NXV-hv-JMU">
  18. <rect key="frame" x="10" y="0.0" width="472" height="50"/>
  19. <subviews>
  20. <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">
  21. <rect key="frame" x="10" y="28" width="36" height="17"/>
  22. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
  23. <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.1333333333" alpha="1" colorSpace="calibratedRGB"/>
  24. <nil key="highlightedColor"/>
  25. </label>
  26. <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">
  27. <rect key="frame" x="426" y="28" width="36" height="17"/>
  28. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
  29. <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.1333333333" alpha="1" colorSpace="calibratedRGB"/>
  30. <nil key="highlightedColor"/>
  31. </label>
  32. </subviews>
  33. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  34. <constraints>
  35. <constraint firstAttribute="height" constant="50" id="4gf-Ja-bOx"/>
  36. <constraint firstAttribute="bottom" secondItem="mm3-2h-zxg" secondAttribute="bottom" constant="5" id="77g-as-gwB"/>
  37. <constraint firstItem="kGc-H8-sWH" firstAttribute="leading" secondItem="NXV-hv-JMU" secondAttribute="leading" constant="10" id="FdW-0z-m2l"/>
  38. <constraint firstAttribute="trailing" secondItem="mm3-2h-zxg" secondAttribute="trailing" constant="10" id="T2m-kC-Y6B"/>
  39. <constraint firstAttribute="bottom" secondItem="kGc-H8-sWH" secondAttribute="bottom" constant="5" id="ysC-lV-Kfo"/>
  40. </constraints>
  41. </view>
  42. </subviews>
  43. <color key="backgroundColor" red="0.92941176469999998" green="0.92941176469999998" blue="0.92941176469999998" alpha="1" colorSpace="calibratedRGB"/>
  44. <constraints>
  45. <constraint firstItem="NXV-hv-JMU" firstAttribute="top" secondItem="IeF-Rm-MhM" secondAttribute="top" id="Jb7-Uh-oTe"/>
  46. <constraint firstItem="NXV-hv-JMU" firstAttribute="leading" secondItem="IeF-Rm-MhM" secondAttribute="leading" constant="10" id="WDk-jH-6Ua"/>
  47. <constraint firstAttribute="trailing" secondItem="NXV-hv-JMU" secondAttribute="trailing" constant="10" id="adh-Y0-XwL"/>
  48. <constraint firstAttribute="bottom" secondItem="NXV-hv-JMU" secondAttribute="bottom" id="h7d-GM-ZXf"/>
  49. </constraints>
  50. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  51. <connections>
  52. <outlet property="timeLab" destination="kGc-H8-sWH" id="PG1-iB-lQl"/>
  53. <outlet property="typeLab" destination="mm3-2h-zxg" id="tHl-G2-BYY"/>
  54. </connections>
  55. <point key="canvasLocation" x="-471.75572519083966" y="274.64788732394368"/>
  56. </view>
  57. </objects>
  58. <resources>
  59. <systemColor name="systemBackgroundColor">
  60. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  61. </systemColor>
  62. </resources>
  63. </document>