zoukankan      html  css  js  c++  java
  • 2016-03-10 tableview 后面选中的 判断

    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];

  • 相关阅读:
    【自学php】第三天
    【自学php】第二天
    【自学php】第一天-macbook上配置php
    js数值转换
    js题
    【练习】响应式布局
    6.数据查询
    5.删除数据
    4.更新数据
    3.插入数据
  • 原文地址:https://www.cnblogs.com/gzz2016/p/5260855.html
Copyright © 2011-2022 走看看