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

2016-03-10 tableview 后面选中的 判断

时间:2016-03-10 10:43:23      阅读:105      评论:0      收藏:0      [点我收藏+]

标签:

  1. 刷新固定的行
  2. [_tableView reloadRowsAtIndexPaths:@[indexPath] withRowAnimation:UITableViewRowAnimationNone];

            [SeletPersonList addObject:str];

  3. if ([selectpersontitle containsObject:cell.Textlabel.text]) {

                    if (cell.ImageBtn.selected) {

                        

                    }else{

                        cell.ImageBtn.selected=YES;

     

                    }

                }else{

                    if (cell.ImageBtn.selected) {

                        cell.ImageBtn.selected=NO;

     

                    }else{

                    

                    }

                }

  4.                     [selectpersontitle addObject:cell.Textlabel.text];

  5.                 [selectpersontitle removeObject:cell.Textlabel.text];

2016-03-10 tableview 后面选中的 判断

标签:

原文地址:http://www.cnblogs.com/gzz2016/p/5260855.html

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