123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <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="none" indentationWidth="10" reuseIdentifier="shoujianrenResultViewCell" rowHeight="68" id="KGk-i7-Jjw" customClass="shoujianrenResultViewCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="68"/>
- <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="68"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="imagePlaceholder" translatesAutoresizingMaskIntoConstraints="NO" id="age-Vf-Qz4">
- <rect key="frame" x="10" y="10" width="48" height="48"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="age-Vf-Qz4" secondAttribute="height" id="7rP-d1-aza"/>
- </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="exK-1Q-F7r">
- <rect key="frame" x="68" y="25" width="242" height="18"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <constraints>
- <constraint firstItem="age-Vf-Qz4" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="EBv-SK-Hxa"/>
- <constraint firstAttribute="bottom" secondItem="age-Vf-Qz4" secondAttribute="bottom" constant="10" id="H6P-LR-Hda"/>
- <constraint firstItem="exK-1Q-F7r" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="bmU-wi-rFq"/>
- <constraint firstItem="exK-1Q-F7r" firstAttribute="leading" secondItem="age-Vf-Qz4" secondAttribute="trailing" constant="10" id="i7p-DS-hgT"/>
- <constraint firstItem="age-Vf-Qz4" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="kUe-69-dig"/>
- <constraint firstAttribute="trailing" secondItem="exK-1Q-F7r" secondAttribute="trailing" constant="10" id="pFX-YO-7Qi"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
- <connections>
- <outlet property="iconImageView" destination="age-Vf-Qz4" id="Vux-0a-VY8"/>
- <outlet property="nameLabel" destination="exK-1Q-F7r" id="ENx-Rl-kqb"/>
- </connections>
- <point key="canvasLocation" x="137.68115942028987" y="144.64285714285714"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="imagePlaceholder" width="1024" height="1024"/>
- </resources>
- </document>
|