API Reference, Guides, and Changelog
- API Reference
- Introduction and Basic Concepts
- Positioning and Layout Guide
- Tables and Grids Guide
- Changelog
Layout Features
- 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
Mushlightweight 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
Code Convenience Features
- Blocks based tap, swipe, and hold gesture recognisers
- Blocks based touch event handling
- UIView easy frame accessors
Setup
Add pod 'MGBoxKit' to your Podfile
