I am developing an iPhone app, and I want to set kerning in UILabel. The code I\'ve written (possibly around kCTKernAttributeName
) seems to be in error. How mig
As far as I am aware, UILabel
will not render the characteristics of NSAttributedString
. There are a couple of nice open source solutions. I recently used TTTAttributedLabel as a swap in replacement for UILabel that accepts NSAttributedString.
DTCoreText (former NSAttributedString+HTML) is also getting a bit of buzz lately.