GoodsDetailCell.xib 2.7 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
  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. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="89" id="KGk-i7-Jjw" customClass="GoodsDetailCell">
  13. <rect key="frame" x="0.0" y="0.0" width="320" height="89"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  16. <rect key="frame" x="0.0" y="0.0" width="320" height="89"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Tt4-7o-8fd">
  20. <rect key="frame" x="0.0" y="0.0" width="320" height="89"/>
  21. </imageView>
  22. </subviews>
  23. <constraints>
  24. <constraint firstItem="Tt4-7o-8fd" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="HLW-br-9lm"/>
  25. <constraint firstItem="Tt4-7o-8fd" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="IX8-Bz-kUc"/>
  26. <constraint firstAttribute="bottom" secondItem="Tt4-7o-8fd" secondAttribute="bottom" id="LMz-vm-kQR"/>
  27. <constraint firstAttribute="trailing" secondItem="Tt4-7o-8fd" secondAttribute="trailing" id="htT-SD-gPD"/>
  28. </constraints>
  29. </tableViewCellContentView>
  30. <connections>
  31. <outlet property="thumbImg" destination="Tt4-7o-8fd" id="4UE-KK-hrv"/>
  32. </connections>
  33. <point key="canvasLocation" x="131.8840579710145" y="76.674107142857139"/>
  34. </tableViewCell>
  35. </objects>
  36. </document>