| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23504" 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="23506"/>
- <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="78" id="KGk-i7-Jjw" customClass="YBVipCell">
- <rect key="frame" x="0.0" y="0.0" width="323" height="78"/>
- <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="323" height="78"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="VoS-6c-8vt" userLabel="标识">
- <rect key="frame" x="15" y="21" width="36" height="36"/>
- <constraints>
- <constraint firstAttribute="height" constant="36" id="3Wj-JR-Ahg"/>
- <constraint firstAttribute="width" constant="36" id="UdW-ht-5EJ"/>
- </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="l0J-kf-7KB" userLabel="名称">
- <rect key="frame" x="59" y="20" width="249" height="17"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <color key="textColor" red="0.19607843137254902" green="0.19607843137254902" blue="0.19607843137254902" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="LabelLabelLabelLabelLabelLabelLabelLabelLabelLabelLabel" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nM6-e8-LwW" userLabel="详情">
- <rect key="frame" x="59" y="37" width="247" height="26.5"/>
- <fontDescription key="fontDescription" type="system" pointSize="11"/>
- <color key="textColor" red="0.39215686274509803" green="0.39215686274509803" blue="0.39215686274509803" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <constraints>
- <constraint firstItem="l0J-kf-7KB" firstAttribute="leading" secondItem="VoS-6c-8vt" secondAttribute="trailing" constant="8" id="1mx-d4-uhr"/>
- <constraint firstItem="VoS-6c-8vt" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="GKm-yA-vjh"/>
- <constraint firstItem="l0J-kf-7KB" firstAttribute="centerY" secondItem="VoS-6c-8vt" secondAttribute="centerY" multiplier="0.73" id="H4h-0R-d5i"/>
- <constraint firstAttribute="trailing" relation="lessThanOrEqual" secondItem="l0J-kf-7KB" secondAttribute="trailing" constant="15" id="I8a-cM-eTe"/>
- <constraint firstItem="VoS-6c-8vt" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="U7w-lV-AFQ"/>
- <constraint firstItem="nM6-e8-LwW" firstAttribute="leading" secondItem="l0J-kf-7KB" secondAttribute="leading" id="apw-bc-gV2"/>
- <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="nM6-e8-LwW" secondAttribute="trailing" constant="15" id="gjF-lV-5H2"/>
- <constraint firstItem="nM6-e8-LwW" firstAttribute="centerY" secondItem="VoS-6c-8vt" secondAttribute="centerY" multiplier="1.29" id="ve8-mv-EDz"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="flagIV" destination="VoS-6c-8vt" id="sAW-ex-MWd"/>
- <outlet property="infoL" destination="nM6-e8-LwW" id="2tf-lP-Mom"/>
- <outlet property="nameL" destination="l0J-kf-7KB" id="nrF-fv-fOM"/>
- </connections>
- <point key="canvasLocation" x="132.60869565217394" y="119.19642857142857"/>
- </tableViewCell>
- </objects>
- </document>
|