Answer the question
In order to leave comments, you need to log in
How to add animation when swiping to delete CoreData in Swift 3?
Hello!
I ran into the problem of adding animation when deleting data from CoreData, I did not find manuals and decided to turn to experienced programmers here. When you click on the delete button, the entry remains and if you restart the application, it is removed. Is it possible to add a nice delete animation? I would be very happy to help, thanks!
Answer the question
In order to leave comments, you need to log in
self.ship.remove(at: indexPath.row)
tableView.deleteRows(at: [indexPath as IndexPath], with: .automatic)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question