Localizing NSAttributedString with TML
NSAttributedString was introduced in iOS 3.2 to provide a decoration mechanism for NSString using custom attributes. Amongst other things, it allowed you to change colors and fonts of string fragments, as well as apply shadows and strokes. Before iOS 3.2, developers had to come up with all kind of elaborate solutions to achieve this functionality. Usually