<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15505" 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="15510"/> <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="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="FindResultViewCell"> <rect key="frame" x="0.0" y="0.0" width="320" height="70"/> <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="70"/> <autoresizingMask key="autoresizingMask"/> <subviews> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qsR-LN-a3Q"> <rect key="frame" x="73" y="13.5" width="158" height="17"/> <constraints> <constraint firstAttribute="height" constant="17" id="9Qo-mn-QFZ"/> </constraints> <fontDescription key="fontDescription" type="system" pointSize="16"/> <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/> <nil key="highlightedColor"/> </label> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" text="2019-11-21" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="IpZ-So-Zbw"> <rect key="frame" x="246" y="15" width="59" height="11"/> <constraints> <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="11" id="SYX-JZ-m61"/> <constraint firstAttribute="height" constant="11" id="liU-eR-XOQ"/> </constraints> <fontDescription key="fontDescription" type="system" pointSize="11"/> <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/> <nil key="highlightedColor"/> </label> <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="meD-Mr-pOi"> <rect key="frame" x="15" y="13.5" width="43" height="43"/> <constraints> <constraint firstAttribute="width" constant="43" id="IBs-Pr-6UX"/> <constraint firstAttribute="height" constant="43" id="WYu-fL-VIQ"/> </constraints> <userDefinedRuntimeAttributes> <userDefinedRuntimeAttribute type="boolean" keyPath="masksToBounds" value="YES"/> <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius"> <integer key="value" value="4"/> </userDefinedRuntimeAttribute> </userDefinedRuntimeAttributes> </imageView> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="张星峰" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="50W-Ng-20m"> <rect key="frame" x="73" y="43" width="37" height="12"/> <constraints> <constraint firstAttribute="height" constant="12" id="NAd-rO-v9m"/> <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="20" id="VgE-g7-hbR"/> </constraints> <fontDescription key="fontDescription" type="system" pointSize="12"/> <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/> <nil key="highlightedColor"/> </label> </subviews> <constraints> <constraint firstItem="50W-Ng-20m" firstAttribute="leading" secondItem="meD-Mr-pOi" secondAttribute="trailing" constant="15" id="Hmb-d8-xrc"/> <constraint firstItem="qsR-LN-a3Q" firstAttribute="top" secondItem="meD-Mr-pOi" secondAttribute="top" id="Men-wh-DXn"/> <constraint firstItem="meD-Mr-pOi" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="SVX-u4-eYX"/> <constraint firstItem="IpZ-So-Zbw" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="15" id="Zu3-Up-4aR"/> <constraint firstItem="meD-Mr-pOi" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="gmq-lF-bho"/> <constraint firstItem="IpZ-So-Zbw" firstAttribute="leading" secondItem="qsR-LN-a3Q" secondAttribute="trailing" constant="15" id="qD8-jv-fS7"/> <constraint firstItem="qsR-LN-a3Q" firstAttribute="leading" secondItem="meD-Mr-pOi" secondAttribute="trailing" constant="15" id="tdD-3O-3M5"/> <constraint firstAttribute="bottom" secondItem="50W-Ng-20m" secondAttribute="bottom" constant="15" id="xDJ-gE-kGU"/> <constraint firstAttribute="trailing" secondItem="IpZ-So-Zbw" secondAttribute="trailing" constant="15" id="y2m-tn-bW9"/> </constraints> </tableViewCellContentView> <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/> <connections> <outlet property="IconV" destination="meD-Mr-pOi" id="dug-e8-r42"/> <outlet property="SubTitleL" destination="50W-Ng-20m" id="dXZ-55-G2R"/> <outlet property="TimeL" destination="IpZ-So-Zbw" id="sRL-TF-KHB"/> <outlet property="TitleL" destination="qsR-LN-a3Q" id="POz-MW-yBz"/> </connections> <point key="canvasLocation" x="139" y="127"/> </tableViewCell> </objects> </document>