KMAnnotationSectionCellView.xib 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="23504" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23504"/>
  6. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <objects>
  9. <customObject id="-2" userLabel="File's Owner" customClass="KMSectionCellView" customModule="PDF_Reader_Pro" customModuleProvider="target"/>
  10. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  11. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  12. <tableCellView id="qeq-9Z-4A5" customClass="KMAnnotationSectionCellView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  13. <rect key="frame" x="0.0" y="0.0" width="239" height="32"/>
  14. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  15. <subviews>
  16. <box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="ALL-Bd-HqD">
  17. <rect key="frame" x="16" y="-2" width="207" height="5"/>
  18. </box>
  19. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="Ivc-dC-Pho">
  20. <rect key="frame" x="42" y="8" width="4" height="16"/>
  21. <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" id="eCT-hy-8qi">
  22. <font key="font" usesAppearanceFont="YES"/>
  23. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  24. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  25. </textFieldCell>
  26. </textField>
  27. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="rjc-uD-mQf">
  28. <rect key="frame" x="180" y="8" width="37" height="16"/>
  29. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="xg9-Kz-vHH">
  30. <font key="font" metaFont="system"/>
  31. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  32. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  33. </textFieldCell>
  34. </textField>
  35. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="1Z2-Dc-fxz">
  36. <rect key="frame" x="20" y="8" width="16" height="16"/>
  37. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="regularSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="iv2-vi-fDB">
  38. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  39. <font key="font" metaFont="system"/>
  40. </buttonCell>
  41. <constraints>
  42. <constraint firstAttribute="width" constant="16" id="SC8-Wl-hxz"/>
  43. <constraint firstAttribute="height" constant="16" id="zBo-6g-duz"/>
  44. </constraints>
  45. </button>
  46. </subviews>
  47. <constraints>
  48. <constraint firstAttribute="bottom" secondItem="ALL-Bd-HqD" secondAttribute="bottom" id="3KV-jY-90D"/>
  49. <constraint firstItem="Ivc-dC-Pho" firstAttribute="leading" secondItem="1Z2-Dc-fxz" secondAttribute="trailing" constant="8" id="ACj-B2-7hb"/>
  50. <constraint firstItem="Ivc-dC-Pho" firstAttribute="centerY" secondItem="qeq-9Z-4A5" secondAttribute="centerY" id="JUy-id-kUc"/>
  51. <constraint firstItem="rjc-uD-mQf" firstAttribute="centerY" secondItem="qeq-9Z-4A5" secondAttribute="centerY" id="Jas-8P-hzB"/>
  52. <constraint firstItem="1Z2-Dc-fxz" firstAttribute="centerY" secondItem="qeq-9Z-4A5" secondAttribute="centerY" id="OmN-UY-uxq"/>
  53. <constraint firstAttribute="trailing" secondItem="ALL-Bd-HqD" secondAttribute="trailing" constant="16" id="U1o-46-m9u"/>
  54. <constraint firstItem="ALL-Bd-HqD" firstAttribute="leading" secondItem="qeq-9Z-4A5" secondAttribute="leading" constant="16" id="Vfy-fE-7i2"/>
  55. <constraint firstAttribute="trailing" secondItem="rjc-uD-mQf" secondAttribute="trailing" constant="24" id="Z97-QS-N9P"/>
  56. <constraint firstItem="1Z2-Dc-fxz" firstAttribute="leading" secondItem="qeq-9Z-4A5" secondAttribute="leading" constant="20" id="qYy-cY-1fg"/>
  57. </constraints>
  58. <connections>
  59. <outlet property="countLabel" destination="rjc-uD-mQf" id="yTm-O6-wPh"/>
  60. <outlet property="expandButton" destination="1Z2-Dc-fxz" id="V51-pv-Ftg"/>
  61. <outlet property="titleLabel" destination="Ivc-dC-Pho" id="9V4-S9-p71"/>
  62. </connections>
  63. <point key="canvasLocation" x="101.5" y="-5"/>
  64. </tableCellView>
  65. </objects>
  66. </document>