For what apparently is a \'bug,\' UITextView does not seem to support kerning like other UIKit Elements. Is there a workaround to get kerning working?
To be clear, I
Try this:
[textView_ setValue:@"hello, world" forKey:@"contentToHTMLString"];
It works in my test. I haven't tried it in the app store of course.