NCSelectCommandViewCopyMove.xib 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xmS-E7-44n">
  19. <rect key="frame" x="0.0" y="0.0" width="320" height="1"/>
  20. <color key="backgroundColor" systemColor="opaqueSeparatorColor"/>
  21. <constraints>
  22. <constraint firstAttribute="height" constant="1" id="HLl-PW-5av"/>
  23. </constraints>
  24. </view>
  25. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="DhT-bZ-rgC" userLabel="Command View">
  26. <rect key="frame" x="0.0" y="190" width="320" height="100"/>
  27. <subviews>
  28. <switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="h1j-Bi-at4">
  29. <rect key="frame" x="20" y="0.0" width="51" height="31"/>
  30. <connections>
  31. <action selector="valueChangedSwitchOverwrite:" destination="iN0-l3-epB" eventType="valueChanged" id="GaC-ye-b4N"/>
  32. </connections>
  33. </switch>
  34. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Overwrite" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tE2-bY-JfT">
  35. <rect key="frame" x="77" y="7.5" width="100" height="16"/>
  36. <constraints>
  37. <constraint firstAttribute="width" constant="100" id="C4z-aI-zCo"/>
  38. </constraints>
  39. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  40. <nil key="textColor"/>
  41. <nil key="highlightedColor"/>
  42. </label>
  43. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="WCL-bl-0j0">
  44. <rect key="frame" x="20" y="70" width="120" height="30"/>
  45. <constraints>
  46. <constraint firstAttribute="height" constant="30" id="AHg-gX-UT0"/>
  47. <constraint firstAttribute="width" constant="120" id="e9E-Zi-Svf"/>
  48. </constraints>
  49. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  50. <state key="normal" title="Create folder"/>
  51. <connections>
  52. <action selector="createFolderButtonPressed:" destination="iN0-l3-epB" eventType="touchUpInside" id="ffk-c7-NT1"/>
  53. </connections>
  54. </button>
  55. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Mg4-vG-Xr7">
  56. <rect key="frame" x="180" y="0.0" width="120" height="30"/>
  57. <constraints>
  58. <constraint firstAttribute="height" constant="30" id="aRa-Cb-dIJ"/>
  59. <constraint firstAttribute="width" constant="120" id="q7x-Zg-aFX"/>
  60. </constraints>
  61. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  62. <state key="normal" title="Copy"/>
  63. <connections>
  64. <action selector="copyButtonPressed:" destination="iN0-l3-epB" eventType="touchUpInside" id="vrD-3Y-ANH"/>
  65. </connections>
  66. </button>
  67. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Oq2-Kg-sDp">
  68. <rect key="frame" x="180" y="70" width="120" height="30"/>
  69. <constraints>
  70. <constraint firstAttribute="width" constant="120" id="JyD-uF-cFT"/>
  71. <constraint firstAttribute="height" constant="30" id="QAO-kF-IOZ"/>
  72. </constraints>
  73. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  74. <state key="normal" title="Move"/>
  75. <connections>
  76. <action selector="moveButtonPressed:" destination="iN0-l3-epB" eventType="touchUpInside" id="YiA-iN-EwL"/>
  77. </connections>
  78. </button>
  79. </subviews>
  80. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  81. <constraints>
  82. <constraint firstItem="tE2-bY-JfT" firstAttribute="leading" secondItem="h1j-Bi-at4" secondAttribute="trailing" constant="8" symbolic="YES" id="BBW-Mt-T2Q"/>
  83. <constraint firstItem="h1j-Bi-at4" firstAttribute="leading" secondItem="DhT-bZ-rgC" secondAttribute="leading" constant="20" id="BK8-FJ-PCw"/>
  84. <constraint firstAttribute="trailing" secondItem="Mg4-vG-Xr7" secondAttribute="trailing" constant="20" id="Efe-Jl-OSp"/>
  85. <constraint firstItem="h1j-Bi-at4" firstAttribute="top" secondItem="DhT-bZ-rgC" secondAttribute="top" id="H3s-ru-V9X"/>
  86. <constraint firstAttribute="bottom" secondItem="WCL-bl-0j0" secondAttribute="bottom" id="TzK-c5-jnE"/>
  87. <constraint firstItem="WCL-bl-0j0" firstAttribute="leading" secondItem="DhT-bZ-rgC" secondAttribute="leading" constant="20" id="caB-Op-vpM"/>
  88. <constraint firstAttribute="height" constant="100" id="dTc-rJ-Jrz"/>
  89. <constraint firstItem="tE2-bY-JfT" firstAttribute="centerY" secondItem="h1j-Bi-at4" secondAttribute="centerY" id="fRN-zY-g9L"/>
  90. <constraint firstItem="Mg4-vG-Xr7" firstAttribute="top" secondItem="DhT-bZ-rgC" secondAttribute="top" id="fzS-ny-eXi"/>
  91. <constraint firstAttribute="bottom" secondItem="Oq2-Kg-sDp" secondAttribute="bottom" id="omd-Zc-koD"/>
  92. <constraint firstAttribute="trailing" secondItem="Oq2-Kg-sDp" secondAttribute="trailing" constant="20" id="pkS-bX-XZ5"/>
  93. </constraints>
  94. </view>
  95. </subviews>
  96. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  97. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  98. <constraints>
  99. <constraint firstItem="xmS-E7-44n" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" id="CiY-20-2Gk"/>
  100. <constraint firstItem="DhT-bZ-rgC" firstAttribute="centerY" secondItem="vUN-kp-3ea" secondAttribute="centerY" id="Cpf-hy-uuK"/>
  101. <constraint firstItem="xmS-E7-44n" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="IWq-yN-wAO"/>
  102. <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="DhT-bZ-rgC" secondAttribute="trailing" id="fRj-jo-arf"/>
  103. <constraint firstItem="DhT-bZ-rgC" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="kwq-qj-Dfr"/>
  104. <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="xmS-E7-44n" secondAttribute="trailing" id="sg2-b1-tqE"/>
  105. </constraints>
  106. <connections>
  107. <outlet property="copyButton" destination="Mg4-vG-Xr7" id="uVT-up-NYH"/>
  108. <outlet property="createFolderButton" destination="WCL-bl-0j0" id="8oW-69-vDk"/>
  109. <outlet property="moveButton" destination="Oq2-Kg-sDp" id="Ty9-NQ-ila"/>
  110. <outlet property="overwriteLabel" destination="tE2-bY-JfT" id="c5h-hj-kZz"/>
  111. <outlet property="overwriteSwitch" destination="h1j-Bi-at4" id="6xU-ME-qFd"/>
  112. <outlet property="separatorHeightConstraint" destination="HLl-PW-5av" id="Zjf-UY-YAw"/>
  113. <outlet property="separatorView" destination="xmS-E7-44n" id="9YB-B1-j8j"/>
  114. </connections>
  115. <point key="canvasLocation" x="-249" y="153"/>
  116. </view>
  117. </objects>
  118. <resources>
  119. <systemColor name="opaqueSeparatorColor">
  120. <color red="0.77647058823529413" green="0.77647058823529413" blue="0.78431372549019607" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  121. </systemColor>
  122. <systemColor name="systemBackgroundColor">
  123. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  124. </systemColor>
  125. </resources>
  126. </document>