[iOS] whats new 9.2

https://jira.mail.ru/browse/MAPSME-11122
This commit is contained in:
Aleksey Belouosv 2019-08-16 15:26:15 +03:00 committed by Aleksandr Zatsepin
parent 5127664ad1
commit 82d1427ddc
15 changed files with 13 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

View file

@ -9,9 +9,13 @@ final class WhatsNewController: WelcomeViewController {
static var welcomeConfigs: [WelcomeConfig] {
return [
WhatsNewConfig(image: UIImage(named: "img_whats_new_toll")!,
title: "whatsnew_toll_unpaved_title",
text: "whatsnew_toll_unpaved_message",
WhatsNewConfig(image: UIImage(named: "img_whatsnew_carplay")!,
title: "whatsnew_carplay_title",
text: "whatsnew_carplay_message",
buttonTitle: "whats_new_next_button"),
WhatsNewConfig(image: UIImage(named: "img_whatsnew_catalogsubs")!,
title: "whatsnew_subscription_title",
text: "whatsnew_subscription_message",
buttonTitle: "done")
]
}