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

Add support for more modern (non-deprecated) table view swipe API #154

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cgossain
Copy link

UITableViewRowAction and it’s associated methods have been deprecated in favor of the new UISwipeActionsConfiguration object which can be configured on the trailing and leading edges of a table view cell.

This API is available on iOS 11.0 onwards. The cleanest way to support this is to bump the deployment target to iOS 11.

UITableViewRowAction and it’s associated methods have been deprecated in favor of the new UISwipeActionsConfiguration object which can be configured on the trailing and leading edges of a table view cell.

This API is available on iOS 11.0 onwards. The cleanest way to support this is to bump the deployment target to iOS 11.
@cgossain cgossain force-pushed the swipe-actions-configuration branch from 8d2d6ac to 7610c5b Compare June 9, 2021 22:31
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