[iOS] What's new update to 9.1

This commit is contained in:
Zoia Pribytkova 2019-04-19 15:12:36 +03:00 committed by Aleksey Belousov
parent 407f104178
commit 4dbe386f5e
12 changed files with 33 additions and 6 deletions

View file

@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "img_whats_new_guide_upd.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "img_whats_new_guide_upd@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "img_whats_new_guide_upd@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

View file

@ -2,17 +2,17 @@
"images" : [
{
"idiom" : "universal",
"filename" : "img_whatsnew_wiki.png",
"filename" : "img_whats_new_toll.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "img_whatsnew_wiki@2x.png",
"filename" : "img_whats_new_toll@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "img_whatsnew_wiki@3x.png",
"filename" : "img_whats_new_toll@3x.png",
"scale" : "3x"
}
],

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

View file

@ -9,9 +9,13 @@ final class WhatsNewController: WelcomeViewController {
static var welcomeConfigs: [WelcomeConfig] {
return [
WhatsNewConfig(image: UIImage(named: "img_whatsnew_wiki")!,
title: "whats_new_wiki_title",
text: "whats_new_wiki_message",
WhatsNewConfig(image: UIImage(named: "img_whats_new_toll")!,
title: "whatsnew_toll_unpaved_title",
text: "whatsnew_toll_unpaved_message",
buttonTitle: "whats_new_next_button"),
WhatsNewConfig(image: UIImage(named: "img_whats_new_guide_upd")!,
title: "whatsnew_new_catalogue_title",
text: "whatsnew_new_catalogue_message",
buttonTitle: "done")
]
}