I have a viewController with a UITableView, the rows of which I allow to edit (delete) with a swipe - much like in the Mail app. I do it with, among other, this met
UITableView
Use
tableview.delegate = nil in dealloc()
tableView=nil