Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CFSSpringTableView

This UITableView Subclass makes your table view looks like its cells are connected to each other by springs. It uses UIDynamics classes, so you can use only if your project does NOT support iOS version < 7.0

Demo http://youtu.be/HogSEquruzs

###Note ######You must call the instance method - (void)prepareCellForShow:(UITableViewCell)cell on your delegate implementation of a specific method in order to get the spring effect.

Here is an example:

- (void)tableView:(UITableView *)tableView - willDisplayCell:(UITableViewCell *)cell - forRowAtIndexPath:(NSIndexPath *)indexPath
{
//Do your stuff here

    [self.tableView prepareCellForShow:cell];
}

About

No description, website, or topics provided.

Resources

Stars

13 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages