Tagged with gridview

Browse all tags

How to master grid layout in iOS with SwiftUI

Jun 30, 2021

Grid layouts enable us to show views in a grid that expands either vertically or horizontally. We've all seen it, for instance, in the iOS Photos application. Those who have worked with UIKit might recognize it as [UICollectionView](https://developer.apple.com/documentation/uikit/uicollectionview).

Read more