NCTrash.storyboard 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14283.14"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--Trash-->
  13. <scene sceneID="PiR-Nr-mEC">
  14. <objects>
  15. <collectionViewController storyboardIdentifier="NCTrash.storyboard" id="Gx8-lx-ma6" customClass="NCTrash" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  16. <collectionView key="view" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" id="OBM-Wp-H4N">
  17. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  20. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="rJW-b8-xeO">
  21. <size key="itemSize" width="50" height="50"/>
  22. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  23. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  24. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  25. </collectionViewFlowLayout>
  26. <cells>
  27. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="PxD-sK-v1t">
  28. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  29. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  30. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO">
  31. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  32. <autoresizingMask key="autoresizingMask"/>
  33. </view>
  34. </collectionViewCell>
  35. </cells>
  36. <connections>
  37. <outlet property="dataSource" destination="Gx8-lx-ma6" id="fol-40-0wa"/>
  38. <outlet property="delegate" destination="Gx8-lx-ma6" id="b6f-8I-Fej"/>
  39. </connections>
  40. </collectionView>
  41. </collectionViewController>
  42. <placeholder placeholderIdentifier="IBFirstResponder" id="fPT-fg-fud" userLabel="First Responder" sceneMemberID="firstResponder"/>
  43. </objects>
  44. <point key="canvasLocation" x="454" y="268"/>
  45. </scene>
  46. </scenes>
  47. </document>