NCTalkAccounts.storyboard 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="V0q-CP-xMJ">
  3. <device id="retina6_0" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
  7. <capability name="Image references" minToolsVersion="12.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. <!--Talk Accounts-->
  13. <scene sceneID="L90-uG-f4z">
  14. <objects>
  15. <viewController id="V0q-CP-xMJ" customClass="NCTalkAccounts" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  16. <layoutGuides>
  17. <viewControllerLayoutGuide type="top" id="4vK-ua-S0e"/>
  18. <viewControllerLayoutGuide type="bottom" id="hTI-Bw-Fws"/>
  19. </layoutGuides>
  20. <view key="view" contentMode="scaleToFill" id="gzh-6E-hc4">
  21. <rect key="frame" x="0.0" y="0.0" width="300" height="310"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23. <subviews>
  24. <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">
  25. <rect key="frame" x="20" y="62" width="260" height="18"/>
  26. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
  27. <nil key="textColor"/>
  28. <nil key="highlightedColor"/>
  29. </label>
  30. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="QqL-qq-3JI">
  31. <rect key="frame" x="16" y="63.666666666666657" width="15" height="15"/>
  32. <constraints>
  33. <constraint firstAttribute="height" constant="15" id="FJj-0n-59w"/>
  34. <constraint firstAttribute="width" constant="15" id="FLg-jE-FHJ"/>
  35. </constraints>
  36. <state key="normal" image="xmark"/>
  37. <connections>
  38. <action selector="actionClose:" destination="V0q-CP-xMJ" eventType="touchUpInside" id="4cX-K8-0C0"/>
  39. </connections>
  40. </button>
  41. <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">
  42. <rect key="frame" x="10" y="95" width="280" height="215"/>
  43. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  44. <prototypes>
  45. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="Cell" rowHeight="60" id="Q4K-la-J3W">
  46. <rect key="frame" x="0.0" y="50" width="280" height="60"/>
  47. <autoresizingMask key="autoresizingMask"/>
  48. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="Q4K-la-J3W" id="IkA-cK-iZV">
  49. <rect key="frame" x="0.0" y="0.0" width="280" height="60"/>
  50. <autoresizingMask key="autoresizingMask"/>
  51. <subviews>
  52. <imageView clipsSubviews="YES" userInteractionEnabled="NO" tag="10" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="4cH-oC-YBd" userLabel="Avatar">
  53. <rect key="frame" x="0.0" y="16" width="30" height="28.666666666666664"/>
  54. <color key="tintColor" systemColor="systemGray2Color"/>
  55. <constraints>
  56. <constraint firstAttribute="height" constant="30" id="Efd-BU-u61"/>
  57. <constraint firstAttribute="width" constant="30" id="qFy-Tu-ov6"/>
  58. </constraints>
  59. <imageReference key="image" image="person.circle" catalog="system" variableValue="0.80000000000000004"/>
  60. </imageView>
  61. <label opaque="NO" userInteractionEnabled="NO" tag="20" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pWI-iZ-BTy" userLabel="User">
  62. <rect key="frame" x="40" y="21.666666666666668" width="220" height="17.000000000000004"/>
  63. <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
  64. <nil key="textColor"/>
  65. <nil key="highlightedColor"/>
  66. </label>
  67. <label opaque="NO" userInteractionEnabled="NO" tag="30" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sWT-NJ-ihR" userLabel="Url">
  68. <rect key="frame" x="40" y="39.666666666666664" width="220" height="16"/>
  69. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  70. <nil key="textColor"/>
  71. <nil key="highlightedColor"/>
  72. </label>
  73. <imageView clipsSubviews="YES" userInteractionEnabled="NO" tag="40" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chevron.right" catalog="system" translatesAutoresizingMaskIntoConstraints="NO" id="x47-dQ-alI" userLabel="Active">
  74. <rect key="frame" x="265" y="24.666666666666671" width="15" height="11.333333333333329"/>
  75. <color key="tintColor" systemColor="systemGray2Color"/>
  76. <constraints>
  77. <constraint firstAttribute="height" constant="15" id="SXt-LG-c5N"/>
  78. <constraint firstAttribute="width" constant="15" id="vdZ-4R-gY5"/>
  79. </constraints>
  80. </imageView>
  81. </subviews>
  82. <constraints>
  83. <constraint firstItem="4cH-oC-YBd" firstAttribute="leading" secondItem="IkA-cK-iZV" secondAttribute="leading" id="3cz-yE-yoQ"/>
  84. <constraint firstAttribute="trailing" secondItem="x47-dQ-alI" secondAttribute="trailing" id="Dna-rj-LLQ"/>
  85. <constraint firstItem="x47-dQ-alI" firstAttribute="centerY" secondItem="IkA-cK-iZV" secondAttribute="centerY" id="Ghs-sZ-Bzf"/>
  86. <constraint firstItem="sWT-NJ-ihR" firstAttribute="leading" secondItem="4cH-oC-YBd" secondAttribute="trailing" constant="10" id="MxV-Du-vUw"/>
  87. <constraint firstItem="4cH-oC-YBd" firstAttribute="centerY" secondItem="IkA-cK-iZV" secondAttribute="centerY" id="WuT-iT-3xk"/>
  88. <constraint firstItem="sWT-NJ-ihR" firstAttribute="top" secondItem="pWI-iZ-BTy" secondAttribute="bottom" constant="1" id="ZVm-u7-JGI"/>
  89. <constraint firstItem="x47-dQ-alI" firstAttribute="leading" secondItem="pWI-iZ-BTy" secondAttribute="trailing" constant="5" id="e8E-uH-gvt"/>
  90. <constraint firstItem="pWI-iZ-BTy" firstAttribute="centerY" secondItem="IkA-cK-iZV" secondAttribute="centerY" id="jUS-89-RRO"/>
  91. <constraint firstItem="x47-dQ-alI" firstAttribute="leading" secondItem="sWT-NJ-ihR" secondAttribute="trailing" constant="5" id="lIk-Sj-EgC"/>
  92. <constraint firstItem="pWI-iZ-BTy" firstAttribute="leading" secondItem="4cH-oC-YBd" secondAttribute="trailing" constant="10" id="mlI-8s-1Ae"/>
  93. </constraints>
  94. </tableViewCellContentView>
  95. <color key="backgroundColor" systemColor="secondarySystemGroupedBackgroundColor"/>
  96. </tableViewCell>
  97. </prototypes>
  98. <connections>
  99. <outlet property="dataSource" destination="V0q-CP-xMJ" id="xmA-NY-Eyz"/>
  100. <outlet property="delegate" destination="V0q-CP-xMJ" id="j64-3x-N2u"/>
  101. </connections>
  102. </tableView>
  103. <progressView opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="750" progress="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="e8R-j7-ObS">
  104. <rect key="frame" x="0.0" y="308" width="300" height="2"/>
  105. <constraints>
  106. <constraint firstAttribute="height" constant="2" id="G3U-2x-imL"/>
  107. </constraints>
  108. <color key="progressTintColor" systemColor="systemBlueColor"/>
  109. </progressView>
  110. </subviews>
  111. <color key="backgroundColor" systemColor="secondarySystemGroupedBackgroundColor"/>
  112. <constraints>
  113. <constraint firstItem="e8R-j7-ObS" firstAttribute="leading" secondItem="gzh-6E-hc4" secondAttribute="leading" id="1gS-Ca-1Ov"/>
  114. <constraint firstItem="Pdo-MB-AhU" firstAttribute="top" secondItem="nZr-nE-ths" secondAttribute="bottom" constant="15" id="5vV-YC-uzH"/>
  115. <constraint firstAttribute="trailing" secondItem="Pdo-MB-AhU" secondAttribute="trailing" constant="10" id="819-yV-vz7"/>
  116. <constraint firstItem="hTI-Bw-Fws" firstAttribute="top" secondItem="e8R-j7-ObS" secondAttribute="bottom" id="Cko-PC-TiW"/>
  117. <constraint firstAttribute="trailing" secondItem="nZr-nE-ths" secondAttribute="trailing" constant="20" id="DPW-MV-oKc"/>
  118. <constraint firstItem="hTI-Bw-Fws" firstAttribute="top" secondItem="Pdo-MB-AhU" secondAttribute="bottom" id="Ife-Ku-hGQ"/>
  119. <constraint firstItem="QqL-qq-3JI" firstAttribute="centerY" secondItem="nZr-nE-ths" secondAttribute="centerY" id="NpU-Hq-gMP"/>
  120. <constraint firstItem="nZr-nE-ths" firstAttribute="leading" secondItem="gzh-6E-hc4" secondAttribute="leading" constant="20" id="SI9-xL-6s8"/>
  121. <constraint firstItem="Pdo-MB-AhU" firstAttribute="leading" secondItem="gzh-6E-hc4" secondAttribute="leading" constant="10" id="Y5n-ju-hts"/>
  122. <constraint firstAttribute="trailing" secondItem="e8R-j7-ObS" secondAttribute="trailing" id="chh-t9-vJN"/>
  123. <constraint firstItem="QqL-qq-3JI" firstAttribute="leading" secondItem="gzh-6E-hc4" secondAttribute="leading" constant="16" id="gCH-qr-Dyd"/>
  124. <constraint firstItem="nZr-nE-ths" firstAttribute="top" secondItem="4vK-ua-S0e" secondAttribute="bottom" constant="15" id="oyJ-sj-j5N"/>
  125. </constraints>
  126. </view>
  127. <navigationItem key="navigationItem" id="Zon-2j-rsc"/>
  128. <size key="freeformSize" width="300" height="310"/>
  129. <connections>
  130. <outlet property="closeButton" destination="QqL-qq-3JI" id="6xR-LA-F9H"/>
  131. <outlet property="progressView" destination="e8R-j7-ObS" id="2gM-MB-IhE"/>
  132. <outlet property="tableView" destination="Pdo-MB-AhU" id="AcD-SW-2ga"/>
  133. <outlet property="titleLabel" destination="nZr-nE-ths" id="UbA-Dl-0Ad"/>
  134. </connections>
  135. </viewController>
  136. <placeholder placeholderIdentifier="IBFirstResponder" id="qdm-Cl-C5l" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  137. </objects>
  138. <point key="canvasLocation" x="1453.125" y="133.75"/>
  139. </scene>
  140. </scenes>
  141. <resources>
  142. <image name="chevron.right" catalog="system" width="97" height="128"/>
  143. <image name="person.circle" catalog="system" width="128" height="123"/>
  144. <image name="xmark" width="24" height="24"/>
  145. <systemColor name="secondarySystemGroupedBackgroundColor">
  146. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  147. </systemColor>
  148. <systemColor name="systemBackgroundColor">
  149. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  150. </systemColor>
  151. <systemColor name="systemBlueColor">
  152. <color red="0.0" green="0.47843137254901963" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  153. </systemColor>
  154. <systemColor name="systemGray2Color">
  155. <color red="0.68235294117647061" green="0.68235294117647061" blue="0.69803921568627447" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  156. </systemColor>
  157. </resources>
  158. </document>