12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5023" systemVersion="12F45" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
- <dependencies>
- <deployment version="1296" defaultVersion="1552" identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCCloudStorageTableViewController">
- <connections>
- <outlet property="cloudStorageLogo" destination="9" id="9Q5-Ar-xu1"/>
- <outlet property="loginButton" destination="20" id="AIe-DC-rE2"/>
- <outlet property="loginToCloudStorageView" destination="8" id="Hry-dm-Ayh"/>
- <outlet property="tableView" destination="29" id="30"/>
- <outlet property="view" destination="28" id="31"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" restorationIdentifier="CloudStorageTableViewController" id="28">
- <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="29">
- <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
- <connections>
- <outlet property="dataSource" destination="-1" id="32"/>
- <outlet property="delegate" destination="-1" id="33"/>
- </connections>
- </tableView>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
- <simulatedStatusBarMetrics key="simulatedStatusBarMetrics"/>
- <simulatedToolbarMetrics key="simulatedBottomBarMetrics" barStyle="black"/>
- <simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina4"/>
- </view>
- <view contentMode="scaleToFill" id="8" customClass="CloudStorageTableViewControllerLogin">
- <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="dropbox-white.png" id="9">
- <rect key="frame" x="70" y="192" width="179" height="60"/>
- <autoresizingMask key="autoresizingMask"/>
- </imageView>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="20" customClass="VLCMenuButton">
- <rect key="frame" x="120" y="387" width="81" height="39"/>
- <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
- <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
- <state key="normal" title="Login" backgroundImage="menuButton.png">
- <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/>
- <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
- </state>
- <state key="highlighted">
- <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- </state>
- <connections>
- <action selector="loginAction:" destination="-1" eventType="touchUpInside" id="Ny5-mX-HmE"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
- <simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina4"/>
- </view>
- </objects>
- <resources>
- <image name="dropbox-white.png" width="125" height="42"/>
- <image name="menuButton.png" width="63" height="39"/>
- </resources>
- </document>
|