NCSelect.storyboard 6.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="EAU-PF-EEd">
  3. <device id="retina6_5" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18093"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--Select-->
  13. <scene sceneID="d4X-6u-1HM">
  14. <objects>
  15. <viewController storyboardIdentifier="NCSelect.storyboard" id="VYq-xA-D35" customClass="NCSelect" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  16. <view key="view" contentMode="scaleToFill" id="MaM-Im-7sc">
  17. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="0HI-k1-SD0">
  21. <rect key="frame" x="0.0" y="0.0" width="414" height="862"/>
  22. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  23. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="0.0" minimumInteritemSpacing="0.0" id="D7P-75-aB1">
  24. <size key="itemSize" width="0.0" height="0.0"/>
  25. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  26. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  27. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  28. </collectionViewFlowLayout>
  29. <cells/>
  30. <connections>
  31. <outlet property="dataSource" destination="VYq-xA-D35" id="knG-ac-buS"/>
  32. <outlet property="delegate" destination="VYq-xA-D35" id="EXB-bA-tje"/>
  33. </connections>
  34. </collectionView>
  35. </subviews>
  36. <viewLayoutGuide key="safeArea" id="vaA-85-uNN"/>
  37. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  38. <constraints>
  39. <constraint firstItem="vaA-85-uNN" firstAttribute="trailing" secondItem="0HI-k1-SD0" secondAttribute="trailing" id="Dk4-c3-6wl"/>
  40. <constraint firstItem="0HI-k1-SD0" firstAttribute="top" secondItem="MaM-Im-7sc" secondAttribute="top" id="GKj-QM-2Yy"/>
  41. <constraint firstItem="vaA-85-uNN" firstAttribute="bottom" secondItem="0HI-k1-SD0" secondAttribute="bottom" id="onM-VP-itM"/>
  42. <constraint firstItem="0HI-k1-SD0" firstAttribute="leading" secondItem="vaA-85-uNN" secondAttribute="leading" id="uLL-RT-YFO"/>
  43. </constraints>
  44. </view>
  45. <navigationItem key="navigationItem" id="N5K-De-4CP">
  46. <barButtonItem key="rightBarButtonItem" title="Cancel" id="qHj-AF-EN7">
  47. <connections>
  48. <action selector="actionCancel:" destination="VYq-xA-D35" id="LRW-H2-pbh"/>
  49. </connections>
  50. </barButtonItem>
  51. </navigationItem>
  52. <connections>
  53. <outlet property="buttonCancel" destination="qHj-AF-EN7" id="Fky-XJ-BxL"/>
  54. <outlet property="collectionView" destination="0HI-k1-SD0" id="xme-mG-bnz"/>
  55. </connections>
  56. </viewController>
  57. <placeholder placeholderIdentifier="IBFirstResponder" id="vH8-UY-9MN" userLabel="First Responder" sceneMemberID="firstResponder"/>
  58. </objects>
  59. <point key="canvasLocation" x="1196" y="228.03598200899552"/>
  60. </scene>
  61. <!--Main Navigation Controller-->
  62. <scene sceneID="KP9-Ja-zsS">
  63. <objects>
  64. <navigationController automaticallyAdjustsScrollViewInsets="NO" id="EAU-PF-EEd" customClass="NCMainNavigationController" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  65. <toolbarItems/>
  66. <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="OMR-Ah-U1w">
  67. <rect key="frame" x="0.0" y="44" width="414" height="44"/>
  68. <autoresizingMask key="autoresizingMask"/>
  69. </navigationBar>
  70. <nil name="viewControllers"/>
  71. <connections>
  72. <segue destination="VYq-xA-D35" kind="relationship" relationship="rootViewController" id="dZh-kL-x5f"/>
  73. </connections>
  74. </navigationController>
  75. <placeholder placeholderIdentifier="IBFirstResponder" id="rcK-ZU-zTS" userLabel="First Responder" sceneMemberID="firstResponder"/>
  76. </objects>
  77. <point key="canvasLocation" x="256.80000000000001" y="228.93553223388307"/>
  78. </scene>
  79. </scenes>
  80. <resources>
  81. <systemColor name="systemBackgroundColor">
  82. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  83. </systemColor>
  84. </resources>
  85. </document>