I\'m new to coding and learning swift, I am following a tutorial for swift 2 and working with swift 3 so there are a few issues I have when following along, this being one I
self.tableView.beginUpdates() self.tableView.deleteRows(at: [ IndexPath(row: index, section: section) ], with: .fade) self.remove_object_from_model() self.tableView.endUpdates()