NCMenu.storyboard 6.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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" useSafeAreas="YES" colorMatched="YES" initialViewController="dbT-V0-aXb">
  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. <!--Menu-->
  12. <scene sceneID="ibU-BJ-tlj">
  13. <objects>
  14. <tableViewController storyboardIdentifier="NCMainMenuTableViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="dbT-V0-aXb" customClass="NCMenu" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  15. <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" bounces="NO" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="60" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="pvY-CD-sI6">
  16. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  19. <prototypes>
  20. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="menuActionCell" rowHeight="60" id="MT1-Lu-9SA">
  21. <rect key="frame" x="0.0" y="28" width="414" height="60"/>
  22. <autoresizingMask key="autoresizingMask"/>
  23. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="MT1-Lu-9SA" id="tmT-MO-Dwy">
  24. <rect key="frame" x="0.0" y="0.0" width="414" height="60"/>
  25. <autoresizingMask key="autoresizingMask"/>
  26. <subviews>
  27. <imageView clipsSubviews="YES" userInteractionEnabled="NO" tag="1" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="RV0-3K-eSN">
  28. <rect key="frame" x="16" y="16" width="28" height="28"/>
  29. <constraints>
  30. <constraint firstAttribute="height" constant="28" id="7je-2C-oH0"/>
  31. <constraint firstAttribute="width" constant="28" id="gxY-bI-V0v"/>
  32. </constraints>
  33. </imageView>
  34. <label opaque="NO" userInteractionEnabled="NO" tag="2" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="A8f-xF-j3i">
  35. <rect key="frame" x="60" y="19.5" width="326" height="21"/>
  36. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  37. <nil key="textColor"/>
  38. <nil key="highlightedColor"/>
  39. </label>
  40. </subviews>
  41. <constraints>
  42. <constraint firstItem="A8f-xF-j3i" firstAttribute="leading" secondItem="RV0-3K-eSN" secondAttribute="trailing" constant="16" id="ADH-SJ-JNh"/>
  43. <constraint firstItem="RV0-3K-eSN" firstAttribute="leading" secondItem="tmT-MO-Dwy" secondAttribute="leading" constant="16" id="QQt-st-4hA"/>
  44. <constraint firstItem="RV0-3K-eSN" firstAttribute="centerY" secondItem="tmT-MO-Dwy" secondAttribute="centerY" id="R6O-om-tEz"/>
  45. <constraint firstAttribute="trailingMargin" secondItem="A8f-xF-j3i" secondAttribute="trailing" constant="8" id="fia-KH-ier"/>
  46. <constraint firstItem="A8f-xF-j3i" firstAttribute="centerY" secondItem="tmT-MO-Dwy" secondAttribute="centerY" id="kPV-bd-AAL"/>
  47. </constraints>
  48. </tableViewCellContentView>
  49. </tableViewCell>
  50. </prototypes>
  51. <connections>
  52. <outlet property="dataSource" destination="dbT-V0-aXb" id="sZc-Dc-wQl"/>
  53. <outlet property="delegate" destination="dbT-V0-aXb" id="nv8-45-MsJ"/>
  54. </connections>
  55. </tableView>
  56. </tableViewController>
  57. <placeholder placeholderIdentifier="IBFirstResponder" id="C45-Hv-vwv" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  58. </objects>
  59. <point key="canvasLocation" x="-630" y="-129"/>
  60. </scene>
  61. </scenes>
  62. <resources>
  63. <systemColor name="systemBackgroundColor">
  64. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  65. </systemColor>
  66. </resources>
  67. </document>