Skip to content

sobri909/MGBoxKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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