forked from organicmaps/organicmaps
[iOS] whats new 9.0
This commit is contained in:
parent
2c1dde54ce
commit
fb316c6c98
9 changed files with 26 additions and 31 deletions
23
iphone/Maps/Images.xcassets/Whats New/img_whatsnew_wiki.imageset/Contents.json
vendored
Normal file
23
iphone/Maps/Images.xcassets/Whats New/img_whatsnew_wiki.imageset/Contents.json
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "img_whatsnew_wiki.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "img_whatsnew_wiki@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "img_whatsnew_wiki@3x.png",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
BIN
iphone/Maps/Images.xcassets/Whats New/img_whatsnew_wiki.imageset/img_whatsnew_wiki.png
vendored
Normal file
BIN
iphone/Maps/Images.xcassets/Whats New/img_whatsnew_wiki.imageset/img_whatsnew_wiki.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
iphone/Maps/Images.xcassets/Whats New/img_whatsnew_wiki.imageset/img_whatsnew_wiki@2x.png
vendored
Normal file
BIN
iphone/Maps/Images.xcassets/Whats New/img_whatsnew_wiki.imageset/img_whatsnew_wiki@2x.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
BIN
iphone/Maps/Images.xcassets/Whats New/img_whatsnew_wiki.imageset/img_whatsnew_wiki@3x.png
vendored
Normal file
BIN
iphone/Maps/Images.xcassets/Whats New/img_whatsnew_wiki.imageset/img_whatsnew_wiki@3x.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 134 KiB |
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "whatsnew_85_1.pdf"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "whatsnew_85_2.pdf"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
Binary file not shown.
|
@ -9,13 +9,9 @@ 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",
|
||||
buttonTitle: "whats_new_next_button"),
|
||||
WhatsNewConfig(image: #imageLiteral(resourceName: "whatsnew_85_2"),
|
||||
title: "whats_new_webeditor_title",
|
||||
text: "whats_new_ugc_routes_message2",
|
||||
WhatsNewConfig(image: UIImage(named: "img_whatsnew_wiki")!,
|
||||
title: "whats_new_wiki_title",
|
||||
text: "whats_new_wiki_message",
|
||||
buttonTitle: "done")
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue