WSTagsField
WSTagsField copied to clipboard
Poll: do you need a version of this library in Swift UI?
Please react with 👍 if yes and 👎 if no. Thank you
I am curious if anyone has found a solution to using this library in SwiftUI yet?
It is kinda hard to get stuff like this working in SwiftUI. I mostly prefer screens over which I need more control written in UIKit. And this tags field goes into one of those screens. So I'm happy either way.
I am curious if anyone has found a solution to using this library in SwiftUI yet?
Use UIViewRepresentable.
I used UIViewRepresentable in SwiftUI and the demo app launched successfully however, when keyboard appears, the app stucks and the memory, the app takes starts increasing so that it occupies GBs. Can anyone help please?