Transitioning from Introspect to SwiftUI-Introspect: Guidance Needed #389
Unanswered
deankroker
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@davdroman any suggestions on this one? |
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
-
Hello everyone,
I'm fairly new to using the SwiftUI-Introspect package and I'm encountering some challenges while migrating from the original Introspect library. I'm seeking advice or resources that could assist in this transition.
Specifically, I'm looking for:
For instance, I was utilizing
.introspectDatePicker(customize:)
to setminuteInterval
androundsToMinuteInterval
properties on aUIDatePicker
. How should this be adapted for the new package?Here's a snippet of the deprecated code causing issues:
And here's where I'm trying to use autocompletion with
.introspect(
:Any guidance or links to resources would be greatly appreciated, and if there are steps or best practices for porting old functionality to the new package, I'd be grateful to learn about them. Suggestions for improvements in the README or IDE integrations that could help smooth out this learning curve would also be welcome.
Thank you in advance for your assistance!
Beta Was this translation helpful? Give feedback.
All reactions