Animation issue when deleting the last row of UITableView

后端 未结 5 860
傲寒
傲寒 2021-02-05 19:19

UPDATE: This is now fixed in iOS 8.0 and above. See my accepted answer for details.

I have an iOS 7 UITableView that I allow swipe-to-delete on rows. I\'m handling delet

5条回答
  •  粉色の甜心
    2021-02-05 19:47

    I think a way-around is to always maintain an empty row below the last row in the table view. That will do the trick.

提交回复
热议问题