[iOS] what's new 8.5

This commit is contained in:
Aleksey Belouosv 2018-11-30 18:24:43 +03:00 committed by Olesia Bolovintseva
parent e7b6aeb8e4
commit 44beb23b48
9 changed files with 33 additions and 26 deletions

View file

@ -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

View file

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

View file

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

View file

@ -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)