PDFAnnotationViewCell.xib 5.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" rowHeight="65" id="bQ8-l1-sjp" customClass="PDFAnnotationViewCell">
  13. <rect key="frame" x="0.0" y="0.0" width="375" height="65"/>
  14. <autoresizingMask key="autoresizingMask"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="bQ8-l1-sjp" id="KKF-PF-6gT">
  16. <rect key="frame" x="0.0" y="0.0" width="375" height="65"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="LJa-BM-1Rb">
  20. <rect key="frame" x="5" y="17.5" width="40" height="30"/>
  21. <constraints>
  22. <constraint firstAttribute="height" constant="30" id="rpo-G8-Fku"/>
  23. <constraint firstAttribute="width" constant="40" id="yqS-sc-bSc"/>
  24. </constraints>
  25. </imageView>
  26. <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">
  27. <rect key="frame" x="50" y="5" width="320" height="35.5"/>
  28. <constraints>
  29. <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="20" id="VuO-pI-WBC"/>
  30. </constraints>
  31. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  32. <nil key="textColor"/>
  33. <nil key="highlightedColor"/>
  34. </label>
  35. <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">
  36. <rect key="frame" x="339" y="45.5" width="31" height="14.5"/>
  37. <constraints>
  38. <constraint firstAttribute="height" constant="14.5" id="PoY-oR-VWW"/>
  39. </constraints>
  40. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  41. <color key="textColor" red="0.57045853140000002" green="0.57047235969999999" blue="0.57046490910000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  42. <nil key="highlightedColor"/>
  43. </label>
  44. </subviews>
  45. <constraints>
  46. <constraint firstAttribute="trailing" secondItem="0LI-b3-hrb" secondAttribute="trailing" constant="5" id="9Tq-XA-Dej"/>
  47. <constraint firstAttribute="bottom" secondItem="llt-to-lWs" secondAttribute="bottom" constant="5" id="OqU-Zv-TGi"/>
  48. <constraint firstItem="LJa-BM-1Rb" firstAttribute="leading" secondItem="KKF-PF-6gT" secondAttribute="leading" constant="5" id="Trk-iL-LZ2"/>
  49. <constraint firstItem="llt-to-lWs" firstAttribute="top" secondItem="0LI-b3-hrb" secondAttribute="bottom" constant="5" id="e85-wl-Zym"/>
  50. <constraint firstItem="0LI-b3-hrb" firstAttribute="top" secondItem="KKF-PF-6gT" secondAttribute="top" constant="5" id="heq-Pw-5tk"/>
  51. <constraint firstItem="0LI-b3-hrb" firstAttribute="leading" secondItem="LJa-BM-1Rb" secondAttribute="trailing" constant="5" id="kbT-46-NwS"/>
  52. <constraint firstItem="LJa-BM-1Rb" firstAttribute="centerY" secondItem="KKF-PF-6gT" secondAttribute="centerY" id="q55-1w-ORK"/>
  53. <constraint firstAttribute="trailing" secondItem="llt-to-lWs" secondAttribute="trailing" constant="5" id="q5y-OS-Kam"/>
  54. </constraints>
  55. </tableViewCellContentView>
  56. <connections>
  57. <outlet property="contentsLabel" destination="0LI-b3-hrb" id="u6P-ZX-vpn"/>
  58. <outlet property="dateLabel" destination="llt-to-lWs" id="pPR-ic-kPq"/>
  59. <outlet property="typeImageView" destination="LJa-BM-1Rb" id="l6K-yj-ZAo"/>
  60. </connections>
  61. <point key="canvasLocation" x="-127.5" y="21.5"/>
  62. </tableViewCell>
  63. </objects>
  64. </document>