A grid view for iOS, based on NSGridView for macOS.
Go to Example/GridViewExample to view some examples.
- Fix runtime ambiguous position and size
- Fix
mergeCells
(don't save ranges, but actually merge cells somehow) - Implement all properties and methods that NSGridView has
- Update defaults to NSGridView defaults
translatesAutoresizingMaskIntoConstraints
should be true by default- Add all contentViews as subviews before activating
customPlacementConstraints
- Remove constraint when nilling out
.width
or.height
- Make
UIView.animate
possible, by not usingupdateGrid()
- Convenience methods in pod extension