NCCreateFormUploadDocuments.storyboard 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="hTm-e0-ORl">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/>
  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. <scenes>
  11. <!--Create Form Upload Documents-->
  12. <scene sceneID="UDa-5t-Os6">
  13. <objects>
  14. <viewController storyboardIdentifier="NCCreateFormUploadRichdocuments.storyboard" id="uQo-FX-ejX" customClass="NCCreateFormUploadDocuments" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  15. <view key="view" contentMode="scaleToFill" id="PyZ-sH-zNM">
  16. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="kdt-bX-icm">
  20. <rect key="frame" x="0.0" y="44" width="375" height="250"/>
  21. <constraints>
  22. <constraint firstAttribute="height" constant="250" id="XAH-EC-bwE"/>
  23. </constraints>
  24. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="0.0" minimumInteritemSpacing="0.0" id="pay-52-Gt0">
  25. <size key="itemSize" width="150" height="170"/>
  26. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  27. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  28. <inset key="sectionInset" minX="10" minY="10" maxX="9" maxY="0.0"/>
  29. </collectionViewFlowLayout>
  30. <cells>
  31. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="cell" id="3Zg-hF-dVr">
  32. <rect key="frame" x="10" y="10" width="150" height="170"/>
  33. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  34. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  35. <rect key="frame" x="0.0" y="0.0" width="150" height="170"/>
  36. <autoresizingMask key="autoresizingMask"/>
  37. <subviews>
  38. <imageView opaque="NO" userInteractionEnabled="NO" tag="100" contentMode="scaleAspectFit" translatesAutoresizingMaskIntoConstraints="NO" id="X31-eH-dH5" userLabel="ImagePreview">
  39. <rect key="frame" x="1" y="1" width="148" height="148"/>
  40. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  41. </imageView>
  42. <label opaque="NO" userInteractionEnabled="NO" tag="200" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BeG-go-HP6">
  43. <rect key="frame" x="0.0" y="150" width="150" height="20"/>
  44. <constraints>
  45. <constraint firstAttribute="height" constant="20" id="SB5-4E-7OZ"/>
  46. </constraints>
  47. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  48. <nil key="textColor"/>
  49. <nil key="highlightedColor"/>
  50. </label>
  51. <imageView userInteractionEnabled="NO" tag="300" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="plus100" translatesAutoresizingMaskIntoConstraints="NO" id="Byg-Ok-yCr" userLabel="imageSelect">
  52. <rect key="frame" x="50" y="50" width="50" height="50"/>
  53. <constraints>
  54. <constraint firstAttribute="width" constant="50" id="2ZV-XV-9Tj" userLabel="width = 50"/>
  55. <constraint firstAttribute="height" constant="50" id="DVP-w6-ED7" userLabel="height = 50"/>
  56. </constraints>
  57. </imageView>
  58. </subviews>
  59. </view>
  60. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  61. <constraints>
  62. <constraint firstItem="BeG-go-HP6" firstAttribute="top" secondItem="X31-eH-dH5" secondAttribute="bottom" constant="1" id="67E-L2-y86"/>
  63. <constraint firstItem="BeG-go-HP6" firstAttribute="leading" secondItem="3Zg-hF-dVr" secondAttribute="leading" id="9aq-dC-p0W"/>
  64. <constraint firstItem="Byg-Ok-yCr" firstAttribute="centerX" secondItem="X31-eH-dH5" secondAttribute="centerX" id="CEc-hq-24i"/>
  65. <constraint firstItem="X31-eH-dH5" firstAttribute="leading" secondItem="3Zg-hF-dVr" secondAttribute="leading" constant="1" id="HCI-EG-bNi"/>
  66. <constraint firstAttribute="trailing" secondItem="BeG-go-HP6" secondAttribute="trailing" id="Ir1-IG-qyG"/>
  67. <constraint firstAttribute="trailing" secondItem="X31-eH-dH5" secondAttribute="trailing" constant="1" id="OsG-61-SBl"/>
  68. <constraint firstItem="X31-eH-dH5" firstAttribute="top" secondItem="3Zg-hF-dVr" secondAttribute="top" constant="1" id="jik-qq-poj"/>
  69. <constraint firstItem="Byg-Ok-yCr" firstAttribute="centerY" secondItem="X31-eH-dH5" secondAttribute="centerY" id="kKZ-cS-fa6"/>
  70. <constraint firstAttribute="bottom" secondItem="BeG-go-HP6" secondAttribute="bottom" id="qCU-fe-CS8"/>
  71. </constraints>
  72. </collectionViewCell>
  73. </cells>
  74. <connections>
  75. <outlet property="dataSource" destination="uQo-FX-ejX" id="d36-00-RQh"/>
  76. <outlet property="delegate" destination="uQo-FX-ejX" id="9zi-Ui-T0z"/>
  77. </connections>
  78. </collectionView>
  79. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" scrollEnabled="NO" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="eeP-9N-ZRP">
  80. <rect key="frame" x="0.0" y="304" width="375" height="200"/>
  81. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  82. <constraints>
  83. <constraint firstAttribute="height" constant="200" id="kKy-VZ-d0g"/>
  84. </constraints>
  85. <connections>
  86. <outlet property="dataSource" destination="uQo-FX-ejX" id="Y7U-AM-3WZ"/>
  87. <outlet property="delegate" destination="uQo-FX-ejX" id="gsE-cc-f9G"/>
  88. </connections>
  89. </tableView>
  90. <activityIndicatorView hidden="YES" opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" hidesWhenStopped="YES" style="gray" translatesAutoresizingMaskIntoConstraints="NO" id="MR6-tv-tqK">
  91. <rect key="frame" x="172.5" y="154" width="30" height="30"/>
  92. <constraints>
  93. <constraint firstAttribute="width" constant="30" id="0S5-5q-xmr"/>
  94. <constraint firstAttribute="height" constant="30" id="pBW-Yp-CNJ"/>
  95. </constraints>
  96. </activityIndicatorView>
  97. </subviews>
  98. <constraints>
  99. <constraint firstItem="MR6-tv-tqK" firstAttribute="centerX" secondItem="ILQ-5j-b92" secondAttribute="centerX" id="71o-CE-nGW"/>
  100. <constraint firstItem="eeP-9N-ZRP" firstAttribute="top" secondItem="kdt-bX-icm" secondAttribute="bottom" constant="10" id="Fhq-zQ-1Cx"/>
  101. <constraint firstItem="kdt-bX-icm" firstAttribute="leading" secondItem="eeP-9N-ZRP" secondAttribute="leading" id="M0y-VC-ex7"/>
  102. <constraint firstItem="MR6-tv-tqK" firstAttribute="centerY" secondItem="kdt-bX-icm" secondAttribute="centerY" id="eM4-te-y7u"/>
  103. <constraint firstItem="kdt-bX-icm" firstAttribute="trailing" secondItem="eeP-9N-ZRP" secondAttribute="trailing" id="iNB-l9-u3p"/>
  104. <constraint firstItem="kdt-bX-icm" firstAttribute="top" secondItem="ILQ-5j-b92" secondAttribute="top" id="nnJ-OQ-Uly"/>
  105. <constraint firstItem="eeP-9N-ZRP" firstAttribute="leading" secondItem="ILQ-5j-b92" secondAttribute="leading" id="pNx-zH-54E"/>
  106. <constraint firstItem="ILQ-5j-b92" firstAttribute="trailing" secondItem="eeP-9N-ZRP" secondAttribute="trailing" id="yxz-bK-MTp"/>
  107. </constraints>
  108. <viewLayoutGuide key="safeArea" id="ILQ-5j-b92"/>
  109. </view>
  110. <navigationItem key="navigationItem" id="YB9-Lg-X9d"/>
  111. <connections>
  112. <outlet property="collectionView" destination="kdt-bX-icm" id="KHF-Np-nhf"/>
  113. <outlet property="collectionViewHeigth" destination="XAH-EC-bwE" id="I4u-n9-7pm"/>
  114. <outlet property="indicator" destination="MR6-tv-tqK" id="zvu-t9-npc"/>
  115. <outlet property="tableView" destination="eeP-9N-ZRP" id="dzG-bV-m9u"/>
  116. </connections>
  117. </viewController>
  118. <placeholder placeholderIdentifier="IBFirstResponder" id="tPT-Fr-1CS" userLabel="First Responder" sceneMemberID="firstResponder"/>
  119. </objects>
  120. <point key="canvasLocation" x="1196" y="228.93553223388307"/>
  121. </scene>
  122. <!--Navigation Controller-->
  123. <scene sceneID="3OT-UN-0Dc">
  124. <objects>
  125. <navigationController automaticallyAdjustsScrollViewInsets="NO" id="hTm-e0-ORl" sceneMemberID="viewController">
  126. <toolbarItems/>
  127. <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="erz-WY-qOP">
  128. <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
  129. <autoresizingMask key="autoresizingMask"/>
  130. </navigationBar>
  131. <nil name="viewControllers"/>
  132. <connections>
  133. <segue destination="uQo-FX-ejX" kind="relationship" relationship="rootViewController" id="6dF-7E-8yd"/>
  134. </connections>
  135. </navigationController>
  136. <placeholder placeholderIdentifier="IBFirstResponder" id="GZJ-Ut-ON6" userLabel="First Responder" sceneMemberID="firstResponder"/>
  137. </objects>
  138. <point key="canvasLocation" x="256.80000000000001" y="228.93553223388307"/>
  139. </scene>
  140. </scenes>
  141. <resources>
  142. <image name="plus100" width="100" height="100"/>
  143. </resources>
  144. </document>