NCViewerPDF.storyboard 5.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="whe-lk-OfI">
  3. <device id="retina5_5" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
  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. <!--Search-->
  13. <scene sceneID="RUj-UC-ySq">
  14. <objects>
  15. <tableViewController storyboardIdentifier="NCViewerPDFSearch" id="pCE-Md-Nnq" customClass="NCViewerPDFSearch" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  16. <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="tGC-IJ-dLf">
  17. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  20. <connections>
  21. <outlet property="dataSource" destination="pCE-Md-Nnq" id="1Lm-lc-tES"/>
  22. <outlet property="delegate" destination="pCE-Md-Nnq" id="O3N-L3-AY0"/>
  23. </connections>
  24. </tableView>
  25. <navigationItem key="navigationItem" title="Search" id="QGL-AL-VBj"/>
  26. </tableViewController>
  27. <placeholder placeholderIdentifier="IBFirstResponder" id="yFG-hW-V7N" userLabel="First Responder" sceneMemberID="firstResponder"/>
  28. </objects>
  29. <point key="canvasLocation" x="26" y="1532"/>
  30. </scene>
  31. <!--ViewerPDF-->
  32. <scene sceneID="cMH-vX-JnR">
  33. <objects>
  34. <viewController hidesBottomBarWhenPushed="YES" id="whe-lk-OfI" customClass="NCViewerPDF" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  35. <view key="view" contentMode="scaleToFill" id="IJJ-u9-0qv">
  36. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  37. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  38. <subviews>
  39. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="wnh-nF-AjD">
  40. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  41. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  42. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  43. </view>
  44. </subviews>
  45. <viewLayoutGuide key="safeArea" id="QiL-bG-Ojl"/>
  46. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  47. </view>
  48. <connections>
  49. <outlet property="pdfContainer" destination="wnh-nF-AjD" id="gAz-vm-JVr"/>
  50. </connections>
  51. </viewController>
  52. <placeholder placeholderIdentifier="IBFirstResponder" id="2am-kV-AB1" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  53. </objects>
  54. <point key="canvasLocation" x="-717.39130434782612" y="778.53260869565224"/>
  55. </scene>
  56. <!--Navigation Controller-->
  57. <scene sceneID="rmL-pT-QPn">
  58. <objects>
  59. <navigationController storyboardIdentifier="SearchNavVC" automaticallyAdjustsScrollViewInsets="NO" id="lY0-BD-LiX" sceneMemberID="viewController">
  60. <toolbarItems/>
  61. <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="thw-BA-9TV">
  62. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  63. <autoresizingMask key="autoresizingMask"/>
  64. </navigationBar>
  65. <nil name="viewControllers"/>
  66. <connections>
  67. <segue destination="pCE-Md-Nnq" kind="relationship" relationship="rootViewController" id="mvL-8q-KRe"/>
  68. </connections>
  69. </navigationController>
  70. <placeholder placeholderIdentifier="IBFirstResponder" id="h1q-cz-AFa" userLabel="First Responder" sceneMemberID="firstResponder"/>
  71. </objects>
  72. <point key="canvasLocation" x="-715" y="1532"/>
  73. </scene>
  74. </scenes>
  75. <resources>
  76. <systemColor name="systemBackgroundColor">
  77. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  78. </systemColor>
  79. </resources>
  80. </document>