PDFPageEditAddViewController.xib 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_0" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="PDFPageEditAddViewController">
  12. <connections>
  13. <outlet property="collectionView" destination="LuH-JG-tqR" id="FPW-0K-z9q"/>
  14. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  15. </connections>
  16. </placeholder>
  17. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  18. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  19. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  20. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  21. <subviews>
  22. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="LuH-JG-tqR">
  23. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  24. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  25. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="2Z5-TU-CVo">
  26. <size key="itemSize" width="50" height="50"/>
  27. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  28. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  29. <inset key="sectionInset" minX="10" minY="10" maxX="10" maxY="10"/>
  30. </collectionViewFlowLayout>
  31. <connections>
  32. <outlet property="dataSource" destination="-1" id="eyD-sQ-L5I"/>
  33. <outlet property="delegate" destination="-1" id="jQd-fL-AaY"/>
  34. </connections>
  35. </collectionView>
  36. </subviews>
  37. <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
  38. <color key="backgroundColor" red="0.90588235294117647" green="0.90588235294117647" blue="0.90588235294117647" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  39. <constraints>
  40. <constraint firstItem="LuH-JG-tqR" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" id="K7W-wt-XDt"/>
  41. <constraint firstItem="Q5M-cg-NOt" firstAttribute="bottom" secondItem="LuH-JG-tqR" secondAttribute="bottom" id="bgT-8O-gHd"/>
  42. <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="LuH-JG-tqR" secondAttribute="trailing" id="ns6-f9-AIi"/>
  43. <constraint firstItem="LuH-JG-tqR" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" id="qY6-FS-O3D"/>
  44. </constraints>
  45. <point key="canvasLocation" x="139" y="154"/>
  46. </view>
  47. </objects>
  48. </document>