PDFBookmarkViewCell.xib 5.8 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="62" id="Cxl-un-v7Y" customClass="PDFBookmarkViewCell">
  13. <rect key="frame" x="0.0" y="0.0" width="375" height="62"/>
  14. <autoresizingMask key="autoresizingMask"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="Cxl-un-v7Y" id="jDB-au-nLm">
  16. <rect key="frame" x="0.0" y="0.0" width="375" height="62"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <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">
  20. <rect key="frame" x="0.0" y="16.5" width="63.5" height="29"/>
  21. <constraints>
  22. <constraint firstAttribute="width" constant="63.5" id="VdG-Hr-4Xy"/>
  23. </constraints>
  24. <fontDescription key="fontDescription" type="boldSystem" pointSize="24"/>
  25. <nil key="textColor"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. <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">
  29. <rect key="frame" x="73.5" y="5" width="291.5" height="31"/>
  30. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  31. <nil key="textColor"/>
  32. <nil key="highlightedColor"/>
  33. </label>
  34. <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">
  35. <rect key="frame" x="73.5" y="41" width="291.5" height="21"/>
  36. <constraints>
  37. <constraint firstAttribute="height" constant="21" id="cLi-pF-QKb"/>
  38. </constraints>
  39. <fontDescription key="fontDescription" type="system" pointSize="10"/>
  40. <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  41. <nil key="highlightedColor"/>
  42. </label>
  43. </subviews>
  44. <constraints>
  45. <constraint firstItem="awN-6D-uXQ" firstAttribute="leading" secondItem="cny-yS-TFV" secondAttribute="trailing" constant="10" id="8UP-GC-Ke1"/>
  46. <constraint firstAttribute="bottom" secondItem="awN-6D-uXQ" secondAttribute="bottom" id="H77-YE-m71"/>
  47. <constraint firstAttribute="trailing" secondItem="ekd-S3-vlh" secondAttribute="trailing" constant="10" id="OFB-5D-iQH"/>
  48. <constraint firstItem="ekd-S3-vlh" firstAttribute="leading" secondItem="cny-yS-TFV" secondAttribute="trailing" constant="10" id="Qnk-Fz-0vF"/>
  49. <constraint firstItem="cny-yS-TFV" firstAttribute="leading" secondItem="jDB-au-nLm" secondAttribute="leading" id="XEq-CP-LIf"/>
  50. <constraint firstItem="awN-6D-uXQ" firstAttribute="top" secondItem="ekd-S3-vlh" secondAttribute="bottom" constant="5" id="f1m-9q-VgZ"/>
  51. <constraint firstItem="cny-yS-TFV" firstAttribute="centerY" secondItem="jDB-au-nLm" secondAttribute="centerY" id="jiY-x1-8CM"/>
  52. <constraint firstAttribute="trailing" secondItem="awN-6D-uXQ" secondAttribute="trailing" constant="10" id="oI1-nI-2Je"/>
  53. <constraint firstItem="ekd-S3-vlh" firstAttribute="top" secondItem="jDB-au-nLm" secondAttribute="top" constant="5" id="wcR-8o-9t1"/>
  54. </constraints>
  55. </tableViewCellContentView>
  56. <connections>
  57. <outlet property="dateLabel" destination="awN-6D-uXQ" id="P57-t7-rco"/>
  58. <outlet property="indexLabel" destination="cny-yS-TFV" id="umh-hY-g2N"/>
  59. <outlet property="titleLabel" destination="ekd-S3-vlh" id="g0c-24-ALz"/>
  60. </connections>
  61. <point key="canvasLocation" x="-123.5" y="-16"/>
  62. </tableViewCell>
  63. </objects>
  64. </document>