CdescriptTableViewCell.xib 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
  9. <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <tableViewCell contentMode="scaleToFill" restorationIdentifier="desCell" selectionStyle="default" indentationWidth="10" rowHeight="157" id="KGk-i7-Jjw" customClass="CdescriptTableViewCell">
  16. <rect key="frame" x="0.0" y="0.0" width="321" height="157"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  18. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  19. <rect key="frame" x="0.0" y="0.0" width="321" height="157"/>
  20. <autoresizingMask key="autoresizingMask"/>
  21. <subviews>
  22. <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">
  23. <rect key="frame" x="8" y="8" width="305" height="16"/>
  24. <constraints>
  25. <constraint firstAttribute="height" constant="16" id="8kR-hG-dTz"/>
  26. </constraints>
  27. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  28. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  29. <nil key="highlightedColor"/>
  30. </label>
  31. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="zUZ-79-oHe">
  32. <rect key="frame" x="10" y="26" width="303" height="122.5"/>
  33. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  34. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  35. </textView>
  36. </subviews>
  37. <constraints>
  38. <constraint firstItem="zUZ-79-oHe" firstAttribute="top" secondItem="Zct-s2-PvT" secondAttribute="bottom" constant="2" id="1Wn-EQ-2pl"/>
  39. <constraint firstItem="Zct-s2-PvT" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="7Jm-C4-gr2"/>
  40. <constraint firstItem="zUZ-79-oHe" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" constant="2" id="CZt-ic-pLb"/>
  41. <constraint firstAttribute="trailingMargin" secondItem="zUZ-79-oHe" secondAttribute="trailing" id="DwK-9p-vjk"/>
  42. <constraint firstAttribute="trailingMargin" secondItem="Zct-s2-PvT" secondAttribute="trailing" id="YrZ-P7-nUn"/>
  43. <constraint firstItem="Zct-s2-PvT" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" id="g8Y-c6-0NZ"/>
  44. <constraint firstAttribute="bottomMargin" secondItem="zUZ-79-oHe" secondAttribute="bottom" id="oDV-HF-o6O"/>
  45. </constraints>
  46. </tableViewCellContentView>
  47. <connections>
  48. <outlet property="desTextView" destination="zUZ-79-oHe" id="Mgc-nY-OOc"/>
  49. <outlet property="shopCdescriptLable" destination="Zct-s2-PvT" id="Snu-Hf-wjH"/>
  50. </connections>
  51. <point key="canvasLocation" x="341.5" y="-188.5"/>
  52. </tableViewCell>
  53. </objects>
  54. </document>