Xcode 5 Interface Builder-designed light text appearing regular weight on iOS 6 -
i've built view in interface builder on xcode 5:
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:
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?
Comments
Post a Comment