VLCGoogleDriveTableViewController.xib 4.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="4510" systemVersion="13A603" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
  3. <dependencies>
  4. <deployment version="1296" defaultVersion="1552" identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3742"/>
  6. </dependencies>
  7. <objects>
  8. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCGoogleDriveTableViewController">
  9. <connections>
  10. <outlet property="loginToGoogleDriveButton" destination="20" id="TtB-EO-dc5"/>
  11. <outlet property="loginToGoogleDriveView" destination="8" id="6R4-FE-vqb"/>
  12. <outlet property="tableView" destination="29" id="30"/>
  13. <outlet property="view" destination="28" id="31"/>
  14. </connections>
  15. </placeholder>
  16. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  17. <view contentMode="scaleToFill" id="28">
  18. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  20. <subviews>
  21. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="29">
  22. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  23. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  24. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
  25. <connections>
  26. <outlet property="dataSource" destination="-1" id="32"/>
  27. <outlet property="delegate" destination="-1" id="33"/>
  28. </connections>
  29. </tableView>
  30. </subviews>
  31. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
  32. <simulatedStatusBarMetrics key="simulatedStatusBarMetrics"/>
  33. <simulatedToolbarMetrics key="simulatedBottomBarMetrics" barStyle="black"/>
  34. <simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina4"/>
  35. </view>
  36. <view contentMode="scaleToFill" id="8">
  37. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  38. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  39. <subviews>
  40. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="DriveWhite.png" id="9">
  41. <rect key="frame" x="77" y="202" width="162" height="48"/>
  42. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  43. </imageView>
  44. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="20" customClass="VLCMenuButton">
  45. <rect key="frame" x="120" y="312" width="81" height="39"/>
  46. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  47. <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
  48. <state key="normal" title="Login" backgroundImage="menuButton.png">
  49. <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/>
  50. <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
  51. </state>
  52. <state key="highlighted">
  53. <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  54. </state>
  55. <connections>
  56. <action selector="loginToGoogleDriveAction:" destination="-1" eventType="touchUpInside" id="JPk-kM-vDi"/>
  57. </connections>
  58. </button>
  59. </subviews>
  60. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
  61. <simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina4"/>
  62. </view>
  63. </objects>
  64. <resources>
  65. <image name="DriveWhite.png" width="81" height="24"/>
  66. <image name="menuButton.png" width="63" height="39"/>
  67. </resources>
  68. </document>