NCViewerPDF.storyboard 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17156" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina5_5" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17125"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <scenes>
  10. <!--Search-->
  11. <scene sceneID="RUj-UC-ySq">
  12. <objects>
  13. <tableViewController storyboardIdentifier="NCViewerPDFSearch" id="pCE-Md-Nnq" customClass="NCViewerPDFSearch" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  14. <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">
  15. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  16. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  17. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  18. <connections>
  19. <outlet property="dataSource" destination="pCE-Md-Nnq" id="1Lm-lc-tES"/>
  20. <outlet property="delegate" destination="pCE-Md-Nnq" id="O3N-L3-AY0"/>
  21. </connections>
  22. </tableView>
  23. <navigationItem key="navigationItem" title="Search" id="QGL-AL-VBj"/>
  24. </tableViewController>
  25. <placeholder placeholderIdentifier="IBFirstResponder" id="yFG-hW-V7N" userLabel="First Responder" sceneMemberID="firstResponder"/>
  26. </objects>
  27. <point key="canvasLocation" x="26" y="1532"/>
  28. </scene>
  29. <!--Navigation Controller-->
  30. <scene sceneID="rmL-pT-QPn">
  31. <objects>
  32. <navigationController storyboardIdentifier="SearchNavVC" automaticallyAdjustsScrollViewInsets="NO" id="lY0-BD-LiX" sceneMemberID="viewController">
  33. <toolbarItems/>
  34. <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="thw-BA-9TV">
  35. <rect key="frame" x="0.0" y="0.0" width="414" height="44"/>
  36. <autoresizingMask key="autoresizingMask"/>
  37. </navigationBar>
  38. <nil name="viewControllers"/>
  39. <connections>
  40. <segue destination="pCE-Md-Nnq" kind="relationship" relationship="rootViewController" id="mvL-8q-KRe"/>
  41. </connections>
  42. </navigationController>
  43. <placeholder placeholderIdentifier="IBFirstResponder" id="h1q-cz-AFa" userLabel="First Responder" sceneMemberID="firstResponder"/>
  44. </objects>
  45. <point key="canvasLocation" x="-715" y="1532"/>
  46. </scene>
  47. </scenes>
  48. </document>