OrderDetailViewController.xib 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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="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" customClass="OrderDetailViewController" customModule="ADHTuanCan" customModuleProvider="target">
  12. <connections>
  13. <outlet property="tableView" destination="g9l-iC-HEW" id="Yt1-M8-BHW"/>
  14. <outlet property="topCont" destination="gDr-gG-Bsl" id="wN6-W4-eWO"/>
  15. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  16. </connections>
  17. </placeholder>
  18. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  19. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  20. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="dg9-5R-UIE">
  24. <rect key="frame" x="0.0" y="0.0" width="393" height="300"/>
  25. <color key="backgroundColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.1333333333" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  26. <constraints>
  27. <constraint firstAttribute="height" constant="300" id="KyY-SZ-nYf"/>
  28. </constraints>
  29. </view>
  30. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" style="grouped" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="18" estimatedSectionHeaderHeight="-1" sectionFooterHeight="18" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="g9l-iC-HEW">
  31. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  32. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  33. <connections>
  34. <outlet property="dataSource" destination="-1" id="w51-ON-Udd"/>
  35. <outlet property="delegate" destination="-1" id="HaX-k2-hdf"/>
  36. </connections>
  37. </tableView>
  38. </subviews>
  39. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  40. <color key="backgroundColor" red="0.92941176469999998" green="0.92941176469999998" blue="0.92941176469999998" alpha="1" colorSpace="calibratedRGB"/>
  41. <constraints>
  42. <constraint firstItem="dg9-5R-UIE" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="BEB-CJ-hcF"/>
  43. <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="g9l-iC-HEW" secondAttribute="trailing" id="QbS-gO-9YU"/>
  44. <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="dg9-5R-UIE" secondAttribute="trailing" id="Tr3-8N-774"/>
  45. <constraint firstItem="g9l-iC-HEW" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="UbB-9r-AAw"/>
  46. <constraint firstAttribute="bottom" secondItem="g9l-iC-HEW" secondAttribute="bottom" id="aAH-Pw-4eJ"/>
  47. <constraint firstItem="g9l-iC-HEW" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="gDr-gG-Bsl"/>
  48. <constraint firstItem="dg9-5R-UIE" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="rJc-5S-Kjj"/>
  49. </constraints>
  50. <point key="canvasLocation" x="74" y="0.0"/>
  51. </view>
  52. </objects>
  53. </document>