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

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