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="65" id="bQ8-l1-sjp" customClass="PDFAnnotationViewCell">
- <rect key="frame" x="0.0" y="0.0" width="375" height="65"/>
- <autoresizingMask key="autoresizingMask"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="bQ8-l1-sjp" id="KKF-PF-6gT">
- <rect key="frame" x="0.0" y="0.0" width="375" height="65"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="LJa-BM-1Rb">
- <rect key="frame" x="5" y="17.5" width="40" height="30"/>
- <constraints>
- <constraint firstAttribute="height" constant="30" id="rpo-G8-Fku"/>
- <constraint firstAttribute="width" constant="40" id="yqS-sc-bSc"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0LI-b3-hrb">
- <rect key="frame" x="50" y="5" width="320" height="35.5"/>
- <constraints>
- <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="20" id="VuO-pI-WBC"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <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="llt-to-lWs">
- <rect key="frame" x="339" y="45.5" width="31" height="14.5"/>
- <constraints>
- <constraint firstAttribute="height" constant="14.5" id="PoY-oR-VWW"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="12"/>
- <color key="textColor" red="0.57045853140000002" green="0.57047235969999999" blue="0.57046490910000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="0LI-b3-hrb" secondAttribute="trailing" constant="5" id="9Tq-XA-Dej"/>
- <constraint firstAttribute="bottom" secondItem="llt-to-lWs" secondAttribute="bottom" constant="5" id="OqU-Zv-TGi"/>
- <constraint firstItem="LJa-BM-1Rb" firstAttribute="leading" secondItem="KKF-PF-6gT" secondAttribute="leading" constant="5" id="Trk-iL-LZ2"/>
- <constraint firstItem="llt-to-lWs" firstAttribute="top" secondItem="0LI-b3-hrb" secondAttribute="bottom" constant="5" id="e85-wl-Zym"/>
- <constraint firstItem="0LI-b3-hrb" firstAttribute="top" secondItem="KKF-PF-6gT" secondAttribute="top" constant="5" id="heq-Pw-5tk"/>
- <constraint firstItem="0LI-b3-hrb" firstAttribute="leading" secondItem="LJa-BM-1Rb" secondAttribute="trailing" constant="5" id="kbT-46-NwS"/>
- <constraint firstItem="LJa-BM-1Rb" firstAttribute="centerY" secondItem="KKF-PF-6gT" secondAttribute="centerY" id="q55-1w-ORK"/>
- <constraint firstAttribute="trailing" secondItem="llt-to-lWs" secondAttribute="trailing" constant="5" id="q5y-OS-Kam"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="contentsLabel" destination="0LI-b3-hrb" id="u6P-ZX-vpn"/>
- <outlet property="dateLabel" destination="llt-to-lWs" id="pPR-ic-kPq"/>
- <outlet property="typeImageView" destination="LJa-BM-1Rb" id="l6K-yj-ZAo"/>
- </connections>
- <point key="canvasLocation" x="-127.5" y="21.5"/>
- </tableViewCell>
- </objects>
- </document>
|