KMHomeRightView.xib 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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="KMHomeRightView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="collectionView" destination="5OB-sb-Wo4" id="TIn-F5-LiC"/>
  12. <outlet property="scrollView" destination="JYc-HP-w9v" id="CyA-gB-glN"/>
  13. </connections>
  14. </customObject>
  15. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  16. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  17. <customView id="c22-O7-iKe">
  18. <rect key="frame" x="0.0" y="0.0" width="341" height="307"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  20. <subviews>
  21. <box fixedFrame="YES" boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="f83-m3-SQD">
  22. <rect key="frame" x="0.0" y="0.0" width="341" height="307"/>
  23. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  24. <view key="contentView" id="e5g-bi-MA7">
  25. <rect key="frame" x="0.0" y="0.0" width="341" height="307"/>
  26. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  27. <subviews>
  28. <scrollView wantsLayer="YES" fixedFrame="YES" borderType="none" autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="JYc-HP-w9v">
  29. <rect key="frame" x="0.0" y="0.0" width="341" height="307"/>
  30. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  31. <clipView key="contentView" id="8DI-YV-2Wo">
  32. <rect key="frame" x="0.0" y="0.0" width="341" height="307"/>
  33. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  34. <subviews>
  35. <collectionView selectable="YES" allowsMultipleSelection="YES" id="5OB-sb-Wo4">
  36. <rect key="frame" x="0.0" y="0.0" width="341" height="307"/>
  37. <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
  38. <collectionViewFlowLayout key="collectionViewLayout" id="EPd-CT-cRT">
  39. <size key="itemSize" width="1" height="1"/>
  40. </collectionViewFlowLayout>
  41. <color key="primaryBackgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  42. </collectionView>
  43. </subviews>
  44. </clipView>
  45. <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="0S7-Hb-WF0">
  46. <rect key="frame" x="-100" y="-100" width="233" height="15"/>
  47. <autoresizingMask key="autoresizingMask"/>
  48. </scroller>
  49. <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="p5x-l4-GcY">
  50. <rect key="frame" x="316" y="0.0" width="15" height="297"/>
  51. <autoresizingMask key="autoresizingMask"/>
  52. </scroller>
  53. </scrollView>
  54. </subviews>
  55. </view>
  56. </box>
  57. </subviews>
  58. <point key="canvasLocation" x="62.5" y="-54.5"/>
  59. </customView>
  60. </objects>
  61. </document>