摘要:
史上最简单得多选uitableview,只需一句话 去年无意中发现,以为大家都知道得。。。。- (UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath{return UITableViewCellEditingStyleDelete | UITableViewCellEditingStyleInsert;}关于如何取得所选择的行,两个办法1)通过delegate方法didselect和diddeselect来... 阅读全文
posted @ 2011-08-31 15:11
KID
阅读(388)
评论(0)
推荐(1)