forked from organicmaps/organicmaps-tmp
[iOS] what's new 8.5
This commit is contained in:
parent
e7b6aeb8e4
commit
44beb23b48
9 changed files with 33 additions and 26 deletions
|
@ -1,23 +0,0 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "img_whats_new_leave_review.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "img_whats_new_leave_review@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "img_whats_new_leave_review@3x.png",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
Binary file not shown.
Before Width: | Height: | Size: 58 KiB |
Binary file not shown.
Before Width: | Height: | Size: 97 KiB |
12
iphone/Maps/Images.xcassets/Whats New/whatsnew_85_1.imageset/Contents.json
vendored
Normal file
12
iphone/Maps/Images.xcassets/Whats New/whatsnew_85_1.imageset/Contents.json
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "whatsnew_85_1.pdf"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
BIN
iphone/Maps/Images.xcassets/Whats New/whatsnew_85_1.imageset/whatsnew_85_1.pdf
vendored
Normal file
BIN
iphone/Maps/Images.xcassets/Whats New/whatsnew_85_1.imageset/whatsnew_85_1.pdf
vendored
Normal file
Binary file not shown.
12
iphone/Maps/Images.xcassets/Whats New/whatsnew_85_2.imageset/Contents.json
vendored
Normal file
12
iphone/Maps/Images.xcassets/Whats New/whatsnew_85_2.imageset/Contents.json
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "whatsnew_85_2.pdf"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
BIN
iphone/Maps/Images.xcassets/Whats New/whatsnew_85_2.imageset/whatsnew_85_2.pdf
vendored
Normal file
BIN
iphone/Maps/Images.xcassets/Whats New/whatsnew_85_2.imageset/whatsnew_85_2.pdf
vendored
Normal file
Binary file not shown.
|
@ -11,9 +11,15 @@ final class WhatsNewController: WelcomeViewController {
|
|||
|
||||
static var welcomeConfigs: [WelcomeConfig] {
|
||||
return [
|
||||
WhatsNewConfig(image: #imageLiteral(resourceName: "img_whats_new_leave_review"),
|
||||
title: "whats_new_ugc_title_updated_v840",
|
||||
text: "whats_new_leave_review",
|
||||
WhatsNewConfig(image: #imageLiteral(resourceName: "whatsnew_85_1"),
|
||||
title: "whats_new_ugc_routes_title",
|
||||
text: "whats_new_ugc_routes_subtitle",
|
||||
buttonTitle: "next",
|
||||
ctaButtonTitle: nil,
|
||||
ctaButtonUrl: nil),
|
||||
WhatsNewConfig(image: #imageLiteral(resourceName: "whatsnew_85_2"),
|
||||
title: "whats_new_webeditor_title",
|
||||
text: "whats_new_ugc_routes_message2",
|
||||
buttonTitle: "done",
|
||||
ctaButtonTitle: nil,
|
||||
ctaButtonUrl: nil)
|
||||
|
|
Loading…
Add table
Reference in a new issue