LaunchScreen.storyboard 5.17 KB
Newer Older
houweibin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11201" systemVersion="15G1004" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11161"/>
        <capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <scenes>
        <!--View Controller-->
        <scene sceneID="EHf-IW-A2E">
            <objects>
                <viewController id="01J-lp-oVM" sceneMemberID="viewController">
                    <layoutGuides>
                        <viewControllerLayoutGuide type="top" id="Llm-lL-Icb"/>
                        <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="375" height="667"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="rtm-jh-uua" userLabel="vContent">
                                <subviews>
                                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CiF-86-JR7">
                                        <subviews>
                                            <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="im_logo" translatesAutoresizingMaskIntoConstraints="NO" id="PJR-AC-H7P">
                                                <constraints>
                                                    <constraint firstAttribute="width" constant="135" id="ZG1-Gg-86p"/>
                                                    <constraint firstAttribute="height" constant="24" id="x1H-Jw-5lD"/>
                                                </constraints>
                                            </imageView>
                                        </subviews>
                                        <color key="backgroundColor" red="0.95686274510000002" green="0.96078431369999995" blue="0.96862745100000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                        <constraints>
                                            <constraint firstItem="PJR-AC-H7P" firstAttribute="centerX" secondItem="CiF-86-JR7" secondAttribute="centerX" id="1qm-rm-XBP"/>
                                            <constraint firstItem="PJR-AC-H7P" firstAttribute="centerY" secondItem="CiF-86-JR7" secondAttribute="centerY" multiplier="5:8" id="WrC-Xs-pFQ"/>
                                        </constraints>
                                    </view>
                                </subviews>
                                <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                <constraints>
                                    <constraint firstItem="CiF-86-JR7" firstAttribute="leading" secondItem="rtm-jh-uua" secondAttribute="leading" id="TVe-VN-9Dh"/>
                                    <constraint firstAttribute="trailing" secondItem="CiF-86-JR7" secondAttribute="trailing" id="YAB-Uo-ufc"/>
                                    <constraint firstAttribute="bottom" secondItem="CiF-86-JR7" secondAttribute="bottom" id="f3x-Zv-xmc"/>
                                    <constraint firstItem="CiF-86-JR7" firstAttribute="top" secondItem="rtm-jh-uua" secondAttribute="top" id="rYe-3s-JZF"/>
                                </constraints>
                            </view>
                        </subviews>
                        <constraints>
                            <constraint firstItem="rtm-jh-uua" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="WyO-5o-qLw"/>
                            <constraint firstItem="rtm-jh-uua" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="bdJ-oP-JZZ"/>
                            <constraint firstItem="xb3-aO-Qok" firstAttribute="top" secondItem="rtm-jh-uua" secondAttribute="bottom" id="qtZ-rk-ym0"/>
                            <constraint firstAttribute="trailing" secondItem="rtm-jh-uua" secondAttribute="trailing" id="r6d-mz-Qa8"/>
                        </constraints>
                    </view>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="53" y="375"/>
        </scene>
    </scenes>
    <resources>
        <image name="im_logo" width="150" height="25"/>
    </resources>
</document>