Aleksandr Maybach
Aleksandr Maybach

Reputation: 610

How to set view frame on full screen(include nav bar and status bar)?

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

Answers (1)

Yura
Yura

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

Related Questions