2016-06-10 07:36:15 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6211" systemVersion="14A298i" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="5">
|
|
|
|
<dependencies>
|
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6204"/>
|
|
|
|
</dependencies>
|
|
|
|
<scenes>
|
|
|
|
<scene sceneID="4">
|
|
|
|
<objects>
|
|
|
|
<viewController id="5" sceneMemberID="viewController" customClass="LaunchScreenViewController">
|
|
|
|
<layoutGuides>
|
|
|
|
<viewControllerLayoutGuide type="top" id="2"/>
|
|
|
|
<viewControllerLayoutGuide type="bottom" id="3"/>
|
|
|
|
</layoutGuides>
|
|
|
|
<view key="view" contentMode="scaleToFill" id="6">
|
2016-06-26 03:54:17 +03:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
2016-06-10 07:36:15 +03:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
2016-06-26 03:54:17 +03:00
|
|
|
<color key="backgroundColor" customColorSpace="calibratedWhite" colorSpace="calibratedRGB" red="0.92549019607843142" green="0.94117647058823528" blue="0.96078431372549022" alpha="1"/>
|
2016-06-11 07:27:33 +03:00
|
|
|
<subviews>
|
2016-06-26 03:54:17 +03:00
|
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" id="16" translatesAutoresizingMaskIntoConstraints="NO" image="logo.png" misplaced="YES">
|
2016-06-11 07:27:33 +03:00
|
|
|
<rect key="frame" x="159" y="278" width="282" height="44"/>
|
|
|
|
</imageView>
|
|
|
|
</subviews>
|
|
|
|
<constraints>
|
|
|
|
<constraint id="19" firstItem="16" firstAttribute="centerY" secondItem="6" secondAttribute="centerY"/>
|
|
|
|
<constraint id="20" firstItem="6" firstAttribute="centerX" secondItem="16" secondAttribute="centerX"/>
|
|
|
|
</constraints>
|
2016-06-10 07:36:15 +03:00
|
|
|
</view>
|
|
|
|
<connections/>
|
|
|
|
</viewController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="7" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
|
|
|
<point key="canvasLocation" x="-54" y="0.0"/>
|
|
|
|
</scene>
|
|
|
|
</scenes>
|
|
|
|
<resources>
|
|
|
|
<image name="bg.png" width="400" height="400"/>
|
|
|
|
<image name="Default-568h.png" width="320" height="568"/>
|
|
|
|
<image name="Default-Portrait.png" width="768" height="1004"/>
|
|
|
|
<image name="Default.png" width="320" height="480"/>
|
|
|
|
<image name="fa-cogs.png" width="22" height="22"/>
|
|
|
|
<image name="fa-lock.png" width="22" height="22"/>
|
|
|
|
<image name="fa-refresh.png" width="22" height="22"/>
|
|
|
|
<image name="fa_folder_open.png" width="14" height="14"/>
|
|
|
|
<image name="Icon-120.png" width="120" height="120"/>
|
|
|
|
<image name="Icon-152.png" width="152" height="152"/>
|
|
|
|
<image name="Icon-16.png" width="16" height="16"/>
|
|
|
|
<image name="Icon-24.png" width="24" height="24"/>
|
|
|
|
<image name="Icon-32.png" width="32" height="32"/>
|
|
|
|
<image name="Icon-40.png" width="40" height="40"/>
|
|
|
|
<image name="Icon-60.png" width="60" height="60"/>
|
|
|
|
<image name="Icon-64.png" width="64" height="64"/>
|
|
|
|
<image name="Icon-72.png" width="72" height="72"/>
|
|
|
|
<image name="Icon-76.png" width="76" height="76"/>
|
|
|
|
<image name="Icon-Small-40.png" width="40" height="40"/>
|
|
|
|
<image name="Icon-Small-50.png" width="50" height="50"/>
|
|
|
|
<image name="Icon-Small.png" width="29" height="29"/>
|
|
|
|
<image name="Icon.png" width="57" height="57"/>
|
|
|
|
<image name="ion_chevron_right.png" width="14" height="14"/>
|
|
|
|
<image name="ion_plus.png" width="22" height="22"/>
|
2016-06-11 07:27:33 +03:00
|
|
|
<image name="logo.png" width="282" height="44"/>
|
2016-06-26 03:54:17 +03:00
|
|
|
<image name="cogs.png" width="25" height="25"/>
|
|
|
|
<image name="eye.png" width="22" height="22"/>
|
|
|
|
<image name="eye_slash.png" width="22" height="22"/>
|
|
|
|
<image name="more.png" width="64" height="64"/>
|
|
|
|
<image name="more_selected.png" width="28" height="28"/>
|
|
|
|
<image name="plus.png" width="18" height="18"/>
|
|
|
|
<image name="star.png" width="22" height="22"/>
|
2016-06-10 07:36:15 +03:00
|
|
|
</resources>
|
2016-06-11 07:27:33 +03:00
|
|
|
<simulatedMetricsContainer key="defaultSimulatedMetrics">
|
|
|
|
<simulatedScreenMetrics key="destination" type="retina47"/>
|
|
|
|
</simulatedMetricsContainer>
|
2016-06-10 07:36:15 +03:00
|
|
|
</document>
|