-
Notifications
You must be signed in to change notification settings - Fork 747
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
Swift messages not working in Swift UI #327
Comments
I likely won't have time to look into SwiftUI anytime soon. |
Thanks for answering |
That would be great because than we can use it in SPM |
@Jasperav huh? |
Swift Package Manager supports SwiftUI, not UIKit. We can get rid of Cocoapods/Cartage and use a native dependency manager instead. |
@Jasperav I view this as a compatibility ticket. It's not about converting the library to SwiftUI. |
For anyone looking to use this library in their SwiftUI projects, technically all UIKit code works with SwiftUI. You have to use the
Replace identifier with your own.
with the addition of Use |
So this issue can actually be closed with a README update, right? |
Hi there,
I'm trying to use Swift Messages on Swift UI and for some reason it's not showing
This is the code I'm trying to use:
I already tried to use in a button click and it didn't work.
Can you help?
Thanks
The text was updated successfully, but these errors were encountered: