NCCapabilitiesViewController.storyboard 4.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16097.2" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="mhC-fI-Vf9">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
  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. <!--Capabilities View Controller-->
  12. <scene sceneID="Eck-Ue-hed">
  13. <objects>
  14. <viewController id="ozT-xJ-WV6" customClass="NCCapabilitiesViewController" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  15. <view key="view" contentMode="scaleToFill" id="SQB-8o-3jn">
  16. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="5eA-5t-rAj">
  20. <rect key="frame" x="5" y="93" width="404" height="764"/>
  21. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  22. <color key="textColor" systemColor="labelColor" cocoaTouchSystemColor="darkTextColor"/>
  23. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  24. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  25. </textView>
  26. </subviews>
  27. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  28. <constraints>
  29. <constraint firstItem="fb6-2h-5eQ" firstAttribute="trailing" secondItem="5eA-5t-rAj" secondAttribute="trailing" constant="5" id="2Kf-Pz-TZl"/>
  30. <constraint firstItem="fb6-2h-5eQ" firstAttribute="bottom" secondItem="5eA-5t-rAj" secondAttribute="bottom" constant="5" id="7ID-Og-3fl"/>
  31. <constraint firstItem="5eA-5t-rAj" firstAttribute="leading" secondItem="fb6-2h-5eQ" secondAttribute="leading" constant="5" id="Ala-ou-V0u"/>
  32. <constraint firstItem="5eA-5t-rAj" firstAttribute="top" secondItem="fb6-2h-5eQ" secondAttribute="top" constant="5" id="qBL-Za-l25"/>
  33. </constraints>
  34. <viewLayoutGuide key="safeArea" id="fb6-2h-5eQ"/>
  35. </view>
  36. <navigationItem key="navigationItem" id="vM0-zp-IDg"/>
  37. <connections>
  38. <outlet property="textView" destination="5eA-5t-rAj" id="2eT-BP-YAE"/>
  39. </connections>
  40. </viewController>
  41. <placeholder placeholderIdentifier="IBFirstResponder" id="tP3-aQ-L5g" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  42. </objects>
  43. <point key="canvasLocation" x="1147.8260869565217" y="169.41964285714286"/>
  44. </scene>
  45. <!--Navigation Controller-->
  46. <scene sceneID="RQx-yJ-rZb">
  47. <objects>
  48. <navigationController automaticallyAdjustsScrollViewInsets="NO" id="mhC-fI-Vf9" sceneMemberID="viewController">
  49. <toolbarItems/>
  50. <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="UQo-ef-pY7">
  51. <rect key="frame" x="0.0" y="44" width="414" height="44"/>
  52. <autoresizingMask key="autoresizingMask"/>
  53. </navigationBar>
  54. <nil name="viewControllers"/>
  55. <connections>
  56. <segue destination="ozT-xJ-WV6" kind="relationship" relationship="rootViewController" id="xeE-SB-9et"/>
  57. </connections>
  58. </navigationController>
  59. <placeholder placeholderIdentifier="IBFirstResponder" id="xNw-so-rrr" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  60. </objects>
  61. <point key="canvasLocation" x="237.68115942028987" y="169.41964285714286"/>
  62. </scene>
  63. </scenes>
  64. </document>