gonzalezreal / swift-markdown-ui

Display and customize Markdown text in SwiftUI
MIT License
2.44k stars 298 forks source link

Possible without SwiftUI? #315

Open Elamuruga opened 4 months ago

Elamuruga commented 4 months ago

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.

paulgessinger commented 4 months ago

How about UIHostingController?

paulocoutinhox commented 1 month ago

I want use it with UIKit in a table view too. Is possible?