[iOS] whats new

This commit is contained in:
Aleksey Belouosv 2018-10-01 15:34:08 +03:00 committed by Vlad Mihaylenko
parent 45a0cc6fc5
commit dd6b3fef91
16 changed files with 6 additions and 64 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

View file

@ -1,23 +0,0 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "img_whats_new_catalog.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "img_whats_new_catalog@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "img_whats_new_catalog@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

View file

@ -2,17 +2,17 @@
"images" : [
{
"idiom" : "universal",
"filename" : "img_whats_hot_offers.png",
"filename" : "img_whats_new_leave_review.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "img_whats_hot_offers@2x.png",
"filename" : "img_whats_new_leave_review@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "img_whats_hot_offers@3x.png",
"filename" : "img_whats_new_leave_review@3x.png",
"scale" : "3x"
}
],

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

View file

@ -1,23 +0,0 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "img_whats_new_popular.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "img_whats_new_popular@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "img_whats_new_popular@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

View file

@ -11,21 +11,9 @@ final class WhatsNewController: WelcomeViewController {
static var welcomeConfigs: [WelcomeConfig] {
return [
WhatsNewConfig(image: #imageLiteral(resourceName: "img_whats_new_catalog"),
title: "whats_new_bookmarks_catalog_title",
text: "whats_new_bookmarks_catalog_message",
buttonTitle: "whats_new_next_button",
ctaButtonTitle: nil,
ctaButtonUrl: nil),
WhatsNewConfig(image: #imageLiteral(resourceName: "img_whats_new_popular"),
title: "whats_new_popularity_label_title",
text: "whats_new_popularity_label_message",
buttonTitle: "whats_new_next_button",
ctaButtonTitle: nil,
ctaButtonUrl: nil),
WhatsNewConfig(image: #imageLiteral(resourceName: "img_whats_hot_offers"),
title: "whats_new_hot_offers_title",
text: "whats_new_hot_offers_message",
WhatsNewConfig(image: #imageLiteral(resourceName: "img_whats_new_leave_review"),
title: "whats_new_ugc_title_updated_v840",
text: "whats_new_leave_review",
buttonTitle: "done",
ctaButtonTitle: nil,
ctaButtonUrl: nil)