I created a simple module that extends UILabel and handles loading .ttf files. I released it opensource under the Apache license and put it on github here: git://github.com/zynga/FontLabel.git
The important files are FontLabel.h and FontLabel.m.
It uses some of the code from Genericrich's answer above.
Browse the source here: http://github.com/zynga/FontLabel/tree/master
