2016-06-03 06:28:17 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2016-06-04 22:27:50 +03:00
|
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="64">
|
2016-06-03 06:28:17 +03:00
|
|
|
<dependencies>
|
2016-06-04 00:54:49 +03:00
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
|
2016-06-03 06:28:17 +03:00
|
|
|
</dependencies>
|
|
|
|
<scenes>
|
2016-06-04 22:27:50 +03:00
|
|
|
<!--Logins-->
|
2016-06-03 06:28:17 +03:00
|
|
|
<scene sceneID="7MM-of-jgj">
|
|
|
|
<objects>
|
2016-06-04 19:10:03 +03:00
|
|
|
<viewController id="ObA-dk-sSI" customClass="ActionViewController" sceneMemberID="viewController">
|
2016-06-03 06:28:17 +03:00
|
|
|
<layoutGuides>
|
|
|
|
<viewControllerLayoutGuide type="top" id="qkL-Od-lgU"/>
|
|
|
|
<viewControllerLayoutGuide type="bottom" id="n38-gi-rB5"/>
|
|
|
|
</layoutGuides>
|
|
|
|
<view key="view" contentMode="scaleToFill" id="zMn-AG-sqS">
|
2016-06-04 22:27:50 +03:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
|
2016-06-03 06:28:17 +03:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
2016-06-04 22:27:50 +03:00
|
|
|
<color key="backgroundColor" colorSpace="calibratedWhite" white="1" alpha="1"/>
|
2016-06-03 06:28:17 +03:00
|
|
|
<subviews>
|
2016-06-04 22:27:50 +03:00
|
|
|
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="1717" translatesAutoresizingMaskIntoConstraints="NO">
|
|
|
|
<rect key="frame" x="20" y="72" width="560" height="483"/>
|
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
|
<prototypes>
|
|
|
|
<tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="1722" rowHeight="44">
|
|
|
|
<rect key="frame" x="0.0" y="22" width="560" height="44"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="1723" tableViewCell="1722">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="560" height="43.5"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
|
|
</view>
|
|
|
|
</tableViewCell>
|
|
|
|
</prototypes>
|
|
|
|
</tableView>
|
2016-06-04 19:10:03 +03:00
|
|
|
</subviews>
|
2016-06-04 22:27:50 +03:00
|
|
|
<constraints>
|
|
|
|
<constraint id="1724" firstItem="1717" firstAttribute="top" secondItem="qkL-Od-lgU" secondAttribute="bottom" constant="8" symbolic="YES"/>
|
|
|
|
<constraint id="1725" firstItem="n38-gi-rB5" firstAttribute="top" secondItem="1717" secondAttribute="bottom" constant="8" symbolic="YES"/>
|
|
|
|
<constraint id="1726" firstItem="1717" firstAttribute="leading" secondItem="zMn-AG-sqS" secondAttribute="leading" constant="20" symbolic="YES"/>
|
|
|
|
<constraint id="1727" firstItem="zMn-AG-sqS" firstAttribute="trailing" secondItem="1717" secondAttribute="trailing" constant="20" symbolic="YES"/>
|
|
|
|
</constraints>
|
2016-06-04 19:10:03 +03:00
|
|
|
</view>
|
2016-06-04 22:27:50 +03:00
|
|
|
<navigationItem key="navigationItem" id="yHH-Ee-etX" title="Sites">
|
|
|
|
<barButtonItem key="leftBarButtonItem" title="Done" style="done" id="WYi-yp-eM6">
|
|
|
|
<connections>
|
|
|
|
<action selector="DoneClicked:" destination="ObA-dk-sSI" id="eDL-XE-zg5"/>
|
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
|
|
|
<barButtonItem title="Cancel" id="1714" translatesAutoresizingMaskIntoConstraints="NO" key="rightBarButtonItem">
|
|
|
|
<connections>
|
|
|
|
<action selector="CancelClicked:" destination="ObA-dk-sSI" id="1729"/>
|
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
|
|
|
</navigationItem>
|
2016-06-04 19:10:03 +03:00
|
|
|
</viewController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="X47-rx-isc" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
2016-06-04 22:27:50 +03:00
|
|
|
<point key="canvasLocation" x="1133" y="555"/>
|
2016-06-04 19:10:03 +03:00
|
|
|
</scene>
|
2016-06-04 22:27:50 +03:00
|
|
|
<!--Splash View Controller-->
|
2016-06-04 19:10:03 +03:00
|
|
|
<scene sceneID="42">
|
|
|
|
<objects>
|
2016-06-04 22:27:50 +03:00
|
|
|
<viewController id="43" customClass="SplashViewController" sceneMemberID="viewController">
|
2016-06-04 19:10:03 +03:00
|
|
|
<layoutGuides>
|
|
|
|
<viewControllerLayoutGuide type="top" id="40"/>
|
|
|
|
<viewControllerLayoutGuide type="bottom" id="41"/>
|
|
|
|
</layoutGuides>
|
|
|
|
<view key="view" contentMode="scaleToFill" id="44">
|
2016-06-04 22:27:50 +03:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
|
2016-06-04 19:10:03 +03:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
<subviews>
|
2016-06-04 22:27:50 +03:00
|
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" id="1713" translatesAutoresizingMaskIntoConstraints="NO" fixedFrame="YES" image="logo.png">
|
|
|
|
<rect key="frame" x="159" y="278" width="282" height="44"/>
|
2016-06-04 00:54:49 +03:00
|
|
|
</imageView>
|
2016-06-03 06:28:17 +03:00
|
|
|
</subviews>
|
2016-06-04 22:27:50 +03:00
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
2016-06-03 06:28:17 +03:00
|
|
|
</view>
|
|
|
|
<connections>
|
2016-06-04 22:27:50 +03:00
|
|
|
<segue destination="oCZ-GQ-aOK" kind="show" identifier="seque" id="1679"/>
|
2016-06-03 06:28:17 +03:00
|
|
|
</connections>
|
|
|
|
</viewController>
|
2016-06-04 19:10:03 +03:00
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="45" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
2016-06-04 22:27:50 +03:00
|
|
|
<point key="canvasLocation" x="-374" y="560"/>
|
2016-06-04 19:10:03 +03:00
|
|
|
</scene>
|
2016-06-04 22:27:50 +03:00
|
|
|
<!--Navigation Controller-->
|
2016-06-04 19:10:03 +03:00
|
|
|
<scene sceneID="63">
|
|
|
|
<objects>
|
|
|
|
<navigationController definesPresentationContext="YES" id="64" sceneMemberID="viewController">
|
|
|
|
<navigationBar key="navigationBar" contentMode="scaleToFill" id="67">
|
2016-06-04 22:27:50 +03:00
|
|
|
<rect key="frame" x="0.0" y="20" width="880" height="44"/>
|
2016-06-04 19:10:03 +03:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
|
|
</navigationBar>
|
|
|
|
<connections>
|
2016-06-04 22:27:50 +03:00
|
|
|
<segue destination="43" kind="relationship" relationship="rootViewController" id="617"/>
|
2016-06-04 19:10:03 +03:00
|
|
|
</connections>
|
|
|
|
</navigationController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="68" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
2016-06-03 06:28:17 +03:00
|
|
|
</objects>
|
2016-06-04 19:10:03 +03:00
|
|
|
<point key="canvasLocation" x="-1097" y="564"/>
|
2016-06-03 06:28:17 +03:00
|
|
|
</scene>
|
2016-06-04 22:27:50 +03:00
|
|
|
<!--Navigation Controller-->
|
|
|
|
<scene sceneID="RvZ-Bc-vCe">
|
|
|
|
<objects>
|
|
|
|
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="oCZ-GQ-aOK" sceneMemberID="viewController">
|
|
|
|
<toolbarItems/>
|
|
|
|
<navigationBar key="navigationBar" contentMode="scaleToFill" id="8A5-AR-QHS">
|
|
|
|
<rect key="frame" x="0.0" y="20" width="880" height="44"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
</navigationBar>
|
|
|
|
<nil name="viewControllers"/>
|
|
|
|
<connections>
|
|
|
|
<segue destination="ObA-dk-sSI" kind="relationship" relationship="rootViewController" id="B4Z-aR-cOD"/>
|
|
|
|
</connections>
|
|
|
|
</navigationController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="Kkn-u3-rq1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
|
|
|
<point key="canvasLocation" x="399" y="561"/>
|
|
|
|
</scene>
|
2016-06-03 06:28:17 +03:00
|
|
|
</scenes>
|
2016-06-04 00:54:49 +03:00
|
|
|
<resources>
|
2016-06-04 22:27:50 +03:00
|
|
|
<image name="logo.png" width="282" height="44"/>
|
2016-06-04 00:54:49 +03:00
|
|
|
<image name="Icon.png" width="57" height="57"/>
|
2016-06-04 19:10:03 +03:00
|
|
|
<image name="boxed-bg.png" width="400" height="400"/>
|
2016-06-04 00:54:49 +03:00
|
|
|
</resources>
|
|
|
|
</document>
|