- API Reference
- Introduction and Basic Concepts
- Positioning and Layout Guide
- Tables and Grids Guide
- Changelog
- Table layouts (similar to
UITableView
, but less fuss) - Grid layouts (similar to
UICollectionView
, but less fuss) - Optionl box caching for smooth scrolling and low memory use
- Table rows automatically layout
NSStrings
,UIImages
,NSAttributedStrings
, and multiline text - Table rows accept
Mush
lightweight markup for bold, italics, underline, monospacing, text colour, and background colour. - Animated adding/removing/reordering rows, boxes, sections, etc
- CSS-like
margin
,padding
,zIndex
,fixedPosition
, and more - Separate top/right/bottom/left border colours
- Automatically keeps input fields above the keyboard
- Blocks based tap, swipe, and hold gesture recognisers
- Blocks based touch event handling
- UIView easy frame accessors
Add pod 'MGBoxKit'
to your Podfile