Skip to content

Agenric/AGTableViewCell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AGTableViewCell

Simulate iOS8.0 mail skidding to delete messages.

Usage

  • Create can reusable AGTableViewCell

    - (instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier: (NSString *)reuseIdentifier inTableView:(UITableView *)tableView;

  • Implement proxy method for AGTableViewCell - Get a set of buttons for each row of Cell

    - (NSArray *)AGTableView:(UITableView *)tableView editActionsForRowAtIndexPath:(NSIndexPath *)indexPath;

About

Simulate iOS8.0 mail skidding to delete messages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published