-
Notifications
You must be signed in to change notification settings - Fork 337
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
Possible without SwiftUI? #315
Comments
How about UIHostingController? |
I want use it with UIKit in a table view too. Is possible? |
It is possible to integrate Here's the code snippet.
The biggest gotcha when using UIHostingController is that it might not resize properly when integrated into UIKit. Adding the following two lines of code will help it work correctly in most cases.
|
Thanks a lot. |
In my project I am working on a storyboard and UIKIt is it possible to use the swift-markdown plugin for that? I want to achieve Github-flavoured markdown support. Could @gonzalezreal or anyone help me with this? Thanks in advance.
The text was updated successfully, but these errors were encountered: