[iOS] whats new
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 94 KiB |
|
@ -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"
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 81 KiB |
Before Width: | Height: | Size: 134 KiB |
|
@ -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"
|
||||
}
|
||||
],
|
After Width: | Height: | Size: 25 KiB |
After Width: | Height: | Size: 58 KiB |
After Width: | Height: | Size: 97 KiB |
|
@ -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"
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 129 KiB |
|
@ -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)
|
||||
|
|