NCViewerPDF.storyboard 6.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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" translatesAutoresizingMaskIntoConstraints="NO" id="wnh-nF-AjD">
  40. <rect key="frame" x="0.0" y="21" width="414" height="715"/>
  41. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  42. </view>
  43. </subviews>
  44. <viewLayoutGuide key="safeArea" id="QiL-bG-Ojl"/>
  45. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  46. <constraints>
  47. <constraint firstItem="wnh-nF-AjD" firstAttribute="leading" secondItem="QiL-bG-Ojl" secondAttribute="leading" id="49g-1K-X2G"/>
  48. <constraint firstAttribute="bottom" secondItem="wnh-nF-AjD" secondAttribute="bottom" id="9yz-fc-kA9"/>
  49. <constraint firstItem="wnh-nF-AjD" firstAttribute="top" secondItem="QiL-bG-Ojl" secondAttribute="top" constant="1" id="Snr-Xx-Peu"/>
  50. <constraint firstItem="QiL-bG-Ojl" firstAttribute="trailing" secondItem="wnh-nF-AjD" secondAttribute="trailing" id="nvb-SR-s8x"/>
  51. </constraints>
  52. </view>
  53. <connections>
  54. <outlet property="pdfContainer" destination="wnh-nF-AjD" id="gAz-vm-JVr"/>
  55. </connections>
  56. </viewController>
  57. <placeholder placeholderIdentifier="IBFirstResponder" id="2am-kV-AB1" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  58. </objects>
  59. <point key="canvasLocation" x="-716" y="779"/>
  60. </scene>
  61. <!--Navigation Controller-->
  62. <scene sceneID="rmL-pT-QPn">
  63. <objects>
  64. <navigationController storyboardIdentifier="SearchNavVC" automaticallyAdjustsScrollViewInsets="NO" id="lY0-BD-LiX" sceneMemberID="viewController">
  65. <toolbarItems/>
  66. <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="thw-BA-9TV">
  67. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  68. <autoresizingMask key="autoresizingMask"/>
  69. </navigationBar>
  70. <nil name="viewControllers"/>
  71. <connections>
  72. <segue destination="pCE-Md-Nnq" kind="relationship" relationship="rootViewController" id="mvL-8q-KRe"/>
  73. </connections>
  74. </navigationController>
  75. <placeholder placeholderIdentifier="IBFirstResponder" id="h1q-cz-AFa" userLabel="First Responder" sceneMemberID="firstResponder"/>
  76. </objects>
  77. <point key="canvasLocation" x="-715" y="1532"/>
  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>