I am using OpenSans font (Regular bold and semibold) it works great in iOS 7.1 on iPhone 5 and great in simulator on iPhone 5 iOS 8.3 but in iPhone 6 and 6+ iOS 8.3 it reverts to using the system font. I want this work work in interface builder but I've also tried setting it through code as well.
I've printed out the font list and got that its definitely included
Font Family Name = [Open Sans]
Font Names = [[OpenSans-Semibold, OpenSans, OpenSans-Bold]]
I've set it manually like so:
var font = UIFont(name: "OpenSans", size: 5)
println("font \(font)")
descLabel.font = font
I've run out of things to try I have no idea why it isn't working.
Aucun commentaire:
Enregistrer un commentaire