kostub / iosMath

Beautiful math equation rendering on iOS and MacOS
MIT License
1.36k stars 234 forks source link

how to show latex formula in swiftUI #145

Open BraverChiang opened 4 years ago

BraverChiang commented 4 years ago

how to show latex formula in swiftUI

dylan-houston commented 4 years ago

You can wrap the MTMathUILabel in a UIViewRepresentable.

lsonnino commented 3 years ago

Is there a way to make this work on a macOS app ?

mgriebling commented 1 year ago

Is there a way to make this work on a macOS app ?

Wrap it in a NSViewRepresentable.