|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2 |
| -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialViewController="01J-lp-oVM"> |
| 2 | +<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"> |
3 | 3 | <dependencies>
|
4 | 4 | <deployment identifier="iOS"/>
|
5 |
| - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/> |
| 5 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/> |
6 | 6 | </dependencies>
|
7 | 7 | <scenes>
|
8 | 8 | <!--View Controller-->
|
9 | 9 | <scene sceneID="EHf-IW-A2E">
|
10 | 10 | <objects>
|
11 | 11 | <viewController id="01J-lp-oVM" sceneMemberID="viewController">
|
12 | 12 | <layoutGuides>
|
13 |
| - <viewControllerLayoutGuide type="top" id="Llm-lL-Icb"/> |
14 |
| - <viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/> |
| 13 | + <viewControllerLayoutGuide type="top" id="Ydg-fD-yQy"/> |
| 14 | + <viewControllerLayoutGuide type="bottom" id="xbc-2k-c8Z"/> |
15 | 15 | </layoutGuides>
|
16 | 16 | <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
|
17 |
| - <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> |
18 | 17 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
19 |
| - <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> |
| 18 | + <subviews> |
| 19 | + <imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" image="LaunchImage" translatesAutoresizingMaskIntoConstraints="NO" id="YRO-k0-Ey4"> |
| 20 | + </imageView> |
| 21 | + </subviews> |
| 22 | + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 23 | + <constraints> |
| 24 | + <constraint firstItem="YRO-k0-Ey4" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="1a2-6s-vTC"/> |
| 25 | + <constraint firstItem="YRO-k0-Ey4" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="4X2-HB-R7a"/> |
| 26 | + </constraints> |
20 | 27 | </view>
|
21 | 28 | </viewController>
|
22 | 29 | <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
23 | 30 | </objects>
|
24 | 31 | <point key="canvasLocation" x="53" y="375"/>
|
25 | 32 | </scene>
|
26 | 33 | </scenes>
|
| 34 | + <resources> |
| 35 | + <image name="LaunchImage" width="168" height="185"/> |
| 36 | + </resources> |
27 | 37 | </document>
|
0 commit comments