UITableViewCell的操作(增加cell,删除cell,插入cell)

插入一个cell。也可插入多个

*** Assertion failure in -[UITableView _endCellAnimationsWithContext:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit_Sim/UIKit-3512.60.7/UITableView.m:1716

reason: 'Invalid update: invalid number of rows in section 0.  The number of rows contained in an existing section after the update (5) must be equal to the number of rows contained in that section before the update (5), plus or minus the number of rows inserted or deleted from that section (1 inserted, 0 deleted) and plus or minus the number of rows moved into or out of that section (0 moved in, 0 moved out).'

也可以解决这个bug

UITableViewCell的操作(增加cell,删除cell,插入cell)_第1张图片




替换UITableViewCell的操作(增加cell,删除cell,插入cell)_第2张图片


删除一个cell,也可以删除多个

UITableViewCell的操作(增加cell,删除cell,插入cell)_第3张图片

你可能感兴趣的:(UITableViewCell的操作(增加cell,删除cell,插入cell))