Closed Stefan-UIT closed 1 year ago
I've just noted in your SwiftUI demo, you use VStack { editor toolbar }. There is no way that UIKit can work by using RichTextView only. (cause missing toolbar)
Hi @Stefan-UIT
The only UIKit-related things I focus on in this SDK are the parts required to make the SwiftUI parts work.
If you need this as a UIKit feature, I'm afraid you have to build it yourself :)
Hi @danielsaidi, I'm using your code in demo (SwiftUI) . But the toolbar on the left looks weird, there are 3 undo buttons. Any ideas? thanks.
Oh, that's strange! Does it look like that in the demo??
I have copied the source code to my project, do some workarounds, it's worked now. Thanks
I use RichTextView to replace UITextView. But there is no toolbars is showed up like the demo. Please help. Do we need to do more configurations?