GridLayout 0.2.6

GridLayout 0.2.6

Maintained by Mihai.



  • By
  • Mihai Mihaila

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'

Documentation

Getting started

Alignment

Ratio rows and columns

Auto rows and columns

Items spanning multiple rows and / or columns

Several dozens KIF tests validate the current layout and their output can be found here.