KMBatchCollectionView.xib 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
  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="KMBatchCollectionView" customModule="PDF_Office" customModuleProvider="target">
  10. <connections>
  11. <outlet property="collectionView" destination="Ld8-ua-fw8" id="WsK-8e-z8p"/>
  12. </connections>
  13. </customObject>
  14. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  15. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  16. <customView id="c22-O7-iKe">
  17. <rect key="frame" x="0.0" y="0.0" width="615" height="364"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  19. <subviews>
  20. <scrollView wantsLayer="YES" borderType="none" autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LaZ-yZ-XGg">
  21. <rect key="frame" x="0.0" y="0.0" width="615" height="356"/>
  22. <clipView key="contentView" drawsBackground="NO" id="S4k-1R-KQT">
  23. <rect key="frame" x="0.0" y="0.0" width="615" height="356"/>
  24. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  25. <subviews>
  26. <collectionView id="Ld8-ua-fw8">
  27. <rect key="frame" x="0.0" y="0.0" width="615" height="356"/>
  28. <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
  29. <collectionViewFlowLayout key="collectionViewLayout" minimumInteritemSpacing="10" minimumLineSpacing="10" id="bIe-ul-s0S">
  30. <size key="itemSize" width="50" height="50"/>
  31. </collectionViewFlowLayout>
  32. <color key="primaryBackgroundColor" red="1" green="0.99843658089999998" blue="0.99619259260000004" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  33. </collectionView>
  34. </subviews>
  35. <color key="backgroundColor" red="1" green="0.99843658089999998" blue="0.99619259260000004" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  36. </clipView>
  37. <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="3wY-vY-Gbo">
  38. <rect key="frame" x="-100" y="-100" width="233" height="15"/>
  39. <autoresizingMask key="autoresizingMask"/>
  40. </scroller>
  41. <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="6vC-AB-SCr">
  42. <rect key="frame" x="234" y="1" width="15" height="143"/>
  43. <autoresizingMask key="autoresizingMask"/>
  44. </scroller>
  45. </scrollView>
  46. </subviews>
  47. <constraints>
  48. <constraint firstAttribute="trailing" secondItem="LaZ-yZ-XGg" secondAttribute="trailing" id="0Dj-l3-hSR"/>
  49. <constraint firstItem="LaZ-yZ-XGg" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" constant="8" id="F8C-v1-BEB"/>
  50. <constraint firstAttribute="bottom" secondItem="LaZ-yZ-XGg" secondAttribute="bottom" id="YfA-CJ-RRF"/>
  51. <constraint firstItem="LaZ-yZ-XGg" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="lc4-a0-Bbu"/>
  52. </constraints>
  53. <point key="canvasLocation" x="12.5" y="201"/>
  54. </customView>
  55. </objects>
  56. </document>