|
@@ -0,0 +1,98 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="4514" systemVersion="13A603" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
|
|
|
+ <dependencies>
|
|
|
+ <deployment defaultVersion="1552" identifier="iOS"/>
|
|
|
+ <development version="5000" identifier="xcode"/>
|
|
|
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3747"/>
|
|
|
+ </dependencies>
|
|
|
+ <objects>
|
|
|
+ <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCNetworkLoginViewController">
|
|
|
+ <connections>
|
|
|
+ <outlet property="connectButton" destination="6" id="96"/>
|
|
|
+ <outlet property="historyLogin" destination="105" id="106"/>
|
|
|
+ <outlet property="loginHelpLabel" destination="lGc-Rk-dDO" id="q9y-NH-Vuw"/>
|
|
|
+ <outlet property="passwordField" destination="94" id="98"/>
|
|
|
+ <outlet property="serverAddressField" destination="7" id="99"/>
|
|
|
+ <outlet property="serverAddressHelpLabel" destination="LCc-UZ-fl6" id="sJc-p7-cmN"/>
|
|
|
+ <outlet property="usernameField" destination="44" id="101"/>
|
|
|
+ <outlet property="view" destination="1" id="3"/>
|
|
|
+ </connections>
|
|
|
+ </placeholder>
|
|
|
+ <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
|
+ <view contentMode="scaleToFill" id="1">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="320" height="478"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
+ <subviews>
|
|
|
+ <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="ftp://yourserver.local" textAlignment="center" minimumFontSize="17" clearButtonMode="unlessEditing" id="7">
|
|
|
+ <rect key="frame" x="0.0" y="5" width="320" height="31"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
|
+ <color key="backgroundColor" red="0.28627450980392155" green="0.28627450980392155" blue="0.28627450980392155" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
+ <textInputTraits key="textInputTraits" autocorrectionType="no"/>
|
|
|
+ </textField>
|
|
|
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="6">
|
|
|
+ <rect key="frame" x="0.0" y="41" width="320" height="40"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
|
|
+ <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
|
|
+ <state key="normal" title="Connect"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="connectToServer:" destination="-1" eventType="touchUpInside" id="104"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsVerticalScrollIndicator="NO" style="plain" separatorStyle="none" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="105">
|
|
|
+ <rect key="frame" x="0.0" y="286" width="320" height="192"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
+ <color key="separatorColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <connections>
|
|
|
+ <outlet property="dataSource" destination="-1" id="109"/>
|
|
|
+ <outlet property="delegate" destination="-1" id="108"/>
|
|
|
+ </connections>
|
|
|
+ </tableView>
|
|
|
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="axZ-sK-2Iz">
|
|
|
+ <rect key="frame" x="0.0" y="238" width="320" height="40"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
|
|
+ <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
|
|
+ <state key="normal" title="Save"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="saveFTP:" destination="-1" eventType="touchUpInside" id="4dc-vT-XPz"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Password" textAlignment="center" minimumFontSize="17" clearButtonMode="unlessEditing" id="94">
|
|
|
+ <rect key="frame" x="0.0" y="162" width="320" height="31"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
|
+ <color key="backgroundColor" red="0.28627450980392155" green="0.28627450980392155" blue="0.28627450980392155" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
+ <textInputTraits key="textInputTraits" autocorrectionType="no" secureTextEntry="YES"/>
|
|
|
+ </textField>
|
|
|
+ <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="User" textAlignment="center" minimumFontSize="17" clearButtonMode="unlessEditing" id="44">
|
|
|
+ <rect key="frame" x="0.0" y="126" width="320" height="31"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
|
+ <color key="backgroundColor" red="0.28627450980392155" green="0.28627450980392155" blue="0.28627450980392155" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
+ <textInputTraits key="textInputTraits" autocorrectionType="no"/>
|
|
|
+ </textField>
|
|
|
+ <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="If required by the server, enter user name and password." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumFontSize="9" id="lGc-Rk-dDO">
|
|
|
+ <rect key="frame" x="16" y="184" width="284" height="63"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
+ <color key="textColor" red="0.58823529411764708" green="0.58823529411764708" blue="0.58823529411764708" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Enter the IP or the name of the server you want to connect to." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumFontSize="9" id="LCc-UZ-fl6">
|
|
|
+ <rect key="frame" x="20" y="78" width="280" height="42"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
+ <color key="textColor" red="0.58823529411764708" green="0.58823529411764708" blue="0.58823529411764708" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" red="0.15686274509803921" green="0.15686274509803921" blue="0.15686274509803921" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
|
|
+ </view>
|
|
|
+ </objects>
|
|
|
+</document>
|