mpospese / MPFoldTransition

Easily add custom folding and page-flipping transitions to UIViews and UIViewControllers
http://markpospesel.com/2012/05/07/mpfoldtransition/
1.81k stars 238 forks source link

Deselect the tableview cell after selection. #5

Closed cbowns closed 12 years ago

cbowns commented 12 years ago

A tiny tweak to didSelectRow to deselect the row once it’s checked off. (Great demo repo, by the way! Thanks for releasing it!)

mpospese commented 12 years ago

I wonder if I should just change change the selection color to white so that there's only the checks and no color change.

cbowns commented 12 years ago

Nah, I think the normal tableview row selection color seems fine. Thanks for grabbing this!