2013年9月29日

ios UITableView多选删除

摘要: 第一步,- (UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath { return UITableViewCellEditingStyleDelete | UITableViewCellEditingStyleInsert;} UITableViewCellEditingStyleDelete是出现红的减号,再点一下就出来划动时出现的删除钮;UITableViewCellEditingStyleI... 阅读全文

posted @ 2013-09-29 16:17 Hai_阔天空 阅读(572) 评论(0) 推荐(0)

导航