I have a UIBarButtonItem that I would like to the content text Kerned.
(I am setting the bar button item the same as the following: Add NSAttributedString to UIBarButtonItem)
Using that, in the attributes array, I add NSKernAttributeName but it doesn't seem to apply at all. I can change font size, font and so on, but the kerning never changes.
How do I correctly change the Kern values on the UIBarButton Text?