NCViewerRichdocument.storyboard 2.1 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="4S0-zY-MgR">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22504"/>
  6. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  7. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <scenes>
  11. <!--Viewer Rich Document-->
  12. <scene sceneID="iQa-NL-bSv">
  13. <objects>
  14. <viewController hidesBottomBarWhenPushed="YES" id="4S0-zY-MgR" customClass="NCViewerRichDocument" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  15. <view key="view" contentMode="scaleToFill" id="Ka1-ZK-iJj">
  16. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <viewLayoutGuide key="safeArea" id="AgZ-hU-0WD"/>
  19. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  20. </view>
  21. </viewController>
  22. <placeholder placeholderIdentifier="IBFirstResponder" id="KVh-FG-xjY" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  23. </objects>
  24. <point key="canvasLocation" x="-272" y="38"/>
  25. </scene>
  26. </scenes>
  27. <resources>
  28. <systemColor name="systemBackgroundColor">
  29. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  30. </systemColor>
  31. </resources>
  32. </document>