Math parsing libraries can be extremely useful whenever you want to evaluate a complex mathematical expression. In Objective-C you can use NSPredicate. If you want to extend the functionality of NSPredicate however, this can be extremely difficult. I came across a math parser that provides many advantages over NSPredicate, and other existing math libraries with…
Tag: coretext
The Core Text library allows for easy text formatting and I have mentioned it several times in the past with the fancy text effects tutorial and an excellent open source project enabling easy multi-column text display. I’ve come across an excellent tutorial that puts everything together demonstrating how to create a magazine style app. You’ll learn…