1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina6_12" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/>
- <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" customClass="OrderDetailViewController" customModule="ADHTuanCan" customModuleProvider="target">
- <connections>
- <outlet property="tableView" destination="g9l-iC-HEW" id="Yt1-M8-BHW"/>
- <outlet property="topCont" destination="gDr-gG-Bsl" id="wN6-W4-eWO"/>
- <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
- <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="dg9-5R-UIE">
- <rect key="frame" x="0.0" y="0.0" width="393" height="300"/>
- <color key="backgroundColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.1333333333" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="300" id="KyY-SZ-nYf"/>
- </constraints>
- </view>
- <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">
- <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <connections>
- <outlet property="dataSource" destination="-1" id="w51-ON-Udd"/>
- <outlet property="delegate" destination="-1" id="HaX-k2-hdf"/>
- </connections>
- </tableView>
- </subviews>
- <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
- <color key="backgroundColor" red="0.92941176469999998" green="0.92941176469999998" blue="0.92941176469999998" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstItem="dg9-5R-UIE" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="BEB-CJ-hcF"/>
- <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="g9l-iC-HEW" secondAttribute="trailing" id="QbS-gO-9YU"/>
- <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="dg9-5R-UIE" secondAttribute="trailing" id="Tr3-8N-774"/>
- <constraint firstItem="g9l-iC-HEW" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="UbB-9r-AAw"/>
- <constraint firstAttribute="bottom" secondItem="g9l-iC-HEW" secondAttribute="bottom" id="aAH-Pw-4eJ"/>
- <constraint firstItem="g9l-iC-HEW" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="gDr-gG-Bsl"/>
- <constraint firstItem="dg9-5R-UIE" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="rJc-5S-Kjj"/>
- </constraints>
- <point key="canvasLocation" x="74" y="0.0"/>
- </view>
- </objects>
- </document>
|