Traditionally on iOS, UITableViewCells animate as a view controller is popped. If the interactive swipe back gesture is used, the selection is also interactive. However, UITableView's default clearsSelectionOnViewWillAppear does not work properly, so I've implemented the simple fix.
Traditionally on iOS, UITableViewCells animate as a view controller is popped. If the interactive swipe back gesture is used, the selection is also interactive. However, UITableView's default
clearsSelectionOnViewWillAppear
does not work properly, so I've implemented the simple fix.