2013-09-26 16:12:09 -07:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="4510" systemVersion="12F37" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
|
|
|
|
<dependencies>
|
|
|
|
<deployment defaultVersion="1792" identifier="iOS"/>
|
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3742"/>
|
|
|
|
</dependencies>
|
|
|
|
<objects>
|
|
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="MoveSiteViewController">
|
|
|
|
<connections>
|
|
|
|
<outlet property="activityIndicator" destination="9" id="21"/>
|
|
|
|
<outlet property="cancelButton" destination="19" id="23"/>
|
|
|
|
<outlet property="errorLabel" destination="16" id="24"/>
|
|
|
|
<outlet property="folderPicker" destination="8" id="25"/>
|
|
|
|
<outlet property="fromFolderInput" destination="44" id="46"/>
|
|
|
|
<outlet property="moveButton" destination="18" id="26"/>
|
|
|
|
<outlet property="movingLabel" destination="15" id="27"/>
|
|
|
|
<outlet property="navBar" destination="14" id="28"/>
|
|
|
|
<outlet property="titleLabel" destination="31" id="32"/>
|
|
|
|
<outlet property="toFolderInput" destination="13" id="29"/>
|
|
|
|
<outlet property="view" destination="4" id="35"/>
|
|
|
|
</connections>
|
|
|
|
</placeholder>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
|
|
<view contentMode="scaleToFill" id="4">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
<subviews>
|
|
|
|
<view opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" id="31">
|
2013-10-08 19:33:11 -07:00
|
|
|
<rect key="frame" x="86" y="77" width="220" height="23"/>
|
2013-09-26 16:12:09 -07:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
|
|
</view>
|
|
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" text="MOVING" textAlignment="right" lineBreakMode="tailTruncation" minimumFontSize="10" id="41">
|
2013-10-08 19:33:11 -07:00
|
|
|
<rect key="frame" x="7" y="75" width="61" height="28"/>
|
2013-09-26 16:12:09 -07:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="12"/>
|
|
|
|
<color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
<color key="shadowColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
|
|
|
<size key="shadowOffset" width="0.0" height="1"/>
|
|
|
|
</label>
|
|
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" text="FROM" textAlignment="right" lineBreakMode="tailTruncation" minimumFontSize="10" id="43">
|
2013-10-08 19:33:11 -07:00
|
|
|
<rect key="frame" x="19" y="115" width="49" height="31"/>
|
2013-09-26 16:12:09 -07:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="12"/>
|
|
|
|
<color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
<color key="shadowColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
|
|
|
<size key="shadowOffset" width="0.0" height="1"/>
|
|
|
|
</label>
|
|
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" text="INTO" textAlignment="right" lineBreakMode="tailTruncation" minimumFontSize="10" id="42">
|
2013-10-08 19:33:11 -07:00
|
|
|
<rect key="frame" x="19" y="158" width="49" height="31"/>
|
2013-09-26 16:12:09 -07:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="12"/>
|
|
|
|
<color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
<color key="shadowColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
|
|
|
<size key="shadowOffset" width="0.0" height="1"/>
|
|
|
|
</label>
|
|
|
|
<label hidden="YES" opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" text="Moving..." lineBreakMode="tailTruncation" minimumFontSize="10" id="15">
|
2013-10-08 19:33:11 -07:00
|
|
|
<rect key="frame" x="111" y="194" width="189" height="52"/>
|
2013-09-26 16:12:09 -07:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
|
|
<fontDescription key="fontDescription" name="Helvetica" family="Helvetica" pointSize="17"/>
|
|
|
|
<color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
<color key="shadowColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
|
|
|
<size key="shadowOffset" width="0.0" height="1"/>
|
|
|
|
</label>
|
|
|
|
<label hidden="YES" opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" text="Error" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="4" minimumFontSize="17" id="16">
|
2013-10-08 19:33:11 -07:00
|
|
|
<rect key="frame" x="20" y="198" width="280" height="48"/>
|
2013-09-26 16:12:09 -07:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
|
|
<fontDescription key="fontDescription" name="Helvetica" family="Helvetica" pointSize="17"/>
|
|
|
|
<color key="textColor" red="0.92408370969999998" green="0.35912829639999999" blue="0.23267127570000001" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
<color key="shadowColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
|
|
|
<size key="shadowOffset" width="0.0" height="1"/>
|
|
|
|
</label>
|
|
|
|
<activityIndicatorView hidden="YES" opaque="NO" contentMode="scaleToFill" hidesWhenStopped="YES" style="gray" id="9">
|
2013-10-08 19:33:11 -07:00
|
|
|
<rect key="frame" x="86" y="211" width="20" height="20"/>
|
2013-09-26 16:12:09 -07:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxY="YES"/>
|
|
|
|
</activityIndicatorView>
|
|
|
|
<pickerView contentMode="scaleToFill" id="8">
|
2013-10-02 18:06:31 -07:00
|
|
|
<rect key="frame" x="0.0" y="269" width="320" height="216"/>
|
2013-09-26 16:12:09 -07:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
|
|
|
<connections>
|
|
|
|
<outlet property="dataSource" destination="-1" id="37"/>
|
|
|
|
<outlet property="delegate" destination="-1" id="38"/>
|
|
|
|
</connections>
|
|
|
|
</pickerView>
|
|
|
|
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Choose a folder" minimumFontSize="12" id="13">
|
2013-10-08 19:33:11 -07:00
|
|
|
<rect key="frame" x="87" y="158" width="219" height="31"/>
|
2013-09-26 16:12:09 -07:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
|
|
<accessibility key="accessibilityConfiguration">
|
|
|
|
<accessibilityTraits key="traits" none="YES" button="YES" image="YES"/>
|
|
|
|
</accessibility>
|
|
|
|
<fontDescription key="fontDescription" name="Helvetica-Bold" family="Helvetica" pointSize="14"/>
|
|
|
|
<textInputTraits key="textInputTraits"/>
|
|
|
|
<connections>
|
|
|
|
<outlet property="delegate" destination="-1" id="36"/>
|
|
|
|
</connections>
|
|
|
|
</textField>
|
2013-10-02 17:31:51 -07:00
|
|
|
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" minimumFontSize="12" id="44">
|
2013-10-08 19:33:11 -07:00
|
|
|
<rect key="frame" x="87" y="115" width="219" height="30"/>
|
2013-09-26 16:12:09 -07:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
|
|
<accessibility key="accessibilityConfiguration">
|
|
|
|
<accessibilityTraits key="traits" none="YES" button="YES" image="YES"/>
|
|
|
|
</accessibility>
|
|
|
|
<color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
|
<fontDescription key="fontDescription" name="Helvetica-Bold" family="Helvetica" pointSize="14"/>
|
|
|
|
<textInputTraits key="textInputTraits"/>
|
|
|
|
<connections>
|
|
|
|
<outlet property="delegate" destination="-1" id="45"/>
|
|
|
|
</connections>
|
|
|
|
</textField>
|
|
|
|
<navigationBar contentMode="scaleToFill" id="14">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
|
|
<items>
|
|
|
|
<navigationItem id="17">
|
|
|
|
<barButtonItem key="leftBarButtonItem" title="Cancel" width="50" id="19">
|
|
|
|
<connections>
|
|
|
|
<action selector="doCancelButton" destination="-1" id="34"/>
|
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
|
|
|
<barButtonItem key="rightBarButtonItem" title="Move Site to Folder" style="done" id="18">
|
|
|
|
<connections>
|
|
|
|
<action selector="doMoveButton" destination="-1" id="33"/>
|
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
|
|
|
</navigationItem>
|
|
|
|
</items>
|
|
|
|
</navigationBar>
|
|
|
|
</subviews>
|
|
|
|
<color key="backgroundColor" white="0.94625342150000002" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
|
<simulatedStatusBarMetrics key="simulatedStatusBarMetrics"/>
|
|
|
|
</view>
|
|
|
|
</objects>
|
|
|
|
</document>
|