2016-06-03 06:28:17 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2016-06-04 00:54:49 +03:00
|
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="ObA-dk-sSI">
|
2016-06-03 06:28:17 +03:00
|
|
|
<dependencies>
|
2016-06-04 00:54:49 +03:00
|
|
|
<deployment identifier="iOS"/>
|
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
|
2016-06-03 06:28:17 +03:00
|
|
|
</dependencies>
|
|
|
|
<scenes>
|
2016-06-04 00:54:49 +03:00
|
|
|
<!--Image-->
|
2016-06-03 06:28:17 +03:00
|
|
|
<scene sceneID="7MM-of-jgj">
|
|
|
|
<objects>
|
2016-06-04 00:54:49 +03:00
|
|
|
<viewController title="Selection" 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">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="528"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
<subviews>
|
|
|
|
<navigationBar contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="NOA-Dm-cuz">
|
|
|
|
<rect key="frame" x="0.0" y="20" width="320" height="44"/>
|
|
|
|
<items>
|
|
|
|
<navigationItem id="3HJ-uW-3hn">
|
|
|
|
<barButtonItem key="leftBarButtonItem" title="Done" style="done" id="WYi-yp-eM6">
|
|
|
|
<connections>
|
2016-06-04 00:54:49 +03:00
|
|
|
<action selector="DoneClicked:" destination="ObA-dk-sSI" id="eDL-XE-zg5"/>
|
2016-06-03 06:28:17 +03:00
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
|
|
|
</navigationItem>
|
|
|
|
</items>
|
|
|
|
</navigationBar>
|
2016-06-04 00:54:49 +03:00
|
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" id="3" translatesAutoresizingMaskIntoConstraints="NO" fixedFrame="YES" image="Icon.png">
|
|
|
|
<rect key="frame" x="71" y="143" width="178" height="153"/>
|
|
|
|
</imageView>
|
2016-06-03 06:28:17 +03:00
|
|
|
</subviews>
|
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
|
<constraints>
|
|
|
|
<constraint firstAttribute="trailing" secondItem="NOA-Dm-cuz" secondAttribute="trailing" id="A05-Pj-hrr"/>
|
|
|
|
<constraint firstItem="NOA-Dm-cuz" firstAttribute="leading" secondItem="zMn-AG-sqS" secondAttribute="leading" id="HxO-8t-aoh"/>
|
|
|
|
<constraint firstItem="NOA-Dm-cuz" firstAttribute="top" secondItem="qkL-Od-lgU" secondAttribute="bottom" id="we0-1t-bgp"/>
|
|
|
|
</constraints>
|
|
|
|
</view>
|
|
|
|
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
|
|
|
<size key="freeformSize" width="320" height="528"/>
|
|
|
|
<connections>
|
2016-06-04 00:54:49 +03:00
|
|
|
<outlet property="logo" destination="3" id="name-outlet-3"/>
|
2016-06-03 06:28:17 +03:00
|
|
|
</connections>
|
|
|
|
</viewController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="X47-rx-isc" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
|
|
|
<point key="canvasLocation" x="252" y="-124"/>
|
|
|
|
</scene>
|
|
|
|
</scenes>
|
2016-06-04 00:54:49 +03:00
|
|
|
<resources>
|
|
|
|
<image name="Icon.png" width="57" height="57"/>
|
|
|
|
</resources>
|
|
|
|
</document>
|