From 2cf655022681421ab21a1e310fb4cc86774b7828 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Fri, 30 Aug 2019 17:39:39 -0500 Subject: [PATCH] Implemented launch storyboard. Issue #742 --- iOS/Base.lproj/LaunchScreen.storyboard | 116 ++++++++++++++++-- .../barTitleColor.colorset/Contents.json | 9 +- 2 files changed, 107 insertions(+), 18 deletions(-) diff --git a/iOS/Base.lproj/LaunchScreen.storyboard b/iOS/Base.lproj/LaunchScreen.storyboard index f83f6fd58..d786c171a 100644 --- a/iOS/Base.lproj/LaunchScreen.storyboard +++ b/iOS/Base.lproj/LaunchScreen.storyboard @@ -1,25 +1,119 @@ - - + + + - + - + - - - + + + - - + + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iOS/Resources/Assets.xcassets/barTitleColor.colorset/Contents.json b/iOS/Resources/Assets.xcassets/barTitleColor.colorset/Contents.json index dd516dcd7..da5d7ea34 100644 --- a/iOS/Resources/Assets.xcassets/barTitleColor.colorset/Contents.json +++ b/iOS/Resources/Assets.xcassets/barTitleColor.colorset/Contents.json @@ -7,13 +7,8 @@ { "idiom" : "universal", "color" : { - "color-space" : "srgb", - "components" : { - "red" : "0x08", - "alpha" : "1.000", - "blue" : "0xEE", - "green" : "0x6A" - } + "platform" : "osx", + "reference" : "labelColor" } } ]