CheckOrderFootView.xib 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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="22154"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <view contentMode="scaleToFill" id="JTd-LG-Mvc" customClass="CheckOrderFootView" customModule="ADHTuanCan" customModuleProvider="target">
  13. <rect key="frame" x="0.0" y="0.0" width="528" height="50"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  15. <subviews>
  16. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="zpm-Px-hbl">
  17. <rect key="frame" x="10" y="0.0" width="508" height="50"/>
  18. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  19. <constraints>
  20. <constraint firstAttribute="height" constant="50" id="m6x-fw-oDl"/>
  21. </constraints>
  22. <userDefinedRuntimeAttributes>
  23. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  24. <real key="value" value="25"/>
  25. </userDefinedRuntimeAttribute>
  26. </userDefinedRuntimeAttributes>
  27. </view>
  28. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ggq-f7-366">
  29. <rect key="frame" x="10" y="0.0" width="508" height="25"/>
  30. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  31. <constraints>
  32. <constraint firstAttribute="height" constant="25" id="tzF-Uy-h6p"/>
  33. </constraints>
  34. </view>
  35. </subviews>
  36. <color key="backgroundColor" red="0.92941176469999998" green="0.92941176469999998" blue="0.92941176469999998" alpha="1" colorSpace="calibratedRGB"/>
  37. <constraints>
  38. <constraint firstAttribute="trailing" secondItem="Ggq-f7-366" secondAttribute="trailing" constant="10" id="1an-Mj-ao9"/>
  39. <constraint firstItem="zpm-Px-hbl" firstAttribute="top" secondItem="JTd-LG-Mvc" secondAttribute="top" id="A0p-do-Ggh"/>
  40. <constraint firstItem="Ggq-f7-366" firstAttribute="top" secondItem="JTd-LG-Mvc" secondAttribute="top" id="DMK-Ox-rUD"/>
  41. <constraint firstItem="zpm-Px-hbl" firstAttribute="leading" secondItem="JTd-LG-Mvc" secondAttribute="leading" constant="10" id="DtS-7p-mWi"/>
  42. <constraint firstAttribute="bottom" secondItem="zpm-Px-hbl" secondAttribute="bottom" id="V5Z-GS-kPY"/>
  43. <constraint firstAttribute="trailing" secondItem="zpm-Px-hbl" secondAttribute="trailing" constant="10" id="Wdl-Kk-MaM"/>
  44. <constraint firstItem="Ggq-f7-366" firstAttribute="leading" secondItem="JTd-LG-Mvc" secondAttribute="leading" constant="10" id="gF7-MA-nTW"/>
  45. </constraints>
  46. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  47. <point key="canvasLocation" x="358.77862595419845" y="-530.28169014084506"/>
  48. </view>
  49. </objects>
  50. </document>