bloudermilk
bloudermilk

Reputation: 18109

Certain fonts not working for UIButton in XCode

When visually editing my app using the Storyboard in XCode 6 (also available in XCode 5) I can change the font of UIButtons using the Attributes Inspector. I can change from "System - System" to "Custom" which allows me to change the Family. However, it appears only some families work, as when I try to select others such as "Iowan Old Style" the selection doesn't stick and it shows the previous font. Is this a bug or are fonts restricted in some way that I'm not aware of?

Upvotes: 2

Views: 445

Answers (1)

Oxcug
Oxcug

Reputation: 6604

This is a bug in Beta 5. I've experienced the same issues and verified that they programmatically work just setting them via UIFont. This is also a regression since this was working in Beta 4.

Unfortunately, it looks like we're gonna just have to wait until the next beta release (beta 6) for a fix.

Upvotes: 2

Related Questions