NCSelectCommandViewSelect.xib 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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="100" 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="Button"/>
  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. </subviews>
  38. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  39. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  40. <constraints>
  41. <constraint firstItem="Hnf-K7-plh" firstAttribute="centerX" secondItem="vUN-kp-3ea" secondAttribute="centerX" id="Ar1-CY-imR"/>
  42. <constraint firstItem="xmS-E7-44n" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" id="CiY-20-2Gk"/>
  43. <constraint firstItem="xmS-E7-44n" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="IWq-yN-wAO"/>
  44. <constraint firstItem="Hnf-K7-plh" firstAttribute="centerY" secondItem="vUN-kp-3ea" secondAttribute="centerY" id="lf3-1a-P6a"/>
  45. <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="xmS-E7-44n" secondAttribute="trailing" id="sg2-b1-tqE"/>
  46. </constraints>
  47. <connections>
  48. <outlet property="selectButton" destination="Hnf-K7-plh" id="hTj-bA-h3I"/>
  49. <outlet property="separatorHeightConstraint" destination="HLl-PW-5av" id="Zjf-UY-YAw"/>
  50. <outlet property="separatorView" destination="xmS-E7-44n" id="9YB-B1-j8j"/>
  51. </connections>
  52. <point key="canvasLocation" x="-249" y="153"/>
  53. </view>
  54. </objects>
  55. <resources>
  56. <systemColor name="opaqueSeparatorColor">
  57. <color red="0.77647058823529413" green="0.77647058823529413" blue="0.78431372549019607" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  58. </systemColor>
  59. <systemColor name="systemBackgroundColor">
  60. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  61. </systemColor>
  62. </resources>
  63. </document>