123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- <?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="NavigationDemoVC" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="navigationView" destination="xTv-kC-Kpe" id="fch-BC-QiQ"/>
- <outlet property="showIcon" destination="2lN-ft-gqn" id="lhi-Pd-QEi"/>
- <outlet property="textField" destination="zpU-tk-jTG" id="rEg-Mj-NAr"/>
- <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="848" height="503"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="ftZ-q0-Xw6">
- <rect key="frame" x="20" y="20" width="463" height="463"/>
- <view key="contentView" id="RPp-gz-ATn">
- <rect key="frame" x="1" y="1" width="461" height="461"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="xTv-kC-Kpe" customClass="ComponentNavBarItem" customModule="KMComponentLibrary">
- <rect key="frame" x="125" y="215" width="200" height="32"/>
- <constraints>
- <constraint firstAttribute="width" constant="200" id="XNZ-Hb-Dye"/>
- <constraint firstAttribute="height" constant="32" id="bDb-ci-3j5"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstItem="xTv-kC-Kpe" firstAttribute="centerY" secondItem="RPp-gz-ATn" secondAttribute="centerY" id="jRi-c4-VmS"/>
- <constraint firstItem="xTv-kC-Kpe" firstAttribute="centerX" secondItem="RPp-gz-ATn" secondAttribute="centerX" constant="-5.5" id="rM4-y7-ZsM"/>
- </constraints>
- </view>
- <constraints>
- <constraint firstAttribute="width" secondItem="ftZ-q0-Xw6" secondAttribute="height" multiplier="1:1" id="Pvf-r8-iC9"/>
- </constraints>
- </box>
- <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="uZA-l6-d2q">
- <rect key="frame" x="503" y="20" width="325" height="463"/>
- <view key="contentView" id="1Bf-L1-jia">
- <rect key="frame" x="1" y="1" width="323" height="461"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="Yhi-1B-5DJ">
- <rect key="frame" x="20" y="197" width="283" height="67"/>
- <subviews>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="2lN-ft-gqn">
- <rect key="frame" x="8" y="40" width="265" height="18"/>
- <buttonCell key="cell" type="check" title="Show Icon" bezelStyle="regularSquare" imagePosition="left" inset="2" id="CWP-op-aqm">
- <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="showIconAction:" target="-2" id="SxP-Ce-TNb"/>
- </connections>
- </button>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="way-H9-2ND">
- <rect key="frame" x="8" y="13" width="30" height="16"/>
- <textFieldCell key="cell" lineBreakMode="clipping" title="Text" id="7DR-OD-SrI">
- <font key="font" metaFont="system"/>
- <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="zpU-tk-jTG">
- <rect key="frame" x="46" y="10" width="227" height="21"/>
- <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="center" title="Navigation Label" drawsBackground="YES" id="fDe-Rf-ej1">
- <font key="font" metaFont="system"/>
- <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- </subviews>
- <constraints>
- <constraint firstItem="2lN-ft-gqn" firstAttribute="top" secondItem="Yhi-1B-5DJ" secondAttribute="top" constant="10" id="B2u-U2-Ul2"/>
- <constraint firstItem="zpU-tk-jTG" firstAttribute="centerY" secondItem="way-H9-2ND" secondAttribute="centerY" id="FXz-gh-LSW"/>
- <constraint firstItem="zpU-tk-jTG" firstAttribute="leading" secondItem="way-H9-2ND" secondAttribute="trailing" constant="10" id="GIM-ji-Lsq"/>
- <constraint firstAttribute="bottom" secondItem="zpU-tk-jTG" secondAttribute="bottom" constant="10" id="GfE-sC-VID"/>
- <constraint firstAttribute="trailing" secondItem="zpU-tk-jTG" secondAttribute="trailing" constant="10" id="M7p-HK-iWb"/>
- <constraint firstItem="2lN-ft-gqn" firstAttribute="leading" secondItem="Yhi-1B-5DJ" secondAttribute="leading" constant="10" id="Ykn-BP-FzE"/>
- <constraint firstItem="way-H9-2ND" firstAttribute="leading" secondItem="Yhi-1B-5DJ" secondAttribute="leading" constant="10" id="a7p-KF-XVk"/>
- <constraint firstAttribute="trailing" secondItem="2lN-ft-gqn" secondAttribute="trailing" constant="10" id="eBv-Mm-Vvg"/>
- <constraint firstItem="zpU-tk-jTG" firstAttribute="top" secondItem="2lN-ft-gqn" secondAttribute="bottom" constant="10" id="lqL-TC-K3Q"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="Yhi-1B-5DJ" secondAttribute="trailing" constant="20" id="0Sz-4e-ost"/>
- <constraint firstItem="Yhi-1B-5DJ" firstAttribute="leading" secondItem="1Bf-L1-jia" secondAttribute="leading" constant="20" id="9Hu-uh-vaB"/>
- </constraints>
- </view>
- <constraints>
- <constraint firstItem="Yhi-1B-5DJ" firstAttribute="centerY" secondItem="uZA-l6-d2q" secondAttribute="centerY" id="PW8-YG-Qa4"/>
- </constraints>
- </box>
- </subviews>
- <constraints>
- <constraint firstItem="ftZ-q0-Xw6" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="20" id="2Ib-yA-7LO"/>
- <constraint firstAttribute="bottom" secondItem="uZA-l6-d2q" secondAttribute="bottom" constant="20" id="GIa-tH-Kmd"/>
- <constraint firstAttribute="trailing" secondItem="uZA-l6-d2q" secondAttribute="trailing" constant="20" id="blL-fO-yBl"/>
- <constraint firstAttribute="bottom" secondItem="ftZ-q0-Xw6" secondAttribute="bottom" constant="20" id="cWF-2z-u3i"/>
- <constraint firstItem="ftZ-q0-Xw6" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="20" id="dnO-K3-ygQ"/>
- <constraint firstItem="uZA-l6-d2q" firstAttribute="leading" secondItem="ftZ-q0-Xw6" secondAttribute="trailing" constant="20" id="xYj-xp-FZL"/>
- <constraint firstItem="uZA-l6-d2q" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="20" id="z6I-ep-qhQ"/>
- </constraints>
- <point key="canvasLocation" x="318" y="269.5"/>
- </customView>
- </objects>
- </document>
|