Created
September 5, 2019 13:51
-
-
Save pph7/eb64869986fcf2336eeb69dc2dca0bc0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12121" systemVersion="16G29" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" colorMatched="YES" initialViewController="01J-lp-oVM"> | |
<dependencies> | |
<deployment identifier="iOS"/> | |
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/> | |
</dependencies> | |
<scenes> | |
<!--View Controller--> | |
<scene sceneID="EHf-IW-A2E"> | |
<objects> | |
<viewController id="01J-lp-oVM" sceneMemberID="viewController"> | |
<layoutGuides> | |
<viewControllerLayoutGuide type="top" id="Ydg-fD-yQy"/> | |
<viewControllerLayoutGuide type="bottom" id="xbc-2k-c8Z"/> | |
</layoutGuides> | |
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3"> | |
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | |
<subviews> | |
<imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" image="LaunchImage" translatesAutoresizingMaskIntoConstraints="NO" id="YRO-k0-Ey4"> | |
</imageView> | |
</subviews> | |
<color key="backgroundColor" red="0.25882352941176473" green="0.6470588235294118" blue="0.9607843137254902" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> | |
<constraints> | |
<constraint firstItem="YRO-k0-Ey4" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="1a2-6s-vTC"/> | |
<constraint firstItem="YRO-k0-Ey4" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="4X2-HB-R7a"/> | |
</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="LaunchImage" width="1125" height="2436"/> | |
</resources> | |
</document> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment