123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="17701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17701"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMPageEditPopViewController">
- <connections>
- <outlet property="titleLabel" destination="gj1-TZ-Q7t" id="QBq-lk-Ea0"/>
- <outlet property="titlesubLabel" destination="9Rs-J1-AXq" id="VAC-DE-gcG"/>
- <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="166"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="gj1-TZ-Q7t">
- <rect key="frame" x="14" y="137" width="159" height="19"/>
- <textFieldCell key="cell" lineBreakMode="clipping" title="The Best PDF Editor" id="tF1-je-EZH">
- <font key="font" size="16" name="HelveticaNeue-Bold"/>
- <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9Rs-J1-AXq">
- <rect key="frame" x="14" y="20" width="254" height="112"/>
- <constraints>
- <constraint firstAttribute="width" constant="250" id="y7Q-Nq-jU6"/>
- </constraints>
- <textFieldCell key="cell" id="2CU-8v-e0c">
- <font key="font" metaFont="system"/>
- <string key="title">It’s super simple to organize your PDF file into a professional-looking document. Insert, replace, extract, split, rotate, copy, delete, rearrange PDF pages and organize those pages just the way you like it, all in a matter of seconds. Drag-and-drop makes it more efficient.</string>
- <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="9Rs-J1-AXq" secondAttribute="bottom" constant="20" id="D05-X2-amb"/>
- <constraint firstItem="9Rs-J1-AXq" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="16" id="Mso-UP-a3k"/>
- <constraint firstAttribute="trailing" secondItem="9Rs-J1-AXq" secondAttribute="trailing" constant="16" id="XhM-56-mHD"/>
- <constraint firstItem="9Rs-J1-AXq" firstAttribute="top" secondItem="gj1-TZ-Q7t" secondAttribute="bottom" constant="5" id="YzG-A8-wCt"/>
- <constraint firstItem="gj1-TZ-Q7t" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="10" id="baz-fo-8sG"/>
- <constraint firstItem="gj1-TZ-Q7t" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="16" id="bkU-HV-6XG"/>
- </constraints>
- <point key="canvasLocation" x="154.5" y="217"/>
- </customView>
- </objects>
- </document>
|