-
Notifications
You must be signed in to change notification settings - Fork 15
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 UISwipeActionsConfiguration #167
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've already dropped support for iOS 10, so I'd say we just convert over to the new API and remove the available
s
Great! Will do.
…On Wed, Jun 26, 2019 at 11:18 AM Jesse Squires ***@***.***> wrote:
***@***.**** requested changes on this pull request.
We've already dropped support for iOS 10, so I'd say we just convert over
to the new API and remove the availables
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#167?email_source=notifications&email_token=AAYXDASIYHHMQ4ALQFDJR6LP4OXHNA5CNFSM4H3NKT52YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB4X44RA#pullrequestreview-254791236>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAYXDATEHLZQNCEIQPDHRHDP4OXHNANCNFSM4H3NKT5Q>
.
|
I also need to add default implementations so that these props are all Optional! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 💯
Changes in this pull request
This adds tableview support for the
UISwipeActionsConfiguration
API, which was introduced in iOS 11. This should be used to replace usage of theUITableViewRowAction
API, which will be deprecated in iOS 13.Issue fixed: none
Checklist
CHANGELOG.md
for any breaking changes, enhancements, or bug fixes.