[iOS] What's new update to 9.1
23
iphone/Maps/Images.xcassets/Whats New/img_whats_new_guide_upd.imageset/Contents.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
BIN
iphone/Maps/Images.xcassets/Whats New/img_whats_new_guide_upd.imageset/img_whats_new_guide_upd.png
vendored
Normal file
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 70 KiB |
After Width: | Height: | Size: 115 KiB |
|
@ -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"
|
||||
}
|
||||
],
|
BIN
iphone/Maps/Images.xcassets/Whats New/img_whats_new_toll.imageset/img_whats_new_toll.png
vendored
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
iphone/Maps/Images.xcassets/Whats New/img_whats_new_toll.imageset/img_whats_new_toll@2x.png
vendored
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
iphone/Maps/Images.xcassets/Whats New/img_whats_new_toll.imageset/img_whats_new_toll@3x.png
vendored
Normal file
After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 134 KiB |
|
@ -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")
|
||||
]
|
||||
}
|
||||
|
|