| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12120" systemVersion="16D30" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
- <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
- <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"/>
- <tableViewCell contentMode="scaleToFill" restorationIdentifier="desCell" selectionStyle="default" indentationWidth="10" rowHeight="157" id="KGk-i7-Jjw" customClass="CdescriptTableViewCell">
- <rect key="frame" x="0.0" y="0.0" width="321" height="157"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <rect key="frame" x="0.0" y="0.0" width="321" height="157"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="拍品描述" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Zct-s2-PvT">
- <rect key="frame" x="8" y="8" width="305" height="16"/>
- <constraints>
- <constraint firstAttribute="height" constant="16" id="8kR-hG-dTz"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
- <nil key="highlightedColor"/>
- </label>
- <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="zUZ-79-oHe">
- <rect key="frame" x="10" y="26" width="303" height="122.5"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
- </textView>
- </subviews>
- <constraints>
- <constraint firstItem="zUZ-79-oHe" firstAttribute="top" secondItem="Zct-s2-PvT" secondAttribute="bottom" constant="2" id="1Wn-EQ-2pl"/>
- <constraint firstItem="Zct-s2-PvT" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="7Jm-C4-gr2"/>
- <constraint firstItem="zUZ-79-oHe" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" constant="2" id="CZt-ic-pLb"/>
- <constraint firstAttribute="trailingMargin" secondItem="zUZ-79-oHe" secondAttribute="trailing" id="DwK-9p-vjk"/>
- <constraint firstAttribute="trailingMargin" secondItem="Zct-s2-PvT" secondAttribute="trailing" id="YrZ-P7-nUn"/>
- <constraint firstItem="Zct-s2-PvT" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" id="g8Y-c6-0NZ"/>
- <constraint firstAttribute="bottomMargin" secondItem="zUZ-79-oHe" secondAttribute="bottom" id="oDV-HF-o6O"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="desTextView" destination="zUZ-79-oHe" id="Mgc-nY-OOc"/>
- <outlet property="shopCdescriptLable" destination="Zct-s2-PvT" id="Snu-Hf-wjH"/>
- </connections>
- <point key="canvasLocation" x="341.5" y="-188.5"/>
- </tableViewCell>
- </objects>
- </document>
|