-
Notifications
You must be signed in to change notification settings - Fork 1
dev2dev/TableView-Extended-Animations
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
UITableViewExtendedAnimations category allows to perform new animations, such as moving cells, exchanging cells, and making transitions from one cell to another. There are three new methods on UITableView: -moveRowAtIndexPath:toIndexPath: -transitRowAtIndexPath:toRowIndexPath: -exchangeRowAtIndexPath:withRowAtIndexPath: This was done using a regular Objective-C category. To perform such animations UITableViewDelegate protocol was extended. There are a couple of new methods you have to implement to make these animations possible. Take a look at example project to see that methods. Video of the sample project: http://www.youtube.com/embed/bC-YTq9C0Sk
About
New animations for the UITableView to move, exchange and transit UITableViewCells.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published