| 123456789101112131415161718192021222324252627282930313233343536 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
- <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" selectionStyle="default" indentationWidth="10" rowHeight="89" id="KGk-i7-Jjw" customClass="GoodsDetailCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="89"/>
- <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="320" height="89"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Tt4-7o-8fd">
- <rect key="frame" x="0.0" y="0.0" width="320" height="89"/>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="Tt4-7o-8fd" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="HLW-br-9lm"/>
- <constraint firstItem="Tt4-7o-8fd" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="IX8-Bz-kUc"/>
- <constraint firstAttribute="bottom" secondItem="Tt4-7o-8fd" secondAttribute="bottom" id="LMz-vm-kQR"/>
- <constraint firstAttribute="trailing" secondItem="Tt4-7o-8fd" secondAttribute="trailing" id="htT-SD-gPD"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="thumbImg" destination="Tt4-7o-8fd" id="4UE-KK-hrv"/>
- </connections>
- <point key="canvasLocation" x="131.8840579710145" y="76.674107142857139"/>
- </tableViewCell>
- </objects>
- </document>
|