Completely redesigns Browse tab with FeaturedViewController

This commit is contained in:
Riley Testut
2023-12-08 14:28:57 -06:00
parent e0944b2670
commit 3be4863ec2
7 changed files with 884 additions and 13 deletions

View File

@@ -33,6 +33,7 @@ class AppBannerCollectionViewCell: UICollectionViewListCell
self.contentView.insetsLayoutMarginsFromSafeArea = false
self.bannerView.insetsLayoutMarginsFromSafeArea = false
self.backgroundView = UIView() // Clear background
self.selectedBackgroundView = UIView() // Disable selection highlighting.
self.contentView.autoresizingMask = [.flexibleWidth, .flexibleHeight]