tabviewcell
hanlinbin521
改变未来
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
tabviewcell 上次选中和这次选中
-(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{ NSInteger newRow = [indexPath row]; NSInteger oldRow = (lastindexPath!=nil)?[lastindexPath row]:原创 2015-10-22 11:38:37 · 2677 阅读 · 0 评论 -
tabviewcell 左滑 自定义按钮
-(NSArrayUITableViewRowAction *>*)tableView:(UITableView *)tableView editActionsForRowAtIndexPath:(NSIndexPath *)indexPath{ UITableViewRowAction * rowAction = [UITableViewRowAction rowActionWi原创 2016-08-15 16:26:17 · 743 阅读 · 0 评论
分享