-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Context menu iOS 13 API #1795
Context menu iOS 13 API #1795
Conversation
Thank you, @uuttff8! |
@jparise @uuttff8 this commit is something missing with nonnull/nullable declare which cause swift code import build error
That would be 2 different func |
@IvanChan should it be |
Swift version will look like below, copy from apple UITableView header with
|
These were recently introduced in TextureGroup#1795 but were missing `nullable` annotations on their return types. Also, reorder the declarations to match `UITableView.h`.
Should be fixed by #1796. |
…#1796) These were recently introduced in TextureGroup#1795 but were missing `nullable` annotations on their return types. Also, reorder the declarations to match `UITableView.h`.
Fixes #1771