Change Log

1.4.0 (2020-01-19)

1.3 (2018-12-24)

1.2.1 (2017-09-25)

1.2 (2017-09-25)

⚠️ Breaking changes ⚠️

If you wish to set custom insets, instead of writing:

cell.contentInsets = UIEdgeInsets(top: 10.0, left: 20.0, bottom: 10.0, right: 20.0)

Now write:

cell.layoutMargins = UIEdgeInsets(top: 10.0, left: 20.0, bottom: 10.0, right: 20.0)

⚠️ Breaking changes ⚠️

1.1.1 (2016-12-03)

1.1 (2016-10-04)

1.0 (2016-10-04)