KMProductPromotionViewController.xib 5.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
  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="KMProductPromotionViewController" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="activitiesBox" destination="CxY-O0-Cyh" id="Tbm-K1-BO2"/>
  12. <outlet property="activitiesCloseButton" destination="Qju-Te-5th" id="eV6-mm-onD"/>
  13. <outlet property="activitiesImageView" destination="jE1-o0-mry" id="8WH-RO-fWY"/>
  14. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  15. </connections>
  16. </customObject>
  17. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  18. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  19. <customView id="Hz6-mo-xeY">
  20. <rect key="frame" x="0.0" y="0.0" width="612" height="188"/>
  21. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  22. <subviews>
  23. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="CxY-O0-Cyh" customClass="KMBox" customModule="PDF_Master" customModuleProvider="target">
  24. <rect key="frame" x="0.0" y="0.0" width="612" height="188"/>
  25. <view key="contentView" id="Cbo-eS-eTf">
  26. <rect key="frame" x="0.0" y="0.0" width="612" height="188"/>
  27. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  28. <subviews>
  29. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="jE1-o0-mry">
  30. <rect key="frame" x="0.0" y="0.0" width="612" height="188"/>
  31. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="black_pdfreaderpro_home_en" id="Fg1-dh-STx"/>
  32. </imageView>
  33. <button translatesAutoresizingMaskIntoConstraints="NO" id="Qju-Te-5th">
  34. <rect key="frame" x="577" y="151.5" width="30.5" height="34"/>
  35. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="NSStopProgressTemplate" imagePosition="only" alignment="center" imageScaling="proportionallyUpOrDown" inset="2" id="svV-sJ-Rzg">
  36. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  37. <font key="font" metaFont="system"/>
  38. </buttonCell>
  39. <constraints>
  40. <constraint firstAttribute="width" constant="30" id="3nJ-qp-c0X"/>
  41. <constraint firstAttribute="height" constant="30" id="dQs-eI-ACu"/>
  42. </constraints>
  43. <connections>
  44. <action selector="activitiesCloseButtonAction:" target="-2" id="0SA-cU-MfX"/>
  45. </connections>
  46. </button>
  47. </subviews>
  48. <constraints>
  49. <constraint firstItem="jE1-o0-mry" firstAttribute="leading" secondItem="Cbo-eS-eTf" secondAttribute="leading" id="6cQ-E9-aXe"/>
  50. <constraint firstAttribute="trailing" secondItem="Qju-Te-5th" secondAttribute="trailing" constant="5" id="AbW-PA-fyN"/>
  51. <constraint firstAttribute="bottom" secondItem="jE1-o0-mry" secondAttribute="bottom" id="WkB-t3-59G"/>
  52. <constraint firstItem="Qju-Te-5th" firstAttribute="top" secondItem="Cbo-eS-eTf" secondAttribute="top" constant="5" id="gmB-QU-k6f"/>
  53. <constraint firstItem="jE1-o0-mry" firstAttribute="top" secondItem="Cbo-eS-eTf" secondAttribute="top" id="lP9-6n-YO9"/>
  54. <constraint firstAttribute="trailing" secondItem="jE1-o0-mry" secondAttribute="trailing" id="tAg-Jg-Ki0"/>
  55. </constraints>
  56. </view>
  57. <constraints>
  58. <constraint firstAttribute="height" constant="188" id="VXB-4a-G5d"/>
  59. </constraints>
  60. <color key="fillColor" red="0.92156862745098034" green="0.92156862745098034" blue="0.92156862745098034" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  61. </box>
  62. </subviews>
  63. <constraints>
  64. <constraint firstAttribute="trailing" secondItem="CxY-O0-Cyh" secondAttribute="trailing" id="OL2-qW-l38"/>
  65. <constraint firstItem="CxY-O0-Cyh" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="Zhl-qS-8wO"/>
  66. <constraint firstAttribute="bottom" secondItem="CxY-O0-Cyh" secondAttribute="bottom" id="hUe-yF-MkW"/>
  67. <constraint firstItem="CxY-O0-Cyh" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="lt1-kr-GXA"/>
  68. </constraints>
  69. <point key="canvasLocation" x="54" y="225"/>
  70. </customView>
  71. </objects>
  72. <resources>
  73. <image name="NSStopProgressTemplate" width="17" height="16"/>
  74. <image name="black_pdfreaderpro_home_en" width="184" height="242"/>
  75. </resources>
  76. </document>