Skip to content

chrisfsampaio/CFSSpringTableView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •