Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top