Skip to content

applidium/ADLivelyTableView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Patrick Nollet
Jan 19, 2015
097b2b1 · Jan 19, 2015

History

9 Commits
Jan 19, 2015
Jan 19, 2015
Apr 24, 2012
Apr 24, 2012
Jan 19, 2015
Apr 24, 2012
Apr 24, 2012

Repository files navigation

ADLivelyTableView - UITableView with style

ADLivelyTableView is a drop-in subclass of UITableView that lets you add custom animations to any UITableView.

It's rather simple to use :

  • Add ADLivelyTableView.h and ADLivelyTableView.m to your iOS project
  • Link against the QuartzCore framework if you don't already
  • Turn any UITableView you want to animate (or subclass thereof) into a subclass of ADLivelyTableView
  • Pick whichever animation you like, like this : livelyTableView.initialCellTransformBlock = ADLivelyTransformFan;

You can also write your own initial transform block.