Skip to content

renzifeng/ZFTableViewCell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZFTableViewCell

cell左划菜单自定义

效果演示:

image

cell的初始化创建

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

期待

  • 如果在使用过程中遇到BUG,或发现功能不够用,希望你能Issues我
  • 如果觉得好用请Star!
  • 谢谢!

About

cell左划菜单自定义

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published