码迷,mamicode.com
首页 > 其他好文 > 详细

UITableViewCell的多选操作

时间:2014-07-17 17:07:18      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   2014   io   

- (UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath

{

    return UITableViewCellEditingStyleDelete | UITableViewCellEditingStyleInsert;//3


}

或者·

    self.tableview.allowsMultipleSelectionDuringEditing = YES;


- (UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath

{

    return UITableViewCellEditingStyleDelete;


}



bubuko.com,布布扣



UITableViewCell的多选操作,布布扣,bubuko.com

UITableViewCell的多选操作

标签:style   blog   http   color   2014   io   

原文地址:http://blog.csdn.net/panyong4627/article/details/37902207

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!