| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
- <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" id="KGk-i7-Jjw" customClass="ThreeSectionTableViewCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
- <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="43.5"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="竞拍记录 (35)" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="M77-fz-wIk">
- <rect key="frame" x="10" y="0.0" width="219" height="44"/>
- <constraints>
- <constraint firstAttribute="height" constant="44" id="BAR-be-jkD"/>
- <constraint firstAttribute="width" constant="219" id="mCt-SY-tVP"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="com_arrow_right_1" translatesAutoresizingMaskIntoConstraints="NO" id="6hi-2W-0mf">
- <rect key="frame" x="304" y="17" width="6" height="11"/>
- <constraints>
- <constraint firstAttribute="width" constant="6" id="FVL-r7-Yvh"/>
- <constraint firstAttribute="height" constant="11" id="fSj-dr-8bc"/>
- </constraints>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="6hi-2W-0mf" secondAttribute="trailing" constant="10" id="2hS-fh-Uz5"/>
- <constraint firstItem="M77-fz-wIk" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="3JP-We-Zcu"/>
- <constraint firstItem="6hi-2W-0mf" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="il8-0y-bzN"/>
- <constraint firstItem="M77-fz-wIk" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="rbW-PA-DZM"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="nameLabel" destination="M77-fz-wIk" id="DBF-x7-sLt"/>
- </connections>
- </tableViewCell>
- </objects>
- <resources>
- <image name="com_arrow_right_1" width="6" height="11"/>
- </resources>
- </document>
|