Reputation: 610
I have a UINavigationController
with UICollectionView
. How can I set collection view (and his cells) frame on full screen include nav bar and status bar height? (programmatically)
Upvotes: 0
Views: 148
Reputation: 262
You just must assign UICollectionView
to superView not to safeArea. But you will have UI problems on the iPhones with screens as iPhone X
Upvotes: 1