[iOS] whats new 9.0

This commit is contained in:
Aleksey Belouosv 2019-02-27 14:49:55 +03:00 committed by Aleksey Belousov
parent 2c1dde54ce
commit fb316c6c98
9 changed files with 26 additions and 31 deletions

View 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"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

View file

@ -1,12 +0,0 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "whatsnew_85_1.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

View file

@ -1,12 +0,0 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "whatsnew_85_2.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

View file

@ -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")
]
}