MGBoxKit 8.1.0

MGBoxKit 8.1.0

TestsTested
LangLanguage Obj-CObjective C
License Unknown
ReleasedLast Release Sep 2018

Maintained by Matt Greenfield, James Vanas.



 
Depends on:
MGEvents>= 0
MGMushParser>= 0
 

MGBoxKit 8.1.0

  • By
  • Matt Greenfield

API Reference, Guides, and 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 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

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

CocoaPod