I want to make a kind of grid layout (not scrollable) in an iOS app, similar to this:
I can do it using multiple UIView
but that won't be a good solution. If I use `UICollectionView', I believe it will become scrollable? I want fixed grid items, which resize them according to screen size.
Any guidelines please?
Thanks!