VLCCloudStorageTableViewController.xib 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12120" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
  6. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <objects>
  9. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCCloudStorageTableViewController">
  10. <connections>
  11. <outlet property="cloudStorageLogo" destination="9" id="9Q5-Ar-xu1"/>
  12. <outlet property="loginButton" destination="20" id="AIe-DC-rE2"/>
  13. <outlet property="loginToCloudStorageView" destination="8" id="Hry-dm-Ayh"/>
  14. <outlet property="tableView" destination="29" id="30"/>
  15. <outlet property="view" destination="28" id="31"/>
  16. </connections>
  17. </placeholder>
  18. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  19. <view contentMode="scaleToFill" restorationIdentifier="CloudStorageTableViewController" id="28">
  20. <rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
  21. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  22. <subviews>
  23. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="29">
  24. <rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
  25. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  26. <connections>
  27. <outlet property="dataSource" destination="-1" id="32"/>
  28. <outlet property="delegate" destination="-1" id="33"/>
  29. </connections>
  30. </tableView>
  31. </subviews>
  32. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  33. <constraints>
  34. <constraint firstItem="29" firstAttribute="leading" secondItem="28" secondAttribute="leading" id="1e5-4s-WL8"/>
  35. <constraint firstItem="29" firstAttribute="top" secondItem="28" secondAttribute="top" id="daj-Xu-442"/>
  36. <constraint firstAttribute="bottom" secondItem="29" secondAttribute="bottom" id="kB8-XF-Oig"/>
  37. <constraint firstAttribute="trailing" secondItem="29" secondAttribute="trailing" id="upi-35-a7a"/>
  38. </constraints>
  39. <simulatedToolbarMetrics key="simulatedBottomBarMetrics" barStyle="black"/>
  40. <point key="canvasLocation" x="13" y="-85"/>
  41. </view>
  42. <view contentMode="scaleToFill" id="8">
  43. <rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
  44. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  45. <subviews>
  46. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="FhN-yS-GbO">
  47. <rect key="frame" x="77.5" y="102.5" width="165" height="275"/>
  48. <subviews>
  49. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" image="dropbox-white.png" translatesAutoresizingMaskIntoConstraints="NO" id="9">
  50. <rect key="frame" x="20" y="20" width="125" height="42"/>
  51. </imageView>
  52. <button opaque="NO" contentMode="scaleToFill" verticalCompressionResistancePriority="751" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="wordWrap" translatesAutoresizingMaskIntoConstraints="NO" id="20" customClass="VLCMenuButton">
  53. <rect key="frame" x="61" y="215" width="41" height="40"/>
  54. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  55. <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
  56. <state key="normal" title="Login">
  57. <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  58. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  59. </state>
  60. <state key="highlighted">
  61. <color key="titleColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  62. </state>
  63. <connections>
  64. <action selector="loginAction:" destination="-1" eventType="touchUpInside" id="Ny5-mX-HmE"/>
  65. </connections>
  66. </button>
  67. </subviews>
  68. <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  69. <constraints>
  70. <constraint firstItem="9" firstAttribute="top" secondItem="FhN-yS-GbO" secondAttribute="top" constant="20" id="3AC-5Z-mit"/>
  71. <constraint firstAttribute="width" constant="165" id="3oj-db-nBo"/>
  72. <constraint firstAttribute="height" constant="275" id="d2r-lP-rPN"/>
  73. <constraint firstItem="9" firstAttribute="leading" secondItem="FhN-yS-GbO" secondAttribute="leading" constant="20" id="eak-Y3-9Vx"/>
  74. <constraint firstAttribute="trailing" secondItem="9" secondAttribute="trailing" constant="20" id="wZ3-RN-6rz"/>
  75. </constraints>
  76. </view>
  77. </subviews>
  78. <color key="backgroundColor" red="0.12156862745098039" green="0.12156862745098039" blue="0.12156862745098039" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  79. <constraints>
  80. <constraint firstItem="FhN-yS-GbO" firstAttribute="centerX" secondItem="8" secondAttribute="centerX" id="Y9W-vp-U2a"/>
  81. <constraint firstItem="FhN-yS-GbO" firstAttribute="centerY" secondItem="8" secondAttribute="centerY" id="hpO-eO-ELD"/>
  82. </constraints>
  83. <nil key="simulatedStatusBarMetrics"/>
  84. <point key="canvasLocation" x="13.5" y="-687.5"/>
  85. </view>
  86. </objects>
  87. <resources>
  88. <image name="dropbox-white.png" width="125" height="42"/>
  89. </resources>
  90. <simulatedMetricsContainer key="defaultSimulatedMetrics">
  91. <simulatedStatusBarMetrics key="statusBar"/>
  92. <simulatedOrientationMetrics key="orientation"/>
  93. <simulatedScreenMetrics key="destination"/>
  94. </simulatedMetricsContainer>
  95. </document>