|
@ -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"
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 122 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 80 KiB |
|
@ -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"
|
||||
}
|
||||
],
|
BIN
iphone/Maps/Images.xcassets/img_wnew_newguides.imageset/img_wnew_newguides.png
vendored
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
iphone/Maps/Images.xcassets/img_wnew_newguides.imageset/img_wnew_newguides@2x.png
vendored
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
iphone/Maps/Images.xcassets/img_wnew_newguides.imageset/img_wnew_newguides@3x.png
vendored
Normal file
After Width: | Height: | Size: 43 KiB |
|
@ -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")
|
||||
]
|
||||
}
|
||||
|
|