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

Clear a selected row of SwipeTableViewController when a SwipeBrowser is closed #61

Merged
merged 1 commit into from Dec 12, 2016

Conversation

yoichitgy
Copy link
Contributor

@yoichitgy yoichitgy commented Nov 30, 2016

Added the same behavior as UITableViewController did with clearsSelectionOnViewWillAppear option.
https://developer.apple.com/reference/uikit/uitableviewcontroller/1614758-clearsselectiononviewwillappear

BEFORE: A row is kept selected even after a SwipeBrowser is closed.
before-fix

AFTER: A row is deselected automatically after a SwipeBrowser is closed.
after-fix

@snakajima snakajima merged commit 182c47c into master Dec 12, 2016
@yoichitgy yoichitgy deleted the clear_table_selection branch December 13, 2016 00:16
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

2 participants