From 360adb1d139cc3f4ece767bb85b4fc8dcdab4ea4 Mon Sep 17 00:00:00 2001 From: Kumar Priyansh Date: Fri, 3 Jan 2020 20:43:33 +0530 Subject: Main Storyboard design, added assets --- .../UserInterfaceState.xcuserstate | Bin 15117 -> 23186 bytes .../background.imageset/Contents.json | 32 ++++++ .../background.imageset/loch-ness.jpg | Bin 0 -> 331192 bytes .../background.imageset/nature-5.png | Bin 0 -> 2123282 bytes .../background.imageset/nature-6.png | Bin 0 -> 2123282 bytes WeatherApp/Base.lproj/Main.storyboard | 114 ++++++++++++++------- 6 files changed, 109 insertions(+), 37 deletions(-) create mode 100644 WeatherApp/Assets.xcassets/background.imageset/Contents.json create mode 100644 WeatherApp/Assets.xcassets/background.imageset/loch-ness.jpg create mode 100644 WeatherApp/Assets.xcassets/background.imageset/nature-5.png create mode 100644 WeatherApp/Assets.xcassets/background.imageset/nature-6.png diff --git a/WeatherApp.xcodeproj/project.xcworkspace/xcuserdata/lucifer.xcuserdatad/UserInterfaceState.xcuserstate b/WeatherApp.xcodeproj/project.xcworkspace/xcuserdata/lucifer.xcuserdatad/UserInterfaceState.xcuserstate index 9aad7f8..2fef15f 100644 Binary files a/WeatherApp.xcodeproj/project.xcworkspace/xcuserdata/lucifer.xcuserdatad/UserInterfaceState.xcuserstate and b/WeatherApp.xcodeproj/project.xcworkspace/xcuserdata/lucifer.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/WeatherApp/Assets.xcassets/background.imageset/Contents.json b/WeatherApp/Assets.xcassets/background.imageset/Contents.json new file mode 100644 index 0000000..28ecf80 --- /dev/null +++ b/WeatherApp/Assets.xcassets/background.imageset/Contents.json @@ -0,0 +1,32 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "nature-6.png" + }, + { + "idiom" : "universal", + "filename" : "nature-5.png", + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "light" + } + ] + }, + { + "idiom" : "universal", + "filename" : "loch-ness.jpg", + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ] + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/WeatherApp/Assets.xcassets/background.imageset/loch-ness.jpg b/WeatherApp/Assets.xcassets/background.imageset/loch-ness.jpg new file mode 100644 index 0000000..fa32a93 Binary files /dev/null and b/WeatherApp/Assets.xcassets/background.imageset/loch-ness.jpg differ diff --git a/WeatherApp/Assets.xcassets/background.imageset/nature-5.png b/WeatherApp/Assets.xcassets/background.imageset/nature-5.png new file mode 100644 index 0000000..dce9a0c Binary files /dev/null and b/WeatherApp/Assets.xcassets/background.imageset/nature-5.png differ diff --git a/WeatherApp/Assets.xcassets/background.imageset/nature-6.png b/WeatherApp/Assets.xcassets/background.imageset/nature-6.png new file mode 100644 index 0000000..dce9a0c Binary files /dev/null and b/WeatherApp/Assets.xcassets/background.imageset/nature-6.png differ diff --git a/WeatherApp/Base.lproj/Main.storyboard b/WeatherApp/Base.lproj/Main.storyboard index 83e819f..a8b008c 100644 --- a/WeatherApp/Base.lproj/Main.storyboard +++ b/WeatherApp/Base.lproj/Main.storyboard @@ -15,6 +15,9 @@ + + + @@ -28,17 +31,16 @@ - + - + - - + + + + + + + + + + + + + + - + + + + - + + + + + + - - - + @@ -160,12 +199,13 @@ - + + - + -- cgit v1.2.3