|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM"> |
3 | 3 | <device id="ipad12_9rounded" orientation="portrait" layout="fullscreen" appearance="light"/> |
4 | 4 | <dependencies> |
5 | 5 | <deployment identifier="iOS"/> |
6 | | - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/> |
| 6 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22684"/> |
7 | 7 | <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
8 | 8 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
9 | 9 | </dependencies> |
|
17 | 17 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
18 | 18 | <subviews> |
19 | 19 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Splash" translatesAutoresizingMaskIntoConstraints="NO" id="993-d8-iHn"> |
20 | | - <rect key="frame" x="0.0" y="0.0" width="1024" height="1366"/> |
21 | | - <color key="backgroundColor" red="{{ cookiecutter.splash_background_color | float_red }}" green="{{ cookiecutter.splash_background_color | float_green }}" blue="{{ cookiecutter.splash_background_color | float_blue }}" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 20 | + <rect key="frame" x="100" y="100" width="824" height="1166"/> |
| 21 | + <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
22 | 22 | </imageView> |
23 | 23 | </subviews> |
| 24 | + <viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/> |
| 25 | + <color key="backgroundColor" red="{{ cookiecutter.splash_background_color | float_red }}" green="{{ cookiecutter.splash_background_color | float_green }}" blue="{{ cookiecutter.splash_background_color | float_blue }}" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
24 | 26 | <constraints> |
25 | | - <constraint firstItem="993-d8-iHn" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" id="FUL-JQ-Kxu"/> |
26 | | - <constraint firstItem="993-d8-iHn" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="dFF-ek-zRv"/> |
27 | | - <constraint firstItem="993-d8-iHn" firstAttribute="trailing" secondItem="Bcu-3y-fUS" secondAttribute="trailing" id="f3h-U5-02m"/> |
28 | | - <constraint firstAttribute="bottom" secondItem="993-d8-iHn" secondAttribute="bottom" id="kxX-UK-khH"/> |
| 27 | + <constraint firstItem="993-d8-iHn" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" constant="100" id="FUL-JQ-Kxu"/> |
| 28 | + <constraint firstItem="993-d8-iHn" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" constant="100" id="dFF-ek-zRv"/> |
| 29 | + <constraint firstItem="993-d8-iHn" firstAttribute="trailing" secondItem="Bcu-3y-fUS" secondAttribute="trailing" constant="-100" id="f3h-U5-02m"/> |
| 30 | + <constraint firstAttribute="bottom" secondItem="993-d8-iHn" secondAttribute="bottom" constant="100" id="kxX-UK-khH"/> |
29 | 31 | </constraints> |
30 | | - <viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/> |
31 | 32 | </view> |
32 | 33 | </viewController> |
33 | 34 | <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/> |
|
36 | 37 | </scene> |
37 | 38 | </scenes> |
38 | 39 | <resources> |
39 | | - <image name="Splash" width="400" height="400"/> |
| 40 | + <image name="Splash" width="640" height="640"/> |
40 | 41 | </resources> |
41 | 42 | </document> |
0 commit comments