Skip to content

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.

1 participant