Using without SwiftUI #164
Replies: 3 comments
-
Much of the underlying functionality is cross-platform, but a lot of utilities are SwiftUI only. |
Beta Was this translation helpful? Give feedback.
-
OK so here, in our company land, we are still AppKit / UIKit. Should we go Thanks |
Beta Was this translation helpful? Give feedback.
-
I'm not really sure what the best approach would be. I tried to keep the SwiftUI layer thin, and just make it call down to the platform-specific layers, but it quickly became too brittle. You can perhaps check if the rich text component APIs are enough to get you where you need. |
Beta Was this translation helpful? Give feedback.
-
I'm wondering if we are losing any of the RichTextKit functionalities if we are integrating it with an AppKit/UIKit only codebase.
Any parts of the framework that is SwiftUI-only?
Beta Was this translation helpful? Give feedback.
All reactions