GridLayout is a Swift library for displaying UI elements in a grid like structure. GridLayout takes inspiration from the Windows layout panel called Grid.
A grid is a view with rows and columns. It contains subviews which can be placed on any row or column.
Install
Add the following to your Podfile:
pod 'GridLayout'