12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?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">
- <device id="retina4_7" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <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="62" id="Cxl-un-v7Y" customClass="PDFBookmarkViewCell">
- <rect key="frame" x="0.0" y="0.0" width="375" height="62"/>
- <autoresizingMask key="autoresizingMask"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="Cxl-un-v7Y" id="jDB-au-nLm">
- <rect key="frame" x="0.0" y="0.0" width="375" height="62"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="9999" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cny-yS-TFV">
- <rect key="frame" x="0.0" y="16.5" width="63.5" height="29"/>
- <constraints>
- <constraint firstAttribute="width" constant="63.5" id="VdG-Hr-4Xy"/>
- </constraints>
- <fontDescription key="fontDescription" type="boldSystem" pointSize="24"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ekd-S3-vlh">
- <rect key="frame" x="73.5" y="5" width="291.5" height="31"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="awN-6D-uXQ">
- <rect key="frame" x="73.5" y="41" width="291.5" height="21"/>
- <constraints>
- <constraint firstAttribute="height" constant="21" id="cLi-pF-QKb"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="10"/>
- <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <constraints>
- <constraint firstItem="awN-6D-uXQ" firstAttribute="leading" secondItem="cny-yS-TFV" secondAttribute="trailing" constant="10" id="8UP-GC-Ke1"/>
- <constraint firstAttribute="bottom" secondItem="awN-6D-uXQ" secondAttribute="bottom" id="H77-YE-m71"/>
- <constraint firstAttribute="trailing" secondItem="ekd-S3-vlh" secondAttribute="trailing" constant="10" id="OFB-5D-iQH"/>
- <constraint firstItem="ekd-S3-vlh" firstAttribute="leading" secondItem="cny-yS-TFV" secondAttribute="trailing" constant="10" id="Qnk-Fz-0vF"/>
- <constraint firstItem="cny-yS-TFV" firstAttribute="leading" secondItem="jDB-au-nLm" secondAttribute="leading" id="XEq-CP-LIf"/>
- <constraint firstItem="awN-6D-uXQ" firstAttribute="top" secondItem="ekd-S3-vlh" secondAttribute="bottom" constant="5" id="f1m-9q-VgZ"/>
- <constraint firstItem="cny-yS-TFV" firstAttribute="centerY" secondItem="jDB-au-nLm" secondAttribute="centerY" id="jiY-x1-8CM"/>
- <constraint firstAttribute="trailing" secondItem="awN-6D-uXQ" secondAttribute="trailing" constant="10" id="oI1-nI-2Je"/>
- <constraint firstItem="ekd-S3-vlh" firstAttribute="top" secondItem="jDB-au-nLm" secondAttribute="top" constant="5" id="wcR-8o-9t1"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="dateLabel" destination="awN-6D-uXQ" id="P57-t7-rco"/>
- <outlet property="indexLabel" destination="cny-yS-TFV" id="umh-hY-g2N"/>
- <outlet property="titleLabel" destination="ekd-S3-vlh" id="g0c-24-ALz"/>
- </connections>
- <point key="canvasLocation" x="-123.5" y="-16"/>
- </tableViewCell>
- </objects>
- </document>
|