NCSelectCommandViewSelect.xib 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. <color key="backgroundColor" systemColor="systemGray4Color"/>
  21. <constraints>
  22. <constraint firstAttribute="width" constant="120" id="hNM-l8-5EZ"/>
  23. <constraint firstAttribute="height" constant="30" id="u76-eq-MhY"/>
  24. </constraints>
  25. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  26. <state key="normal" title="Button">
  27. <color key="titleColor" systemColor="labelColor"/>
  28. </state>
  29. <connections>
  30. <action selector="selectButtonPressed:" destination="iN0-l3-epB" eventType="touchUpInside" id="Sv5-p0-quT"/>
  31. </connections>
  32. </button>
  33. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xmS-E7-44n">
  34. <rect key="frame" x="0.0" y="0.0" width="320" height="1"/>
  35. <color key="backgroundColor" systemColor="opaqueSeparatorColor"/>
  36. <constraints>
  37. <constraint firstAttribute="height" constant="1" id="HLl-PW-5av"/>
  38. </constraints>
  39. </view>
  40. </subviews>
  41. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  42. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  43. <constraints>
  44. <constraint firstItem="Hnf-K7-plh" firstAttribute="centerX" secondItem="vUN-kp-3ea" secondAttribute="centerX" id="Ar1-CY-imR"/>
  45. <constraint firstItem="xmS-E7-44n" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" id="CiY-20-2Gk"/>
  46. <constraint firstItem="xmS-E7-44n" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="IWq-yN-wAO"/>
  47. <constraint firstItem="Hnf-K7-plh" firstAttribute="centerY" secondItem="vUN-kp-3ea" secondAttribute="centerY" id="lf3-1a-P6a"/>
  48. <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="xmS-E7-44n" secondAttribute="trailing" id="sg2-b1-tqE"/>
  49. </constraints>
  50. <connections>
  51. <outlet property="selectButton" destination="Hnf-K7-plh" id="hTj-bA-h3I"/>
  52. <outlet property="separatorHeightConstraint" destination="HLl-PW-5av" id="Zjf-UY-YAw"/>
  53. <outlet property="separatorView" destination="xmS-E7-44n" id="9YB-B1-j8j"/>
  54. </connections>
  55. <point key="canvasLocation" x="-249" y="153"/>
  56. </view>
  57. </objects>
  58. <resources>
  59. <systemColor name="labelColor">
  60. <color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  61. </systemColor>
  62. <systemColor name="opaqueSeparatorColor">
  63. <color red="0.77647058823529413" green="0.77647058823529413" blue="0.78431372549019607" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  64. </systemColor>
  65. <systemColor name="systemBackgroundColor">
  66. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  67. </systemColor>
  68. <systemColor name="systemGray4Color">
  69. <color red="0.81960784313725488" green="0.81960784313725488" blue="0.83921568627450982" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  70. </systemColor>
  71. </resources>
  72. </document>