| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21679"/>
- <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" reuseIdentifier="centerMoreCELL" rowHeight="71" id="KGk-i7-Jjw" customClass="YBCenterMoreCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="71"/>
- <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="71"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="0X3-ze-CTl">
- <rect key="frame" x="20" y="26.5" width="18" height="18"/>
- <constraints>
- <constraint firstAttribute="height" constant="18" id="4kv-36-yg2"/>
- <constraint firstAttribute="width" constant="18" id="9ac-Fl-lVL"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lD5-Ke-gBz">
- <rect key="frame" x="48" y="26.5" width="37.5" height="18"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <nil key="highlightedColor"/>
- </label>
- <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="cnH-V5-nej">
- <rect key="frame" x="20" y="70" width="305" height="1"/>
- <color key="backgroundColor" red="0.96078431372549022" green="0.96078431372549022" blue="0.96078431372549022" alpha="0.059999999999999998" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="1" id="vG1-JY-IiJ"/>
- </constraints>
- </view>
- <imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="更多-箭头.png" translatesAutoresizingMaskIntoConstraints="NO" id="Khb-qT-nm1" userLabel="箭头">
- <rect key="frame" x="297" y="29" width="8" height="13"/>
- <constraints>
- <constraint firstAttribute="width" constant="8" id="gfn-xr-upW"/>
- <constraint firstAttribute="height" constant="13" id="xaP-6c-rpe"/>
- </constraints>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="Khb-qT-nm1" secondAttribute="trailing" constant="15" id="APU-eg-pGr"/>
- <constraint firstAttribute="bottom" secondItem="cnH-V5-nej" secondAttribute="bottom" id="B0s-yC-bjq"/>
- <constraint firstItem="cnH-V5-nej" firstAttribute="leading" secondItem="0X3-ze-CTl" secondAttribute="leading" id="DBT-e9-ziF"/>
- <constraint firstItem="lD5-Ke-gBz" firstAttribute="leading" secondItem="0X3-ze-CTl" secondAttribute="trailing" constant="10" id="M36-ld-DJ3"/>
- <constraint firstAttribute="trailing" secondItem="cnH-V5-nej" secondAttribute="trailing" constant="-5" id="Wrj-Zh-b8v"/>
- <constraint firstItem="0X3-ze-CTl" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="XXi-mn-2Hl"/>
- <constraint firstItem="lD5-Ke-gBz" firstAttribute="centerY" secondItem="0X3-ze-CTl" secondAttribute="centerY" id="Znq-HY-auu"/>
- <constraint firstItem="0X3-ze-CTl" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="20" id="fQ6-uR-NQf"/>
- <constraint firstItem="Khb-qT-nm1" firstAttribute="centerY" secondItem="lD5-Ke-gBz" secondAttribute="centerY" id="wCU-sh-G4C"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="nameL" destination="lD5-Ke-gBz" id="iDH-pe-ZQN"/>
- <outlet property="thumbImgV" destination="0X3-ze-CTl" id="x42-si-0I3"/>
- </connections>
- <point key="canvasLocation" x="129.59999999999999" y="148.87556221889056"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="更多-箭头.png" width="8" height="13"/>
- </resources>
- </document>
|