VLCCloudStorageTableViewController.xib 5.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7706" systemVersion="14E33b" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <development version="5000" identifier="xcode"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7703"/>
  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="568"/>
  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" id="29">
  24. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  26. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
  27. <connections>
  28. <outlet property="dataSource" destination="-1" id="32"/>
  29. <outlet property="delegate" destination="-1" id="33"/>
  30. </connections>
  31. </tableView>
  32. </subviews>
  33. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
  34. <simulatedStatusBarMetrics key="simulatedStatusBarMetrics"/>
  35. <simulatedToolbarMetrics key="simulatedBottomBarMetrics" barStyle="black"/>
  36. <simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina4"/>
  37. </view>
  38. <view contentMode="scaleToFill" id="8">
  39. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  40. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  41. <subviews>
  42. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="dropbox-white.png" id="9">
  43. <rect key="frame" x="70" y="192" width="179" height="60"/>
  44. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  45. </imageView>
  46. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="20" customClass="VLCMenuButton">
  47. <rect key="frame" x="120" y="387" width="81" height="39"/>
  48. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  49. <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
  50. <state key="normal" title="Login" backgroundImage="menuButton.png">
  51. <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/>
  52. <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
  53. </state>
  54. <state key="highlighted">
  55. <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  56. </state>
  57. <connections>
  58. <action selector="loginAction:" destination="-1" eventType="touchUpInside" id="Ny5-mX-HmE"/>
  59. </connections>
  60. </button>
  61. </subviews>
  62. <color key="backgroundColor" red="0.12156862745098039" green="0.12156862745098039" blue="0.12156862745098039" alpha="1" colorSpace="calibratedRGB"/>
  63. <simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina4"/>
  64. </view>
  65. </objects>
  66. <resources>
  67. <image name="dropbox-white.png" width="125" height="42"/>
  68. <image name="menuButton.png" width="63" height="39"/>
  69. </resources>
  70. <simulatedMetricsContainer key="defaultSimulatedMetrics">
  71. <simulatedStatusBarMetrics key="statusBar"/>
  72. <simulatedOrientationMetrics key="orientation"/>
  73. <simulatedScreenMetrics key="destination" type="retina4"/>
  74. </simulatedMetricsContainer>
  75. </document>