• Stars
    star
    1,788
  • Rank 26,002 (Top 0.6 %)
  • Language
    Objective-C
  • License
    Other
  • Created about 12 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple, quick iOS tables, grids, and more

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