1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22154" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22154"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMRightSideViewController" customModule="PDF_Master" customModuleProvider="target">
- <connections>
- <outlet property="contextBox" destination="i3N-8M-mET" id="qnt-Ug-E5R"/>
- <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="Hz6-mo-xeY">
- <rect key="frame" x="0.0" y="0.0" width="282" height="630"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="i3N-8M-mET">
- <rect key="frame" x="0.0" y="0.0" width="282" height="630"/>
- <view key="contentView" id="wY9-Aj-ztG">
- <rect key="frame" x="0.0" y="0.0" width="282" height="630"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- </box>
- </subviews>
- <constraints>
- <constraint firstItem="i3N-8M-mET" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="Ax3-do-adx"/>
- <constraint firstAttribute="bottom" secondItem="i3N-8M-mET" secondAttribute="bottom" id="Q0E-0Z-eha"/>
- <constraint firstAttribute="trailing" secondItem="i3N-8M-mET" secondAttribute="trailing" id="mDa-hd-Dbf"/>
- <constraint firstItem="i3N-8M-mET" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="qk2-zo-Avc"/>
- </constraints>
- <point key="canvasLocation" x="33" y="107"/>
- </customView>
- </objects>
- </document>
|