This is probably a simple issue but, I don't know how to get rid of it.
My problem:
- When I run on iPhone 8 Plus, my CollectionView is exactly what I expect (see Image1).
- When I run on iPhone X, my CollectionView has a different layout (see Image2).
What I would like:
Using a UICollectionView, I would like to get a layout like Image1, on every single iPhone.
Could you pls give me some tips to solve this issue ?
Image1 (Expected Result):
Result on the iPhone 8 Plus
Image2 (Wrong Result):
Result on the iPhone X