Simplify .introspect(.scrollView, on: .iOS(.v13, .v14, .v15, .v16, .v17, .v18)) #431
Unanswered
lionel-alves
asked this question in
Q&A
Replies: 1 comment 1 reply
-
See #280 (comment) and #280 (reply in thread) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Thank you for the good work!
Passing this every time we use introspection is overkill imo, have you considered:
This update make using the api more cumbersome, everyone will probably implement a wrapper method to avoid having
.iOS(.v13, .v14, .v15, .v16, .v17, .v18)
everywhere. And that's if I am iOS only. Please let me know if I missed anything.Checklist
Beta Was this translation helpful? Give feedback.
All reactions