Fixes “Unable to satisfy constraints” Auto Layout warnings

This commit is contained in:
Riley Testut
2023-12-08 18:53:46 -06:00
committed by Magesh K
parent 31aeec6b38
commit be640930ce
2 changed files with 2 additions and 1 deletions

View File

@@ -133,7 +133,7 @@ private extension FeaturedViewController
let spacing = 10.0
let interSectionSpacing = 30.0
let titleSize = NSCollectionLayoutSize(widthDimension: .estimated(100), heightDimension: .estimated(20))
let titleSize = NSCollectionLayoutSize(widthDimension: .estimated(100), heightDimension: .estimated(30))
switch section
{