Xcode 5 Interface Builder-designed light text appearing regular weight on iOS 6 -


i've built view in interface builder on xcode 5:

enter image description here

on ios 7 devices, runs (displays seen on ib). selected uilabel's font helvetica neue thin. however, when try on ios 6.1, font renders improperly:

enter image description here

i'm aware of ios 7 sdk's text view's selectable = no bug doesn't set text properly, views uilabels, not uitextviews.

how can make uilabels display on ios 6 too?

helvetica neue thin not available in ios6

ios 6 fonts

you should use light or ultra light.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -