BigStorm
BigStorm

Reputation: 30

UICollectionView doesn't scale with size classes

I'm using a UICollectionView and SizeClasse. When I build and run the code on a 4-inch device, there is some black space at the bottom and at the top over the status bar. If I use the Xcode Storyboard Preview, it looks okay. I have the same problem in the simulator.

Can anyone help me please?

Thank you for your answer.

screenshot

Upvotes: 1

Views: 101

Answers (1)

Yunus Eren Güzel
Yunus Eren Güzel

Reputation: 3088

You need to provide LaunchImages for all device sizes.

Upvotes: 1

Related Questions