zoukankan      html  css  js  c++  java
  • deleteRow

    如果是删除某一行的话,直接delete就可以,行数要在删除之前剪掉,否则会崩溃。

    但是,如果section要减一的话,是不能删掉section的

    Terminating app due to uncaught exception 'NSInternalInconsistencyException',
    reason: 'Invalid update: invalid number of sections.
    The number of sections contained in the table view after the update (1) must be equal to the number of sections contained in
    the table view before the update (2), plus or minus the number of sections inserted or deleted (0 inserted, 0 deleted).'

      意思就是section的个数不能有增有减。

  • 相关阅读:
    多重继承
    单继承
    访问限制方法
    猜字游戏
    getSet方法
    访问限制
    __str__函数
    析构函数
    构造函数二
    选择排序
  • 原文地址:https://www.cnblogs.com/tanglimei/p/5559009.html
Copyright © 2011-2022 走看看