| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16096" 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="16086"/>
- <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="51" id="KGk-i7-Jjw" customClass="CommodityCell2Row1">
- <rect key="frame" x="0.0" y="0.0" width="320" height="51"/>
- <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="51"/>
- <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="G6U-h7-1vq">
- <rect key="frame" x="15" y="15" width="29" height="21"/>
- <constraints>
- <constraint firstAttribute="height" constant="21" id="1pu-RZ-Aa6"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <color key="textColor" systemColor="systemGrayColor" red="0.5568627451" green="0.5568627451" blue="0.57647058819999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <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">
- <rect key="frame" x="52" y="15" width="71.5" height="21"/>
- <constraints>
- <constraint firstAttribute="height" constant="21" id="jus-eu-jmm"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="shop_right.png" translatesAutoresizingMaskIntoConstraints="NO" id="Kzw-LY-uoa">
- <rect key="frame" x="284" y="15.5" width="20" height="20"/>
- <constraints>
- <constraint firstAttribute="height" constant="20" id="GrR-1l-Xvu"/>
- <constraint firstAttribute="width" constant="20" id="VXJ-z5-dhc"/>
- </constraints>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="G6U-h7-1vq" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="DIh-Xh-lkl"/>
- <constraint firstItem="Kzw-LY-uoa" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="NUD-i3-BsD"/>
- <constraint firstItem="G6U-h7-1vq" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="PBK-B5-N8B"/>
- <constraint firstItem="POP-kL-quT" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="QWq-We-W3Y"/>
- <constraint firstAttribute="trailing" secondItem="Kzw-LY-uoa" secondAttribute="trailing" constant="16" id="UhT-hR-YvY"/>
- <constraint firstItem="POP-kL-quT" firstAttribute="leading" secondItem="G6U-h7-1vq" secondAttribute="trailing" constant="8" id="ie0-WH-6k2"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="selContent" destination="POP-kL-quT" id="QVa-v2-gyk"/>
- <outlet property="seltitle" destination="G6U-h7-1vq" id="K0x-CH-X9e"/>
- </connections>
- <point key="canvasLocation" x="140.57971014492756" y="88.058035714285708"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="shop_right.png" width="16" height="16"/>
- </resources>
- </document>
|