NCBackgroundImage.storyboard 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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="V0q-CP-xMJ">
  3. <device id="retina3_5" 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. <!--Background Image-->
  13. <scene sceneID="L90-uG-f4z">
  14. <objects>
  15. <viewController id="V0q-CP-xMJ" customClass="NCBackgroundImage" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  16. <view key="view" contentMode="scaleToFill" id="gzh-6E-hc4">
  17. <rect key="frame" x="0.0" y="0.0" width="300" height="310"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Background" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nZr-nE-ths">
  21. <rect key="frame" x="20" y="15" width="260" height="18"/>
  22. <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
  23. <nil key="textColor"/>
  24. <nil key="highlightedColor"/>
  25. </label>
  26. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="usk-m0-m1V">
  27. <rect key="frame" x="20" y="16.5" width="15" height="15"/>
  28. <constraints>
  29. <constraint firstAttribute="width" constant="15" id="Tbp-Hf-0C8"/>
  30. <constraint firstAttribute="height" constant="15" id="dHb-te-C1U"/>
  31. </constraints>
  32. <state key="normal" image="xmark"/>
  33. <connections>
  34. <action selector="close:" destination="V0q-CP-xMJ" eventType="touchUpInside" id="jqt-Px-KVr"/>
  35. </connections>
  36. </button>
  37. </subviews>
  38. <viewLayoutGuide key="safeArea" id="1c1-7Q-WMG"/>
  39. <color key="backgroundColor" systemColor="systemGray6Color"/>
  40. <constraints>
  41. <constraint firstItem="1c1-7Q-WMG" firstAttribute="trailing" secondItem="nZr-nE-ths" secondAttribute="trailing" constant="20" id="DPW-MV-oKc"/>
  42. <constraint firstItem="usk-m0-m1V" firstAttribute="leading" secondItem="1c1-7Q-WMG" secondAttribute="leading" constant="20" id="Rt2-3Z-moO"/>
  43. <constraint firstItem="nZr-nE-ths" firstAttribute="leading" secondItem="1c1-7Q-WMG" secondAttribute="leading" constant="20" id="SI9-xL-6s8"/>
  44. <constraint firstItem="usk-m0-m1V" firstAttribute="centerY" secondItem="nZr-nE-ths" secondAttribute="centerY" id="m4H-fq-bl6"/>
  45. <constraint firstItem="nZr-nE-ths" firstAttribute="top" secondItem="1c1-7Q-WMG" secondAttribute="top" constant="15" id="oyJ-sj-j5N"/>
  46. </constraints>
  47. </view>
  48. <navigationItem key="navigationItem" id="Zon-2j-rsc"/>
  49. <size key="freeformSize" width="300" height="310"/>
  50. <connections>
  51. <outlet property="closeButton" destination="usk-m0-m1V" id="IuD-PY-d4g"/>
  52. <outlet property="titleLabel" destination="nZr-nE-ths" id="UbA-Dl-0Ad"/>
  53. </connections>
  54. </viewController>
  55. <placeholder placeholderIdentifier="IBFirstResponder" id="qdm-Cl-C5l" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  56. </objects>
  57. <point key="canvasLocation" x="1453.125" y="133.75"/>
  58. </scene>
  59. </scenes>
  60. <resources>
  61. <image name="xmark" width="24" height="24"/>
  62. <systemColor name="systemGray6Color">
  63. <color red="0.94901960784313721" green="0.94901960784313721" blue="0.96862745098039216" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  64. </systemColor>
  65. </resources>
  66. </document>