NCViewCertificateDetails.storyboard 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="L3z-AU-Xvu">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18093"/>
  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. <!--View Certificate Details-->
  13. <scene sceneID="s0d-6b-0kx">
  14. <objects>
  15. <viewController id="Y6W-OH-hqX" customClass="NCViewCertificateDetails" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  16. <view key="view" contentMode="scaleToFill" id="5EZ-qb-Rvc">
  17. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" contentInsetAdjustmentBehavior="scrollableAxes" editable="NO" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jEf-af-ZVo">
  21. <rect key="frame" x="0.0" y="88" width="414" height="774"/>
  22. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  23. <constraints>
  24. <constraint firstAttribute="width" constant="414" id="xS3-sG-KnB"/>
  25. </constraints>
  26. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  27. </textView>
  28. </subviews>
  29. <viewLayoutGuide key="safeArea" id="vDu-zF-Fre"/>
  30. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  31. <constraints>
  32. <constraint firstItem="jEf-af-ZVo" firstAttribute="trailing" secondItem="vDu-zF-Fre" secondAttribute="trailing" id="5mL-CL-tTj"/>
  33. <constraint firstItem="jEf-af-ZVo" firstAttribute="leading" secondItem="vDu-zF-Fre" secondAttribute="leading" id="5pm-Pn-Li7"/>
  34. <constraint firstItem="jEf-af-ZVo" firstAttribute="bottom" secondItem="vDu-zF-Fre" secondAttribute="bottom" id="P6Y-Um-lnc"/>
  35. <constraint firstItem="jEf-af-ZVo" firstAttribute="top" secondItem="vDu-zF-Fre" secondAttribute="top" id="ViP-hZ-vg0"/>
  36. </constraints>
  37. </view>
  38. <navigationItem key="navigationItem" id="nvl-dP-SdZ">
  39. <barButtonItem key="leftBarButtonItem" title="close" id="6nS-TU-cxF">
  40. <connections>
  41. <action selector="actionCancel:" destination="Y6W-OH-hqX" id="Req-4d-hlS"/>
  42. </connections>
  43. </barButtonItem>
  44. </navigationItem>
  45. <connections>
  46. <outlet property="buttonCancel" destination="6nS-TU-cxF" id="1GQ-8Q-PRL"/>
  47. <outlet property="textView" destination="jEf-af-ZVo" id="IHH-0r-ijp"/>
  48. </connections>
  49. </viewController>
  50. <placeholder placeholderIdentifier="IBFirstResponder" id="Ief-a0-LHa" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  51. </objects>
  52. <point key="canvasLocation" x="1015.9420289855074" y="57.589285714285708"/>
  53. </scene>
  54. <!--Navigation Controller-->
  55. <scene sceneID="DDt-8V-5Ax">
  56. <objects>
  57. <navigationController automaticallyAdjustsScrollViewInsets="NO" id="L3z-AU-Xvu" sceneMemberID="viewController">
  58. <toolbarItems/>
  59. <navigationBar key="navigationBar" contentMode="scaleToFill" id="49h-Nz-WfT">
  60. <rect key="frame" x="0.0" y="44" width="414" height="44"/>
  61. <autoresizingMask key="autoresizingMask"/>
  62. </navigationBar>
  63. <nil name="viewControllers"/>
  64. <connections>
  65. <segue destination="Y6W-OH-hqX" kind="relationship" relationship="rootViewController" id="2AZ-rF-liB"/>
  66. </connections>
  67. </navigationController>
  68. <placeholder placeholderIdentifier="IBFirstResponder" id="pOb-Ev-YO5" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  69. </objects>
  70. <point key="canvasLocation" x="105.79710144927537" y="57.589285714285708"/>
  71. </scene>
  72. </scenes>
  73. <resources>
  74. <systemColor name="systemBackgroundColor">
  75. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  76. </systemColor>
  77. </resources>
  78. </document>