KMLinkPageView.xib 7.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
  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="KMLinkPageView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="goButton" destination="oCA-Iy-Fyf" id="p1m-dR-YdL"/>
  12. <outlet property="imageBGView" destination="kiF-dl-p7h" id="8Bu-Bw-YtW"/>
  13. <outlet property="infoContendView" destination="QTe-er-0fc" id="QKT-lb-fm5"/>
  14. <outlet property="pageImage" destination="JGa-V6-1PX" id="l6D-hq-12y"/>
  15. <outlet property="paginationView" destination="aWm-dE-E7s" id="bgI-0a-Wuk"/>
  16. </connections>
  17. </customObject>
  18. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  19. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  20. <customView id="c22-O7-iKe">
  21. <rect key="frame" x="0.0" y="0.0" width="319" height="466"/>
  22. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  23. <subviews>
  24. <customView translatesAutoresizingMaskIntoConstraints="NO" id="rp6-GH-TI3">
  25. <rect key="frame" x="0.0" y="0.0" width="319" height="466"/>
  26. <subviews>
  27. <customView translatesAutoresizingMaskIntoConstraints="NO" id="QTe-er-0fc">
  28. <rect key="frame" x="44" y="128" width="232" height="338"/>
  29. <subviews>
  30. <customView translatesAutoresizingMaskIntoConstraints="NO" id="kiF-dl-p7h">
  31. <rect key="frame" x="16" y="56" width="200" height="266"/>
  32. <subviews>
  33. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="JGa-V6-1PX">
  34. <rect key="frame" x="0.0" y="0.0" width="200" height="266"/>
  35. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="CJc-iZ-Apf"/>
  36. </imageView>
  37. </subviews>
  38. <constraints>
  39. <constraint firstAttribute="trailing" secondItem="JGa-V6-1PX" secondAttribute="trailing" id="6XG-MJ-41x"/>
  40. <constraint firstItem="JGa-V6-1PX" firstAttribute="top" secondItem="kiF-dl-p7h" secondAttribute="top" id="7Lh-Fy-hiR"/>
  41. <constraint firstAttribute="width" constant="200" id="C8S-qo-9mb"/>
  42. <constraint firstAttribute="height" constant="266" id="X31-pL-pu0"/>
  43. <constraint firstAttribute="bottom" secondItem="JGa-V6-1PX" secondAttribute="bottom" id="YVG-da-ZNA"/>
  44. <constraint firstItem="JGa-V6-1PX" firstAttribute="leading" secondItem="kiF-dl-p7h" secondAttribute="leading" id="fBE-ip-vJK"/>
  45. </constraints>
  46. </customView>
  47. <customView translatesAutoresizingMaskIntoConstraints="NO" id="aWm-dE-E7s" customClass="ComponentPagination" customModule="KMComponentLibrary">
  48. <rect key="frame" x="29" y="16" width="173" height="24"/>
  49. <constraints>
  50. <constraint firstAttribute="height" constant="24" id="2gU-Mo-Qye"/>
  51. <constraint firstAttribute="width" constant="173" id="HEc-f3-Ua6"/>
  52. </constraints>
  53. </customView>
  54. </subviews>
  55. <constraints>
  56. <constraint firstAttribute="height" constant="338" id="CeG-Wf-MqN"/>
  57. <constraint firstAttribute="width" constant="232" id="MpO-3x-EnB"/>
  58. <constraint firstItem="aWm-dE-E7s" firstAttribute="centerX" secondItem="QTe-er-0fc" secondAttribute="centerX" id="TZW-Ih-gmF"/>
  59. <constraint firstItem="kiF-dl-p7h" firstAttribute="top" secondItem="QTe-er-0fc" secondAttribute="top" constant="16" id="jOw-Dm-IbK"/>
  60. <constraint firstItem="kiF-dl-p7h" firstAttribute="centerX" secondItem="QTe-er-0fc" secondAttribute="centerX" id="rbg-jK-e5A"/>
  61. <constraint firstItem="aWm-dE-E7s" firstAttribute="top" secondItem="kiF-dl-p7h" secondAttribute="bottom" constant="16" id="zlt-94-DpP"/>
  62. </constraints>
  63. </customView>
  64. <customView translatesAutoresizingMaskIntoConstraints="NO" id="oCA-Iy-Fyf" customClass="ComponentButton" customModule="KMComponentLibrary">
  65. <rect key="frame" x="108" y="80" width="104" height="32"/>
  66. <constraints>
  67. <constraint firstAttribute="height" constant="32" id="6fo-6Z-jfh"/>
  68. <constraint firstAttribute="width" constant="104" id="8uK-Tp-fZT"/>
  69. </constraints>
  70. </customView>
  71. </subviews>
  72. <constraints>
  73. <constraint firstItem="QTe-er-0fc" firstAttribute="centerX" secondItem="rp6-GH-TI3" secondAttribute="centerX" id="YBG-Pd-umq"/>
  74. <constraint firstItem="oCA-Iy-Fyf" firstAttribute="centerX" secondItem="rp6-GH-TI3" secondAttribute="centerX" id="cwH-04-GY7"/>
  75. <constraint firstItem="oCA-Iy-Fyf" firstAttribute="top" secondItem="QTe-er-0fc" secondAttribute="bottom" constant="16" id="fWf-Td-tfp"/>
  76. <constraint firstItem="QTe-er-0fc" firstAttribute="top" secondItem="rp6-GH-TI3" secondAttribute="top" id="oTH-EI-YkN"/>
  77. </constraints>
  78. </customView>
  79. </subviews>
  80. <constraints>
  81. <constraint firstItem="rp6-GH-TI3" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="Jre-us-j9j"/>
  82. <constraint firstItem="rp6-GH-TI3" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="MiZ-Ce-G9H"/>
  83. <constraint firstAttribute="trailing" secondItem="rp6-GH-TI3" secondAttribute="trailing" id="Pgn-5b-WNB"/>
  84. <constraint firstAttribute="bottom" secondItem="rp6-GH-TI3" secondAttribute="bottom" id="kt3-th-BL4"/>
  85. </constraints>
  86. <point key="canvasLocation" x="76.5" y="192"/>
  87. </customView>
  88. </objects>
  89. </document>