Search code examples
mathios5equationipod-touch

how to display math equations (integration, algebraic, etc) in UILabel


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?


Solution

  • You can’t. UILabel is unstyled text. It doesn’t display images or let you position individual elements.