ZFTableViewCell左划菜单自定义

联合创作 · 2023-09-25 18:48

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]]];
浏览 1
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报