|
|
|
|
|
by longnguyen
39 days ago
|
|
Either you render the markdown document just once (not streaming) or your document is simple and short. I used to use swift-markdown-ui for my app but the performance is nowhere near using a wkwebview. When streaming large documents with tricky elements like large tables, code blocks, nested quotes, you may even get beached ball. It never happened when using a wkwebview. |
|