[ios] whats new 8.6

This commit is contained in:
o.bolovintseva 2018-12-18 19:10:44 +03:00 committed by Vladimir Byko-Ianko
parent 621b1f2857
commit 3e520937ba
11 changed files with 44 additions and 8 deletions

View file

@ -2,7 +2,7 @@
"images" : [
{
"idiom" : "universal",
"filename" : "whatsnew_85_1.pdf"
"filename" : "whatsnew_86_1.pdf"
}
],
"info" : {

View file

@ -2,7 +2,7 @@
"images" : [
{
"idiom" : "universal",
"filename" : "whatsnew_85_2.pdf"
"filename" : "whatsnew_86_2.pdf"
}
],
"info" : {

View file

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

View file

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

View file

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