KMPDFEditViewController.xib 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
  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="KMPDFEditViewController" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="contentBox" destination="H78-7z-jdm" id="fst-f6-ba8"/>
  12. <outlet property="topBarBox" destination="9MH-c6-Ein" id="4yW-J4-TfZ"/>
  13. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  14. </connections>
  15. </customObject>
  16. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  17. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  18. <customView id="Hz6-mo-xeY">
  19. <rect key="frame" x="0.0" y="0.0" width="480" height="272"/>
  20. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  21. <subviews>
  22. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="9MH-c6-Ein">
  23. <rect key="frame" x="0.0" y="232" width="480" height="40"/>
  24. <view key="contentView" id="pnV-ja-GKZ">
  25. <rect key="frame" x="0.0" y="0.0" width="480" height="40"/>
  26. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  27. </view>
  28. <constraints>
  29. <constraint firstAttribute="height" constant="40" id="mNT-LH-0ai"/>
  30. </constraints>
  31. </box>
  32. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="H78-7z-jdm">
  33. <rect key="frame" x="0.0" y="0.0" width="480" height="232"/>
  34. <view key="contentView" id="DN4-I2-diQ">
  35. <rect key="frame" x="0.0" y="0.0" width="480" height="232"/>
  36. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  37. </view>
  38. </box>
  39. </subviews>
  40. <constraints>
  41. <constraint firstAttribute="trailing" secondItem="9MH-c6-Ein" secondAttribute="trailing" id="3XF-0A-rcC"/>
  42. <constraint firstItem="H78-7z-jdm" firstAttribute="top" secondItem="9MH-c6-Ein" secondAttribute="bottom" id="Nhk-9Y-2aa"/>
  43. <constraint firstItem="9MH-c6-Ein" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="Q7l-UX-efw"/>
  44. <constraint firstAttribute="bottom" secondItem="H78-7z-jdm" secondAttribute="bottom" id="QBN-Il-nSW"/>
  45. <constraint firstItem="H78-7z-jdm" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="edF-ds-Kru"/>
  46. <constraint firstItem="9MH-c6-Ein" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="hY6-Qt-Ul6"/>
  47. <constraint firstAttribute="trailing" secondItem="H78-7z-jdm" secondAttribute="trailing" id="jrv-Ei-UBO"/>
  48. </constraints>
  49. <point key="canvasLocation" x="235" y="121"/>
  50. </customView>
  51. </objects>
  52. </document>