NCSelectCommandViewSelect+CreateFolder.xib 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina3_5" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
  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. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="NCSelectCommandView" customModule="Nextcloud" customModuleProvider="target">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
  16. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  17. <subviews>
  18. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Hnf-K7-plh">
  19. <rect key="frame" x="180" y="225" width="120" height="30"/>
  20. <constraints>
  21. <constraint firstAttribute="width" constant="120" id="hNM-l8-5EZ"/>
  22. <constraint firstAttribute="height" constant="30" id="u76-eq-MhY"/>
  23. </constraints>
  24. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  25. <state key="normal" title="Select"/>
  26. <connections>
  27. <action selector="selectButtonPressed:" destination="iN0-l3-epB" eventType="touchUpInside" id="Sv5-p0-quT"/>
  28. </connections>
  29. </button>
  30. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xmS-E7-44n">
  31. <rect key="frame" x="0.0" y="0.0" width="320" height="1"/>
  32. <color key="backgroundColor" systemColor="opaqueSeparatorColor"/>
  33. <constraints>
  34. <constraint firstAttribute="height" constant="1" id="HLl-PW-5av"/>
  35. </constraints>
  36. </view>
  37. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="iw1-z7-Ulz">
  38. <rect key="frame" x="20" y="225" width="120" height="30"/>
  39. <constraints>
  40. <constraint firstAttribute="height" constant="30" id="Bat-f2-vWJ"/>
  41. <constraint firstAttribute="width" constant="120" id="uLS-hh-RtK"/>
  42. </constraints>
  43. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  44. <state key="normal" title="Create folder"/>
  45. <connections>
  46. <action selector="createFolderButtonPressed:" destination="iN0-l3-epB" eventType="touchUpInside" id="Lfp-5d-sgv"/>
  47. </connections>
  48. </button>
  49. </subviews>
  50. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  51. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  52. <constraints>
  53. <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="Hnf-K7-plh" secondAttribute="trailing" constant="20" id="49y-gw-FQN"/>
  54. <constraint firstItem="xmS-E7-44n" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" id="CiY-20-2Gk"/>
  55. <constraint firstItem="xmS-E7-44n" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="IWq-yN-wAO"/>
  56. <constraint firstItem="iw1-z7-Ulz" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="20" id="b8g-gg-Apj"/>
  57. <constraint firstItem="iw1-z7-Ulz" firstAttribute="centerY" secondItem="vUN-kp-3ea" secondAttribute="centerY" id="e34-ws-R7V"/>
  58. <constraint firstItem="Hnf-K7-plh" firstAttribute="centerY" secondItem="vUN-kp-3ea" secondAttribute="centerY" id="lf3-1a-P6a"/>
  59. <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="xmS-E7-44n" secondAttribute="trailing" id="sg2-b1-tqE"/>
  60. </constraints>
  61. <connections>
  62. <outlet property="createFolderButton" destination="iw1-z7-Ulz" id="EMv-UC-IBh"/>
  63. <outlet property="selectButton" destination="Hnf-K7-plh" id="hTj-bA-h3I"/>
  64. <outlet property="separatorHeightConstraint" destination="HLl-PW-5av" id="Zjf-UY-YAw"/>
  65. <outlet property="separatorView" destination="xmS-E7-44n" id="9YB-B1-j8j"/>
  66. </connections>
  67. <point key="canvasLocation" x="-249" y="153"/>
  68. </view>
  69. </objects>
  70. <resources>
  71. <systemColor name="opaqueSeparatorColor">
  72. <color red="0.77647058823529413" green="0.77647058823529413" blue="0.78431372549019607" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  73. </systemColor>
  74. <systemColor name="systemBackgroundColor">
  75. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  76. </systemColor>
  77. </resources>
  78. </document>