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
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.