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-bee
There is no built-in support for this in iOS. The general answer for questions regarding custom text layout is to use a UIWebView, which gives you powerful control over the layout and rendering of text and symbols via HTML and CSS. You might want to explore that as an option, if there aren't any ready-made solutions more suited to your needs.