steventroughtonsmith / filebrowser

iOS 7 File Browser
181 stars 43 forks source link

Properly animate cell deselection #3

Closed kylebshr closed 6 years ago

kylebshr commented 8 years ago

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.