Using iosMath in Swift

前端 未结 2 849
鱼传尺愫
鱼传尺愫 2021-01-27 07:36

how can I use iosMath in Swift on iOS, because iosMath is written in Objective C? Or is there another way to display mathematical formulas with Swift?

2条回答
  •  伪装坚强ぢ
    2021-01-27 08:26

    The general question has already been answered. Check this question out.

    All you have to do is add iosMath in your podfile and as long as you have use_frameworks! in the podfile, you won't need any headers. Simply, import iosMath in your swift file and you are good to go.

提交回复
热议问题