VLCCloudStorageTableViewController.xib 4.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5023" systemVersion="12F45" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
  3. <dependencies>
  4. <deployment version="1296" defaultVersion="1552" identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
  6. </dependencies>
  7. <objects>
  8. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCCloudStorageTableViewController">
  9. <connections>
  10. <outlet property="cloudStorageLogo" destination="9" id="9Q5-Ar-xu1"/>
  11. <outlet property="loginButton" destination="20" id="AIe-DC-rE2"/>
  12. <outlet property="loginToCloudStorageView" destination="8" id="Hry-dm-Ayh"/>
  13. <outlet property="tableView" destination="29" id="30"/>
  14. <outlet property="view" destination="28" id="31"/>
  15. </connections>
  16. </placeholder>
  17. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  18. <view contentMode="scaleToFill" restorationIdentifier="CloudStorageTableViewController" id="28">
  19. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  20. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  21. <subviews>
  22. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="29">
  23. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  24. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  25. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
  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" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
  33. <simulatedStatusBarMetrics key="simulatedStatusBarMetrics"/>
  34. <simulatedToolbarMetrics key="simulatedBottomBarMetrics" barStyle="black"/>
  35. <simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina4"/>
  36. </view>
  37. <view contentMode="scaleToFill" id="8" customClass="CloudStorageTableViewControllerLogin">
  38. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  39. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  40. <subviews>
  41. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="dropbox-white.png" id="9">
  42. <rect key="frame" x="70" y="192" width="179" height="60"/>
  43. <autoresizingMask key="autoresizingMask"/>
  44. </imageView>
  45. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="20" customClass="VLCMenuButton">
  46. <rect key="frame" x="120" y="387" width="81" height="39"/>
  47. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  48. <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
  49. <state key="normal" title="Login" backgroundImage="menuButton.png">
  50. <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/>
  51. <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
  52. </state>
  53. <state key="highlighted">
  54. <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  55. </state>
  56. <connections>
  57. <action selector="loginAction:" destination="-1" eventType="touchUpInside" id="Ny5-mX-HmE"/>
  58. </connections>
  59. </button>
  60. </subviews>
  61. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
  62. <simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina4"/>
  63. </view>
  64. </objects>
  65. <resources>
  66. <image name="dropbox-white.png" width="125" height="42"/>
  67. <image name="menuButton.png" width="63" height="39"/>
  68. </resources>
  69. </document>