Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/applidium/ADLivelyTableView
Lively UITableView
https://github.com/applidium/ADLivelyTableView
Last synced: 3 months ago
JSON representation
Lively UITableView
- Host: GitHub
- URL: https://github.com/applidium/ADLivelyTableView
- Owner: applidium
- License: other
- Created: 2012-04-25T10:13:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-19T10:13:42.000Z (almost 10 years ago)
- Last Synced: 2024-07-23T15:21:37.245Z (4 months ago)
- Language: Objective-C
- Homepage: http://applidium.com/en/news/lively_uitableview/
- Size: 130 KB
- Stars: 743
- Watchers: 36
- Forks: 99
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - ADLivelyTableView - Lively UITableView (etc)
- awesome - ADLivelyTableView - Lively UITableView (etc)
README
# 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.