Before Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 115 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 68 KiB |
|
@ -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"
|
||||
}
|
||||
],
|
BIN
iphone/Maps/Images.xcassets/Whats New/img_whatsnew_carplay.imageset/img_whatsnew_carplay.png
vendored
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
iphone/Maps/Images.xcassets/Whats New/img_whatsnew_carplay.imageset/img_whatsnew_carplay@2x.png
vendored
Normal file
After Width: | Height: | Size: 84 KiB |
BIN
iphone/Maps/Images.xcassets/Whats New/img_whatsnew_carplay.imageset/img_whatsnew_carplay@3x.png
vendored
Normal file
After Width: | Height: | Size: 136 KiB |
|
@ -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"
|
||||
}
|
||||
],
|
BIN
iphone/Maps/Images.xcassets/Whats New/img_whatsnew_catalogsubs.imageset/img_whatsnew_catalogsubs.png
vendored
Normal file
After Width: | Height: | Size: 44 KiB |
After Width: | Height: | Size: 110 KiB |
After Width: | Height: | Size: 194 KiB |
|
@ -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")
|
||||
]
|
||||
}
|
||||
|
|