Completely redesigns Browse tab with FeaturedViewController

This commit is contained in:
Riley Testut
2023-12-08 14:28:57 -06:00
committed by Magesh K
parent 870ef0c47f
commit 36743c0cf4
6 changed files with 882 additions and 10 deletions

View File

@@ -223,7 +223,6 @@ private extension SourceDetailContentViewController
// For some reason, setting cell.layoutMargins = .zero does not update cell.contentView.layoutMargins.
cell.layoutMargins = .zero
cell.contentView.layoutMargins = .zero
cell.contentView.backgroundColor = .altBackground
cell.bannerView.button.isIndicatingActivity = false
cell.bannerView.configure(for: storeApp, showSourceIcon: false)