NCAccountRequest.storyboard 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="V0q-CP-xMJ">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
  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. <!--Account Request-->
  12. <scene sceneID="L90-uG-f4z">
  13. <objects>
  14. <viewController id="V0q-CP-xMJ" customClass="NCAccountRequest" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  15. <layoutGuides>
  16. <viewControllerLayoutGuide type="top" id="4vK-ua-S0e"/>
  17. <viewControllerLayoutGuide type="bottom" id="hTI-Bw-Fws"/>
  18. </layoutGuides>
  19. <view key="view" contentMode="scaleToFill" id="gzh-6E-hc4">
  20. <rect key="frame" x="0.0" y="0.0" width="300" height="310"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ouH-gK-Guv" userLabel="Separator">
  24. <rect key="frame" x="0.0" y="102" width="300" height="1"/>
  25. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  26. <constraints>
  27. <constraint firstAttribute="height" constant="1" id="2OQ-Mt-Gnh"/>
  28. </constraints>
  29. </view>
  30. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Accounts" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nZr-nE-ths">
  31. <rect key="frame" x="20" y="64" width="260" height="18"/>
  32. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  33. <nil key="textColor"/>
  34. <nil key="highlightedColor"/>
  35. </label>
  36. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="Pdo-MB-AhU">
  37. <rect key="frame" x="10" y="113" width="280" height="187"/>
  38. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  39. <prototypes>
  40. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="Cell" rowHeight="60" id="Q4K-la-J3W">
  41. <rect key="frame" x="0.0" y="28" width="280" height="60"/>
  42. <autoresizingMask key="autoresizingMask"/>
  43. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="Q4K-la-J3W" id="IkA-cK-iZV">
  44. <rect key="frame" x="0.0" y="0.0" width="280" height="60"/>
  45. <autoresizingMask key="autoresizingMask"/>
  46. <subviews>
  47. <imageView clipsSubviews="YES" userInteractionEnabled="NO" tag="10" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="4cH-oC-YBd" userLabel="Avatar">
  48. <rect key="frame" x="0.0" y="10" width="40" height="40"/>
  49. <constraints>
  50. <constraint firstAttribute="height" constant="40" id="Efd-BU-u61"/>
  51. <constraint firstAttribute="width" constant="40" id="qFy-Tu-ov6"/>
  52. </constraints>
  53. </imageView>
  54. <label opaque="NO" userInteractionEnabled="NO" tag="20" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pWI-iZ-BTy" userLabel="Account">
  55. <rect key="frame" x="45" y="23" width="210" height="14.5"/>
  56. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  57. <nil key="textColor"/>
  58. <nil key="highlightedColor"/>
  59. </label>
  60. <imageView clipsSubviews="YES" userInteractionEnabled="NO" tag="30" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="x47-dQ-alI" userLabel="Active">
  61. <rect key="frame" x="260" y="20" width="20" height="20"/>
  62. <constraints>
  63. <constraint firstAttribute="height" constant="20" id="SXt-LG-c5N"/>
  64. <constraint firstAttribute="width" constant="20" id="vdZ-4R-gY5"/>
  65. </constraints>
  66. </imageView>
  67. </subviews>
  68. <constraints>
  69. <constraint firstItem="4cH-oC-YBd" firstAttribute="leading" secondItem="IkA-cK-iZV" secondAttribute="leading" id="3cz-yE-yoQ"/>
  70. <constraint firstAttribute="trailing" secondItem="x47-dQ-alI" secondAttribute="trailing" id="Dna-rj-LLQ"/>
  71. <constraint firstItem="x47-dQ-alI" firstAttribute="centerY" secondItem="IkA-cK-iZV" secondAttribute="centerY" id="Ghs-sZ-Bzf"/>
  72. <constraint firstItem="pWI-iZ-BTy" firstAttribute="centerY" secondItem="IkA-cK-iZV" secondAttribute="centerY" id="TaB-23-hA1"/>
  73. <constraint firstItem="4cH-oC-YBd" firstAttribute="centerY" secondItem="IkA-cK-iZV" secondAttribute="centerY" id="WuT-iT-3xk"/>
  74. <constraint firstItem="x47-dQ-alI" firstAttribute="leading" secondItem="pWI-iZ-BTy" secondAttribute="trailing" constant="5" id="e8E-uH-gvt"/>
  75. <constraint firstItem="pWI-iZ-BTy" firstAttribute="leading" secondItem="4cH-oC-YBd" secondAttribute="trailing" constant="5" id="mlI-8s-1Ae"/>
  76. </constraints>
  77. </tableViewCellContentView>
  78. </tableViewCell>
  79. </prototypes>
  80. <connections>
  81. <outlet property="dataSource" destination="V0q-CP-xMJ" id="xmA-NY-Eyz"/>
  82. <outlet property="delegate" destination="V0q-CP-xMJ" id="j64-3x-N2u"/>
  83. </connections>
  84. </tableView>
  85. <progressView opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="750" progress="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="e8R-j7-ObS">
  86. <rect key="frame" x="0.0" y="308" width="300" height="2"/>
  87. <constraints>
  88. <constraint firstAttribute="height" constant="2" id="G3U-2x-imL"/>
  89. </constraints>
  90. </progressView>
  91. </subviews>
  92. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  93. <constraints>
  94. <constraint firstItem="e8R-j7-ObS" firstAttribute="leading" secondItem="gzh-6E-hc4" secondAttribute="leading" id="1gS-Ca-1Ov"/>
  95. <constraint firstAttribute="trailing" secondItem="Pdo-MB-AhU" secondAttribute="trailing" constant="10" id="819-yV-vz7"/>
  96. <constraint firstItem="ouH-gK-Guv" firstAttribute="leading" secondItem="gzh-6E-hc4" secondAttribute="leading" id="A6T-ed-97T"/>
  97. <constraint firstItem="hTI-Bw-Fws" firstAttribute="top" secondItem="e8R-j7-ObS" secondAttribute="bottom" id="Cko-PC-TiW"/>
  98. <constraint firstAttribute="trailing" secondItem="nZr-nE-ths" secondAttribute="trailing" constant="20" id="DPW-MV-oKc"/>
  99. <constraint firstItem="Pdo-MB-AhU" firstAttribute="top" secondItem="ouH-gK-Guv" secondAttribute="bottom" constant="10" id="HnJ-03-7W5"/>
  100. <constraint firstItem="hTI-Bw-Fws" firstAttribute="top" secondItem="Pdo-MB-AhU" secondAttribute="bottom" constant="10" id="Ife-Ku-hGQ"/>
  101. <constraint firstItem="nZr-nE-ths" firstAttribute="leading" secondItem="gzh-6E-hc4" secondAttribute="leading" constant="20" id="SI9-xL-6s8"/>
  102. <constraint firstItem="Pdo-MB-AhU" firstAttribute="leading" secondItem="gzh-6E-hc4" secondAttribute="leading" constant="10" id="Y5n-ju-hts"/>
  103. <constraint firstAttribute="trailing" secondItem="e8R-j7-ObS" secondAttribute="trailing" id="chh-t9-vJN"/>
  104. <constraint firstItem="nZr-nE-ths" firstAttribute="top" secondItem="4vK-ua-S0e" secondAttribute="bottom" constant="20" id="oyJ-sj-j5N"/>
  105. <constraint firstAttribute="trailing" secondItem="ouH-gK-Guv" secondAttribute="trailing" id="r1N-R6-iZg"/>
  106. <constraint firstItem="ouH-gK-Guv" firstAttribute="top" secondItem="nZr-nE-ths" secondAttribute="bottom" constant="20" id="yuT-iN-zVv"/>
  107. </constraints>
  108. </view>
  109. <navigationItem key="navigationItem" id="Zon-2j-rsc"/>
  110. <size key="freeformSize" width="300" height="310"/>
  111. <connections>
  112. <outlet property="progressView" destination="e8R-j7-ObS" id="2gM-MB-IhE"/>
  113. <outlet property="tableView" destination="Pdo-MB-AhU" id="AcD-SW-2ga"/>
  114. <outlet property="titleLabel" destination="nZr-nE-ths" id="UbA-Dl-0Ad"/>
  115. </connections>
  116. </viewController>
  117. <placeholder placeholderIdentifier="IBFirstResponder" id="qdm-Cl-C5l" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  118. </objects>
  119. <point key="canvasLocation" x="1453.6231884057972" y="134.59821428571428"/>
  120. </scene>
  121. </scenes>
  122. <resources>
  123. <systemColor name="systemBackgroundColor">
  124. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  125. </systemColor>
  126. </resources>
  127. </document>