[iOS] What's new 10.1

https://jira.mail.ru/browse/MAPSME-13926
This commit is contained in:
Alexander Boriskov 2020-06-01 17:53:23 +03:00 committed by Aleksey Belousov
parent 6343084036
commit 072e50feb1
12 changed files with 6 additions and 40 deletions

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View file

@ -1,20 +1,9 @@
class WhatsNewBuilder {
static var catalogUrl = URL(string: "https://routes.maps.me/v3/mobilefront/?utm_source=maps.me&utm_medium=whatsnew&utm_campaign=100_minor&utm_content=download_guides_button")
static var configs:[WhatsNewPresenter.WhatsNewConfig] {
return [
WhatsNewPresenter.WhatsNewConfig(image: UIImage(named: "img_onboarding_elevprofile"),
title: "whatsnew_elevation_profile_title",
text: "whatsnew_elevation_profile_message",
buttonNextTitle: "new_onboarding_button"),
WhatsNewPresenter.WhatsNewConfig(image: UIImage(named: "img_onboarding_newcatalog"),
title: "whatsnew_catalog_new_title",
text: "whatsnew_catalog_new_message",
buttonNextTitle: "download_guides_button",
isCloseButtonHidden: false,
action: { MapViewController.shared()?.openCatalogAbsoluteUrl(catalogUrl, animated: true, utm: .none) }),
WhatsNewPresenter.WhatsNewConfig(image: UIImage(named: "img_onboarding_newcatalog"),
title: "whatsnew_catalog_new_title",
text: "whatsnew_catalog_new_message",
WhatsNewPresenter.WhatsNewConfig(image: UIImage(named: "img_wnew_newguides"),
title: "whatsnew_guides_on_map_title",
text: "whatsnew_guides_on_map_message",
buttonNextTitle: "done")
]
}