问题描述
iOS 下是否支持渲染/显示数学公式?我假设操作系统本身没有内置任何内容,因此优先考虑一种像啤酒一样免费且不会导致我的应用被拒绝的解决方案.
Is there any support for rendering/displaying mathematical formulas under iOS? I'm assuming there's nothing built-in to the OS itself, so a solution that is free-as-in-beer and won't cause my app to get rejected are priorities.
有人知道这样的图书馆吗?
Is anyone aware of such a library?
推荐答案
我曾经对一个项目有类似的需求,我打算使用 Texify 使用 UIWebVIew
在应用内渲染方程式或离线预渲染论坛,然后在应用中包含渲染(作为静态图像).我最终都没有做,因为需求发生了变化.
I had a similar requirement for a project at one point, and I was planning on using Texify to either render equations in-app using a UIWebVIew
or pre-render forumulae offline and then include the renderings (as static images) in the app. I ended up doing neither because the requirement changed.
这篇关于在 iDevice 上渲染数学公式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!