KMAnnotationLinkViewController.xib 5.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22154" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22154"/>
  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="KMAnnotationLinkViewController" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="linkActionLabel" destination="mve-Fx-rd0" id="iaP-Jy-EZ3"/>
  12. <outlet property="view" destination="HRO-5H-M6b" id="R2G-8e-9Z6"/>
  13. </connections>
  14. </customObject>
  15. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  16. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  17. <customView id="HRO-5H-M6b">
  18. <rect key="frame" x="0.0" y="0.0" width="410" height="258"/>
  19. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  20. <subviews>
  21. <box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="bSo-JZ-5Rh">
  22. <rect key="frame" x="0.0" y="255" width="410" height="5"/>
  23. </box>
  24. <customView translatesAutoresizingMaskIntoConstraints="NO" id="GDi-fe-K4T">
  25. <rect key="frame" x="10" y="56" width="390" height="166"/>
  26. <subviews>
  27. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="mve-Fx-rd0">
  28. <rect key="frame" x="-2" y="0.0" width="394" height="16"/>
  29. <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" title="Select an area or text on a page for a link to be inserted." id="nFf-J3-6lz">
  30. <font key="font" metaFont="system"/>
  31. <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/>
  32. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  33. </textFieldCell>
  34. </textField>
  35. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="3EK-Gm-sqQ">
  36. <rect key="frame" x="125" y="26" width="140" height="140"/>
  37. <constraints>
  38. <constraint firstAttribute="width" constant="140" id="eSz-xt-vmG"/>
  39. <constraint firstAttribute="height" constant="140" id="goW-wx-6oA"/>
  40. </constraints>
  41. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="KMImageNameEmptyLink" id="9D7-7n-BwT"/>
  42. </imageView>
  43. </subviews>
  44. <constraints>
  45. <constraint firstAttribute="bottom" secondItem="mve-Fx-rd0" secondAttribute="bottom" id="9Ok-kr-bU4"/>
  46. <constraint firstAttribute="trailing" secondItem="mve-Fx-rd0" secondAttribute="trailing" id="EG7-Mg-nGA"/>
  47. <constraint firstItem="3EK-Gm-sqQ" firstAttribute="centerX" secondItem="GDi-fe-K4T" secondAttribute="centerX" id="ebB-Xr-1EA"/>
  48. <constraint firstItem="3EK-Gm-sqQ" firstAttribute="top" secondItem="GDi-fe-K4T" secondAttribute="top" id="ktO-ZQ-Nsv"/>
  49. <constraint firstItem="mve-Fx-rd0" firstAttribute="leading" secondItem="GDi-fe-K4T" secondAttribute="leading" id="lUb-8K-zmQ"/>
  50. <constraint firstItem="mve-Fx-rd0" firstAttribute="top" secondItem="3EK-Gm-sqQ" secondAttribute="bottom" constant="10" id="w4f-SN-YKy"/>
  51. </constraints>
  52. </customView>
  53. </subviews>
  54. <constraints>
  55. <constraint firstAttribute="trailing" secondItem="bSo-JZ-5Rh" secondAttribute="trailing" id="KVc-qN-otU"/>
  56. <constraint firstAttribute="trailing" secondItem="GDi-fe-K4T" secondAttribute="trailing" constant="10" id="LIX-RD-coq"/>
  57. <constraint firstItem="bSo-JZ-5Rh" firstAttribute="leading" secondItem="HRO-5H-M6b" secondAttribute="leading" id="Vik-2w-LCU"/>
  58. <constraint firstItem="GDi-fe-K4T" firstAttribute="centerY" secondItem="HRO-5H-M6b" secondAttribute="centerY" constant="-10" id="W0D-hc-Ktu"/>
  59. <constraint firstItem="bSo-JZ-5Rh" firstAttribute="top" secondItem="HRO-5H-M6b" secondAttribute="top" id="WPw-6v-anh"/>
  60. <constraint firstItem="GDi-fe-K4T" firstAttribute="leading" secondItem="HRO-5H-M6b" secondAttribute="leading" constant="10" id="pQj-3M-VBX"/>
  61. </constraints>
  62. <point key="canvasLocation" x="72" y="73"/>
  63. </customView>
  64. </objects>
  65. <resources>
  66. <image name="KMImageNameEmptyLink" width="140" height="140"/>
  67. </resources>
  68. </document>