Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animate cell deselection only when navigating back to that table view #174

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tystol
Copy link

@tystol tystol commented Feb 14, 2013

All the standard iOS navigation table views keep the cell selected until navigating back, animating it back to deselected as the table comes into view. This gives the user context to where they came from.

This pull request adds that functionality into the core MT.D elements, and adds an ActiveController overload that lets external code also opt in to this behaviour. I didn't delete the original method to maintain backwards compatibility, but it should be considered as this animation is part of the Apple HIG.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant