1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13168.3" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13147.4"/>
- <capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </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="375" height="667"/>
- <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" translatesAutoresizingMaskIntoConstraints="NO" id="29">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <connections>
- <outlet property="dataSource" destination="-1" id="32"/>
- <outlet property="delegate" destination="-1" id="33"/>
- </connections>
- </tableView>
- </subviews>
- <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="29" firstAttribute="leading" secondItem="28" secondAttribute="leading" id="1e5-4s-WL8"/>
- <constraint firstItem="29" firstAttribute="top" secondItem="28" secondAttribute="top" id="daj-Xu-442"/>
- <constraint firstAttribute="bottom" secondItem="29" secondAttribute="bottom" id="kB8-XF-Oig"/>
- <constraint firstAttribute="trailing" secondItem="29" secondAttribute="trailing" id="upi-35-a7a"/>
- </constraints>
- <simulatedToolbarMetrics key="simulatedBottomBarMetrics" barStyle="black"/>
- <point key="canvasLocation" x="13" y="-85"/>
- </view>
- <view contentMode="scaleToFill" id="8">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" verticalCompressionResistancePriority="751" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="wordWrap" translatesAutoresizingMaskIntoConstraints="NO" id="20" customClass="VLCMenuButton">
- <rect key="frame" x="167" y="385" width="41" height="30"/>
- <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
- <state key="normal" title="Login">
- <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </state>
- <state key="highlighted">
- <color key="titleColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </state>
- <connections>
- <action selector="loginAction:" destination="-1" eventType="touchUpInside" id="Ny5-mX-HmE"/>
- </connections>
- </button>
- <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" image="dropbox-white.png" translatesAutoresizingMaskIntoConstraints="NO" id="9">
- <rect key="frame" x="125" y="179" width="125" height="42"/>
- </imageView>
- </subviews>
- <color key="backgroundColor" red="0.12156862745098039" green="0.12156862745098039" blue="0.12156862745098039" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="20" firstAttribute="centerY" secondItem="8" secondAttribute="centerY" multiplier="1.2" id="0UY-nU-pho"/>
- <constraint firstItem="9" firstAttribute="centerX" secondItem="8" secondAttribute="centerX" id="CRh-Jr-qOQ"/>
- <constraint firstItem="20" firstAttribute="centerX" secondItem="8" secondAttribute="centerX" id="Hky-JS-uMT"/>
- <constraint firstItem="9" firstAttribute="centerY" secondItem="8" secondAttribute="centerY" multiplier="0.6" id="Xlv-wc-yx9"/>
- </constraints>
- <nil key="simulatedStatusBarMetrics"/>
- <point key="canvasLocation" x="13" y="-688"/>
- </view>
- </objects>
- <resources>
- <image name="dropbox-white.png" width="125" height="42"/>
- </resources>
- </document>
|