KMPageEditPopViewController.xib 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="17701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17701"/>
  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="KMPageEditPopViewController">
  10. <connections>
  11. <outlet property="titleLabel" destination="gj1-TZ-Q7t" id="QBq-lk-Ea0"/>
  12. <outlet property="titlesubLabel" destination="9Rs-J1-AXq" id="VAC-DE-gcG"/>
  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="282" height="166"/>
  20. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  21. <subviews>
  22. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="gj1-TZ-Q7t">
  23. <rect key="frame" x="14" y="137" width="159" height="19"/>
  24. <textFieldCell key="cell" lineBreakMode="clipping" title="The Best PDF Editor" id="tF1-je-EZH">
  25. <font key="font" size="16" name="HelveticaNeue-Bold"/>
  26. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  27. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  28. </textFieldCell>
  29. </textField>
  30. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9Rs-J1-AXq">
  31. <rect key="frame" x="14" y="20" width="254" height="112"/>
  32. <constraints>
  33. <constraint firstAttribute="width" constant="250" id="y7Q-Nq-jU6"/>
  34. </constraints>
  35. <textFieldCell key="cell" id="2CU-8v-e0c">
  36. <font key="font" metaFont="system"/>
  37. <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>
  38. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  39. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  40. </textFieldCell>
  41. </textField>
  42. </subviews>
  43. <constraints>
  44. <constraint firstAttribute="bottom" secondItem="9Rs-J1-AXq" secondAttribute="bottom" constant="20" id="D05-X2-amb"/>
  45. <constraint firstItem="9Rs-J1-AXq" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="16" id="Mso-UP-a3k"/>
  46. <constraint firstAttribute="trailing" secondItem="9Rs-J1-AXq" secondAttribute="trailing" constant="16" id="XhM-56-mHD"/>
  47. <constraint firstItem="9Rs-J1-AXq" firstAttribute="top" secondItem="gj1-TZ-Q7t" secondAttribute="bottom" constant="5" id="YzG-A8-wCt"/>
  48. <constraint firstItem="gj1-TZ-Q7t" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="10" id="baz-fo-8sG"/>
  49. <constraint firstItem="gj1-TZ-Q7t" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="16" id="bkU-HV-6XG"/>
  50. </constraints>
  51. <point key="canvasLocation" x="154.5" y="217"/>
  52. </customView>
  53. </objects>
  54. </document>