CommodityCell2Row1.xib 5.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16096" 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="16086"/>
  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="51" id="KGk-i7-Jjw" customClass="CommodityCell2Row1">
  13. <rect key="frame" x="0.0" y="0.0" width="320" height="51"/>
  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="51"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="选择" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="G6U-h7-1vq">
  20. <rect key="frame" x="15" y="15" width="29" height="21"/>
  21. <constraints>
  22. <constraint firstAttribute="height" constant="21" id="1pu-RZ-Aa6"/>
  23. </constraints>
  24. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  25. <color key="textColor" systemColor="systemGrayColor" red="0.5568627451" green="0.5568627451" blue="0.57647058819999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="请选择规格" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="POP-kL-quT">
  29. <rect key="frame" x="52" y="15" width="71.5" height="21"/>
  30. <constraints>
  31. <constraint firstAttribute="height" constant="21" id="jus-eu-jmm"/>
  32. </constraints>
  33. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  34. <nil key="textColor"/>
  35. <nil key="highlightedColor"/>
  36. </label>
  37. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="shop_right.png" translatesAutoresizingMaskIntoConstraints="NO" id="Kzw-LY-uoa">
  38. <rect key="frame" x="284" y="15.5" width="20" height="20"/>
  39. <constraints>
  40. <constraint firstAttribute="height" constant="20" id="GrR-1l-Xvu"/>
  41. <constraint firstAttribute="width" constant="20" id="VXJ-z5-dhc"/>
  42. </constraints>
  43. </imageView>
  44. </subviews>
  45. <constraints>
  46. <constraint firstItem="G6U-h7-1vq" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="DIh-Xh-lkl"/>
  47. <constraint firstItem="Kzw-LY-uoa" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="NUD-i3-BsD"/>
  48. <constraint firstItem="G6U-h7-1vq" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="PBK-B5-N8B"/>
  49. <constraint firstItem="POP-kL-quT" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="QWq-We-W3Y"/>
  50. <constraint firstAttribute="trailing" secondItem="Kzw-LY-uoa" secondAttribute="trailing" constant="16" id="UhT-hR-YvY"/>
  51. <constraint firstItem="POP-kL-quT" firstAttribute="leading" secondItem="G6U-h7-1vq" secondAttribute="trailing" constant="8" id="ie0-WH-6k2"/>
  52. </constraints>
  53. </tableViewCellContentView>
  54. <connections>
  55. <outlet property="selContent" destination="POP-kL-quT" id="QVa-v2-gyk"/>
  56. <outlet property="seltitle" destination="G6U-h7-1vq" id="K0x-CH-X9e"/>
  57. </connections>
  58. <point key="canvasLocation" x="140.57971014492756" y="88.058035714285708"/>
  59. </tableViewCell>
  60. </objects>
  61. <resources>
  62. <image name="shop_right.png" width="16" height="16"/>
  63. </resources>
  64. </document>