Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top