Skip to content

Commit 84c6487

Browse files
committed
Update LaunchScreen.storyboard with accent color and UIImageView
1 parent 6f69a67 commit 84c6487

File tree

1 file changed

+39
-24
lines changed

1 file changed

+39
-24
lines changed
Lines changed: 39 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,40 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
3-
<dependencies>
4-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/>
5-
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
6-
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
7-
</dependencies>
8-
<scenes>
9-
<!--View Controller-->
10-
<scene sceneID="EHf-IW-A2E">
11-
<objects>
12-
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
13-
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
14-
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
15-
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
16-
<color key="backgroundColor" xcode11CocoaTouchSystemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
17-
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
18-
</view>
19-
</viewController>
20-
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
21-
</objects>
22-
<point key="canvasLocation" x="53" y="375"/>
23-
</scene>
24-
</scenes>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="23504" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
3+
<device id="retina6_12" orientation="portrait" appearance="light"/>
4+
<dependencies>
5+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23506"/>
6+
<capability name="Named colors" minToolsVersion="9.0"/>
7+
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
8+
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
9+
</dependencies>
10+
<scenes>
11+
<!--View Controller-->
12+
<scene sceneID="EHf-IW-A2E">
13+
<objects>
14+
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
15+
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
16+
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
17+
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
18+
<subviews>
19+
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="LaunchScreen" translatesAutoresizingMaskIntoConstraints="NO" id="1rg-jW-pBB">
20+
<rect key="frame" x="0.0" y="84" width="393" height="685"/>
21+
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
22+
</imageView>
23+
</subviews>
24+
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
25+
<color key="backgroundColor" name="AccentColor"/>
26+
<color key="tintColor" name="AccentColor"/>
27+
</view>
28+
</viewController>
29+
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
30+
</objects>
31+
<point key="canvasLocation" x="52.671755725190835" y="374.64788732394368"/>
32+
</scene>
33+
</scenes>
34+
<resources>
35+
<image name="LaunchScreen" width="393" height="852"/>
36+
<namedColor name="AccentColor">
37+
<color red="0.86500000953674316" green="0.081000000238418579" blue="0.23600000143051147" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
38+
</namedColor>
39+
</resources>
2540
</document>

0 commit comments

Comments
 (0)