ZFTableViewCell - 左划菜单自定义


Apache
iOS
Objective-C

软件简介

ZFTableViewCell是一种cell左划菜单自定义的软件。

效果演示:

Cell的初始化创建:

cell = [[TestTableViewCell alloc]initWithStyle:UITableViewCellStyleDefault    
reuseIdentifier:identity    
delegate:self
inTableView:tableView    
withRowHight:60
withRightButtonTitles:@[@"编辑",@"下架",@"分享"]    
withRightButtonColors:@[[UIColor greenColor],[UIColor redColor],[UIColor blueColor]]];