Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Modify superview's background color for LaunchScreen.storyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsnodnb committed Nov 4, 2017
1 parent 7b023ad commit ea134d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion NowPlaying/Storyboard/Base.lproj/LaunchScreen.storyboard
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13527"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
Expand All @@ -22,7 +26,7 @@
<color key="backgroundColor" red="0.38335263729095459" green="0.86609929800033569" blue="0.86954653263092041" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</imageView>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color key="backgroundColor" red="0.38335263730000002" green="0.86609929799999996" blue="0.86954653260000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="xb3-aO-Qok" firstAttribute="top" secondItem="Nb9-Xs-byI" secondAttribute="bottom" id="IHW-lo-fng"/>
<constraint firstAttribute="trailing" secondItem="Nb9-Xs-byI" secondAttribute="trailing" id="QHR-bK-GwK"/>
Expand Down

0 comments on commit ea134d6

Please sign in to comment.