123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="TabbarDemoVC" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <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="781" height="505"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="P8A-Of-t7P">
- <rect key="frame" x="20" y="20" width="465" height="465"/>
- <view key="contentView" id="kuI-6H-2Y2">
- <rect key="frame" x="1" y="1" width="463" height="463"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="hIz-Y5-TqQ" customClass="ComponentDivider" customModule="KMComponentLibrary">
- <rect key="frame" x="176" y="207" width="100" height="50"/>
- <constraints>
- <constraint firstAttribute="width" constant="100" id="SMe-eT-zsQ"/>
- <constraint firstAttribute="height" constant="50" id="zn5-mJ-FgI"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstItem="hIz-Y5-TqQ" firstAttribute="centerX" secondItem="kuI-6H-2Y2" secondAttribute="centerX" constant="-5.5" id="bbE-r9-TZc"/>
- <constraint firstItem="hIz-Y5-TqQ" firstAttribute="centerY" secondItem="kuI-6H-2Y2" secondAttribute="centerY" id="hfg-MY-gba"/>
- </constraints>
- </view>
- <constraints>
- <constraint firstAttribute="width" secondItem="P8A-Of-t7P" secondAttribute="height" multiplier="1:1" id="mCx-iW-Rgk"/>
- </constraints>
- </box>
- <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="3j6-Lb-wG6">
- <rect key="frame" x="505" y="20" width="256" height="465"/>
- <view key="contentView" id="L7j-dL-mTJ">
- <rect key="frame" x="1" y="1" width="254" height="463"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- </box>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="P8A-Of-t7P" secondAttribute="bottom" constant="20" id="DPz-H7-88m"/>
- <constraint firstAttribute="trailing" secondItem="3j6-Lb-wG6" secondAttribute="trailing" constant="20" id="Djt-J8-igU"/>
- <constraint firstItem="P8A-Of-t7P" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="20" id="E6q-sX-gJ5"/>
- <constraint firstItem="P8A-Of-t7P" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="20" id="Xcj-1U-wSN"/>
- <constraint firstItem="3j6-Lb-wG6" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="20" id="ePa-t5-nIG"/>
- <constraint firstItem="3j6-Lb-wG6" firstAttribute="leading" secondItem="P8A-Of-t7P" secondAttribute="trailing" constant="20" id="uJh-Qs-Uw7"/>
- <constraint firstAttribute="bottom" secondItem="3j6-Lb-wG6" secondAttribute="bottom" constant="20" id="uxZ-bv-PI1"/>
- </constraints>
- <point key="canvasLocation" x="284.5" y="270.5"/>
- </customView>
- </objects>
- </document>
|