I was wondering if there is an easy way to implement the rendering of math equations into an iOS app. It doesn't have to be interactive. All it should do is display the equation in traditional ways so when the user is dealing with complex equations it makes it easier to follow.
ex. 2^(2/(6^(1/2))) gives:
Wolfram Alpha does this along with other apps that I have seen. It doesn't have to deal with variables either.