forked from organicmaps/organicmaps
[ios] whats new 8.6
This commit is contained in:
parent
621b1f2857
commit
3e520937ba
11 changed files with 44 additions and 8 deletions
Binary file not shown.
Binary file not shown.
|
@ -2,7 +2,7 @@
|
|||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "whatsnew_85_1.pdf"
|
||||
"filename" : "whatsnew_86_1.pdf"
|
||||
}
|
||||
],
|
||||
"info" : {
|
BIN
iphone/Maps/Images.xcassets/Whats New/whatsnew_86_1.imageset/whatsnew_86_1.pdf
vendored
Normal file
BIN
iphone/Maps/Images.xcassets/Whats New/whatsnew_86_1.imageset/whatsnew_86_1.pdf
vendored
Normal file
Binary file not shown.
|
@ -2,7 +2,7 @@
|
|||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "whatsnew_85_2.pdf"
|
||||
"filename" : "whatsnew_86_2.pdf"
|
||||
}
|
||||
],
|
||||
"info" : {
|
BIN
iphone/Maps/Images.xcassets/Whats New/whatsnew_86_2.imageset/whatsnew_86_2.pdf
vendored
Normal file
BIN
iphone/Maps/Images.xcassets/Whats New/whatsnew_86_2.imageset/whatsnew_86_2.pdf
vendored
Normal file
Binary file not shown.
12
iphone/Maps/Images.xcassets/Whats New/whatsnew_86_3.imageset/Contents.json
vendored
Normal file
12
iphone/Maps/Images.xcassets/Whats New/whatsnew_86_3.imageset/Contents.json
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "whatsnew_86_3.pdf"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
BIN
iphone/Maps/Images.xcassets/Whats New/whatsnew_86_3.imageset/whatsnew_86_3.pdf
vendored
Normal file
BIN
iphone/Maps/Images.xcassets/Whats New/whatsnew_86_3.imageset/whatsnew_86_3.pdf
vendored
Normal file
Binary file not shown.
12
iphone/Maps/Images.xcassets/Whats New/whatsnew_86_4.imageset/Contents.json
vendored
Normal file
12
iphone/Maps/Images.xcassets/Whats New/whatsnew_86_4.imageset/Contents.json
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "whatsnew_86_4.pdf"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
BIN
iphone/Maps/Images.xcassets/Whats New/whatsnew_86_4.imageset/whatsnew_86_4.pdf
vendored
Normal file
BIN
iphone/Maps/Images.xcassets/Whats New/whatsnew_86_4.imageset/whatsnew_86_4.pdf
vendored
Normal file
Binary file not shown.
|
@ -11,15 +11,27 @@ final class WhatsNewController: WelcomeViewController {
|
|||
|
||||
static var welcomeConfigs: [WelcomeConfig] {
|
||||
return [
|
||||
WhatsNewConfig(image: #imageLiteral(resourceName: "whatsnew_85_1"),
|
||||
title: "whats_new_ugc_routes_title",
|
||||
text: "whats_new_ugc_routes_subtitle",
|
||||
WhatsNewConfig(image: #imageLiteral(resourceName: "whatsnew_86_1"),
|
||||
title: "whatsnew_paid_routes_title",
|
||||
text: "whatsnew_paid_routes_message",
|
||||
buttonTitle: "whats_new_next_button",
|
||||
ctaButtonTitle: nil,
|
||||
ctaButtonUrl: nil),
|
||||
WhatsNewConfig(image: #imageLiteral(resourceName: "whatsnew_85_2"),
|
||||
title: "whats_new_webeditor_title",
|
||||
text: "whats_new_ugc_routes_message2",
|
||||
WhatsNewConfig(image: #imageLiteral(resourceName: "whatsnew_86_2"),
|
||||
title: "whatsnew_standard_routes_title",
|
||||
text: "whatsnew_standard_routes_message",
|
||||
buttonTitle: "whats_new_next_button",
|
||||
ctaButtonTitle: nil,
|
||||
ctaButtonUrl: nil),
|
||||
WhatsNewConfig(image: #imageLiteral(resourceName: "whatsnew_86_3"),
|
||||
title: "whatsnew_city_overview_title",
|
||||
text: "whatsnew_city_overview_message",
|
||||
buttonTitle: "whats_new_next_button",
|
||||
ctaButtonTitle: nil,
|
||||
ctaButtonUrl: nil),
|
||||
WhatsNewConfig(image: #imageLiteral(resourceName: "whatsnew_86_4"),
|
||||
title: "whatsnew_pro_guides_title",
|
||||
text: "whatsnew_pro_guides_message",
|
||||
buttonTitle: "done",
|
||||
ctaButtonTitle: nil,
|
||||
ctaButtonUrl: nil)
|
||||
|
|
Loading…
Add table
Reference in a new issue