12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <dependencies>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
- <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 clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" rowHeight="60" id="9TI-Wz-6xk" customClass="PDFSearchViewCell">
- <rect key="frame" x="0.0" y="0.0" width="375" height="60"/>
- <autoresizingMask key="autoresizingMask"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="9TI-Wz-6xk" id="9l2-s9-0VI">
- <rect key="frame" x="0.0" y="0.0" width="375" height="60"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="AH1-ho-M3l">
- <rect key="frame" x="5" y="10" width="365" height="40"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="AH1-ho-M3l" secondAttribute="bottom" constant="10" id="6Eg-AU-AJg"/>
- <constraint firstItem="AH1-ho-M3l" firstAttribute="top" secondItem="9l2-s9-0VI" secondAttribute="top" constant="10" id="Qvw-WU-3hi"/>
- <constraint firstAttribute="trailing" secondItem="AH1-ho-M3l" secondAttribute="trailing" constant="5" id="a16-SK-B1f"/>
- <constraint firstItem="AH1-ho-M3l" firstAttribute="leading" secondItem="9l2-s9-0VI" secondAttribute="leading" constant="5" id="koF-Rh-JMG"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="label" destination="AH1-ho-M3l" id="Vxf-oL-iXw"/>
- </connections>
- <point key="canvasLocation" x="-99.5" y="-25"/>
- </tableViewCell>
- </objects>
- </document>
|