TabbarDemoVC.xib 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
  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="TabbarDemoVC" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  12. </connections>
  13. </customObject>
  14. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  15. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  16. <customView id="Hz6-mo-xeY">
  17. <rect key="frame" x="0.0" y="0.0" width="781" height="505"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  19. <subviews>
  20. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="P8A-Of-t7P">
  21. <rect key="frame" x="20" y="20" width="465" height="465"/>
  22. <view key="contentView" id="kuI-6H-2Y2">
  23. <rect key="frame" x="1" y="1" width="463" height="463"/>
  24. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  25. <subviews>
  26. <customView translatesAutoresizingMaskIntoConstraints="NO" id="hIz-Y5-TqQ" customClass="ComponentDivider" customModule="KMComponentLibrary">
  27. <rect key="frame" x="176" y="207" width="100" height="50"/>
  28. <constraints>
  29. <constraint firstAttribute="width" constant="100" id="SMe-eT-zsQ"/>
  30. <constraint firstAttribute="height" constant="50" id="zn5-mJ-FgI"/>
  31. </constraints>
  32. </customView>
  33. </subviews>
  34. <constraints>
  35. <constraint firstItem="hIz-Y5-TqQ" firstAttribute="centerX" secondItem="kuI-6H-2Y2" secondAttribute="centerX" constant="-5.5" id="bbE-r9-TZc"/>
  36. <constraint firstItem="hIz-Y5-TqQ" firstAttribute="centerY" secondItem="kuI-6H-2Y2" secondAttribute="centerY" id="hfg-MY-gba"/>
  37. </constraints>
  38. </view>
  39. <constraints>
  40. <constraint firstAttribute="width" secondItem="P8A-Of-t7P" secondAttribute="height" multiplier="1:1" id="mCx-iW-Rgk"/>
  41. </constraints>
  42. </box>
  43. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="3j6-Lb-wG6">
  44. <rect key="frame" x="505" y="20" width="256" height="465"/>
  45. <view key="contentView" id="L7j-dL-mTJ">
  46. <rect key="frame" x="1" y="1" width="254" height="463"/>
  47. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  48. </view>
  49. </box>
  50. </subviews>
  51. <constraints>
  52. <constraint firstAttribute="bottom" secondItem="P8A-Of-t7P" secondAttribute="bottom" constant="20" id="DPz-H7-88m"/>
  53. <constraint firstAttribute="trailing" secondItem="3j6-Lb-wG6" secondAttribute="trailing" constant="20" id="Djt-J8-igU"/>
  54. <constraint firstItem="P8A-Of-t7P" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="20" id="E6q-sX-gJ5"/>
  55. <constraint firstItem="P8A-Of-t7P" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="20" id="Xcj-1U-wSN"/>
  56. <constraint firstItem="3j6-Lb-wG6" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="20" id="ePa-t5-nIG"/>
  57. <constraint firstItem="3j6-Lb-wG6" firstAttribute="leading" secondItem="P8A-Of-t7P" secondAttribute="trailing" constant="20" id="uJh-Qs-Uw7"/>
  58. <constraint firstAttribute="bottom" secondItem="3j6-Lb-wG6" secondAttribute="bottom" constant="20" id="uxZ-bv-PI1"/>
  59. </constraints>
  60. <point key="canvasLocation" x="284.5" y="270.5"/>
  61. </customView>
  62. </objects>
  63. </document>