KMAdvertisementTableView.xib 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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="KMAdvertisementTableView" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="collectionView" destination="DM1-E5-H8J" id="npq-W6-KFs"/>
  12. <outlet property="contentView" destination="c22-O7-iKe" id="PMK-sn-xgD"/>
  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="246" height="431"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  20. <subviews>
  21. <scrollView wantsLayer="YES" borderType="none" autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="UFo-Fd-Vqk">
  22. <rect key="frame" x="0.0" y="0.0" width="246" height="431"/>
  23. <clipView key="contentView" drawsBackground="NO" id="M51-ZI-aP5">
  24. <rect key="frame" x="0.0" y="0.0" width="246" height="431"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  26. <subviews>
  27. <collectionView id="DM1-E5-H8J">
  28. <rect key="frame" x="0.0" y="0.0" width="246" height="431"/>
  29. <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
  30. <collectionViewFlowLayout key="collectionViewLayout" id="QQ0-er-OSn">
  31. <size key="itemSize" width="50" height="50"/>
  32. </collectionViewFlowLayout>
  33. <color key="primaryBackgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  34. </collectionView>
  35. </subviews>
  36. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  37. </clipView>
  38. <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="PAQ-UO-Nz6">
  39. <rect key="frame" x="-100" y="-100" width="233" height="15"/>
  40. <autoresizingMask key="autoresizingMask"/>
  41. </scroller>
  42. <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="BXa-fT-rRG">
  43. <rect key="frame" x="234" y="1" width="15" height="143"/>
  44. <autoresizingMask key="autoresizingMask"/>
  45. </scroller>
  46. </scrollView>
  47. </subviews>
  48. <constraints>
  49. <constraint firstAttribute="bottom" secondItem="UFo-Fd-Vqk" secondAttribute="bottom" id="KWL-Zf-KFW"/>
  50. <constraint firstItem="UFo-Fd-Vqk" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="ShF-i8-p4g"/>
  51. <constraint firstItem="UFo-Fd-Vqk" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="oVj-wf-0sg"/>
  52. <constraint firstAttribute="trailing" secondItem="UFo-Fd-Vqk" secondAttribute="trailing" id="v5c-3v-n9k"/>
  53. </constraints>
  54. <point key="canvasLocation" x="27" y="170"/>
  55. </customView>
  56. </objects>
  57. </document>