-
Notifications
You must be signed in to change notification settings - Fork 129
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
SwiftUI using #155
Comments
If someone is interested, I reached that goal in this way:
You can apply an overlay with a transparent color and a
Feel free to improve this method or comment on Stackoverflow: |
Thanks @Spettacolo83, please update the StackOverflow URL, it is incorrect |
Done! Thank you @Husseinhj |
@Spettacolo83 hey can you please tell where to call startShowcase(rect) func in swiftUI code? |
Hey @MuhammadAarfeen, you can call it .onAppear function for example:
|
@Spettacolo83 Ok great! thank you! |
Hello there!
I really like your library and I would like to use it on my SwiftUI app.
Can you expose a method to pass to
setTargetView
aView
instead of aUIView
?I'm trying to achieve it using a UIHostingController in this way:
But would be very useful if you can expose that method!
Thanks!
The text was updated successfully, but these errors were encountered: