Commit 56d414b8 by Demid Merzlyakov

IOS-71: static splash screen implemented.

parent 5df07201
{
"images" : [
{
"filename" : "asset_1.pdf",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true
}
}
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<device id="ipad12_9" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<device id="retina6_0" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18093"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<customFonts key="customFonts">
<array key="SF-Pro.ttf">
<string>SFPro-Bold</string>
<string>SFPro-Regular</string>
</array>
</customFonts>
<scenes>
<!--View Controller-->
<scene sceneID="EHf-IW-A2E">
......@@ -18,28 +22,54 @@
<viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
<rect key="frame" x="0.0" y="0.0" width="1024" height="1366"/>
<rect key="frame" x="0.0" y="0.0" width="390" height="844"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="1w_splash" translatesAutoresizingMaskIntoConstraints="NO" id="dCL-Ck-lL2">
<rect key="frame" x="0.0" y="0.0" width="1024" height="1366"/>
</imageView>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="pgM-ha-uFh" userLabel="Logo Container View">
<rect key="frame" x="103.66666666666667" y="386.33333333333331" width="182.66666666666663" height="71.333333333333314"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="LaunchScreenAppIcon" translatesAutoresizingMaskIntoConstraints="NO" id="vyA-OC-sOG" userLabel="Logo Image View">
<rect key="frame" x="8" y="0.0" width="48" height="48"/>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Proud to serve 50 million users" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mIG-va-ePB">
<rect key="frame" x="4" y="58.000000000000007" width="175" height="13.333333333333336"/>
<fontDescription key="fontDescription" name="SFPro-Regular" family="SF Pro" pointSize="12"/>
<color key="textColor" red="0.99999600649999998" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1Weather" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cpE-Vg-eMU">
<rect key="frame" x="67.999999999999972" y="10" width="106.66666666666666" height="28"/>
<fontDescription key="fontDescription" name="SFPro-Bold" family="SF Pro" pointSize="24"/>
<color key="textColor" red="0.99999600649999998" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" red="0.070963539179999993" green="0.098073191939999999" blue="0.1129643098" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
<constraints>
<constraint firstItem="vyA-OC-sOG" firstAttribute="leading" secondItem="pgM-ha-uFh" secondAttribute="leading" constant="8" id="0lS-xt-LeQ"/>
<constraint firstItem="mIG-va-ePB" firstAttribute="centerX" secondItem="pgM-ha-uFh" secondAttribute="centerX" id="8NR-gd-Gar"/>
<constraint firstItem="mIG-va-ePB" firstAttribute="top" secondItem="vyA-OC-sOG" secondAttribute="bottom" constant="10" id="DYb-sz-DkP"/>
<constraint firstItem="vyA-OC-sOG" firstAttribute="top" secondItem="pgM-ha-uFh" secondAttribute="top" id="XGC-8j-hAa"/>
<constraint firstItem="cpE-Vg-eMU" firstAttribute="leading" secondItem="vyA-OC-sOG" secondAttribute="trailing" constant="12" id="cfL-yp-Lz8"/>
<constraint firstItem="cpE-Vg-eMU" firstAttribute="centerY" secondItem="vyA-OC-sOG" secondAttribute="centerY" id="eT7-JO-S3T"/>
<constraint firstAttribute="bottom" secondItem="mIG-va-ePB" secondAttribute="bottom" id="nuo-0R-06a"/>
<constraint firstAttribute="trailing" secondItem="cpE-Vg-eMU" secondAttribute="trailing" constant="8" id="p9F-o6-J4N"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color key="backgroundColor" red="0.074890427290000006" green="0.097664214669999999" blue="0.113728039" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
<constraints>
<constraint firstItem="dCL-Ck-lL2" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="H7B-2v-Bqx"/>
<constraint firstAttribute="trailing" secondItem="dCL-Ck-lL2" secondAttribute="trailing" id="IxJ-Hb-7nm"/>
<constraint firstAttribute="bottom" secondItem="dCL-Ck-lL2" secondAttribute="bottom" id="uDB-hr-9TW"/>
<constraint firstItem="dCL-Ck-lL2" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="x6O-wo-EbU"/>
<constraint firstItem="pgM-ha-uFh" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="lC5-Ud-bhG"/>
<constraint firstItem="pgM-ha-uFh" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="tis-hw-QqQ"/>
</constraints>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="11.71875" y="205.56368960468521"/>
<point key="canvasLocation" x="10.769230769230768" y="205.45023696682463"/>
</scene>
</scenes>
<resources>
<image name="1w_splash" width="768" height="1024"/>
<image name="LaunchScreenAppIcon" width="48" height="48"/>
</resources>
</document>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment