如何在 UILabel 中显示数学方程(积分、代数等)
我正在开发一款适用于 iPhone 和 iPod Touch 的应用程序,该应用程序必须显示复杂的数学方程,例如代数、积分、求和公式以及 UILabel 中的一些文本。
我研究了一下,发现 Latex 就是答案,对吗? 这意味着我必须在设备上处理这么多在 Mac 上使用 LaTeX 创建的图像?
I am working on an app for iPhone and iPod Touch that has to show complex mathematical equations like algebraic, integration, summation formulas along with some text in UILabel.
I researched and found that Latex is the answer, is that correct?
That means I have to work with so many images, created using LaTeX on Mac, on the device?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你不能。 UILabel 是无样式文本。它不显示图像或让您定位单个元素。
You can’t. UILabel is unstyled text. It doesn’t display images or let you position individual elements.