Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.
/ GridView Public archive

A grid view for iOS, based on NSGridView for macOS.

License

Notifications You must be signed in to change notification settings

roblokhorst/GridView

Repository files navigation

GridView

No Maintenance Intended

A grid view for iOS, based on NSGridView for macOS.

Examples

Go to Example/GridViewExample to view some examples.

Todo

  • 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 using updateGrid()
  • Convenience methods in pod extension

About

A grid view for iOS, based on NSGridView for macOS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published