I try to set the Font of UILabel on Interface builder. I know how to user custom font by code. But I want to try cool feature on iOS 6 which is Attribute text type.
However, after testing a few font. I notice few things, I can set any font from font book
and it is showed up really nice on Attribute Inspector
. But some font are not showed up in View controller, event default font that already on mac is not loaded.
I want to use custom font on attributed UILabel
, but it only showed up in Attribute Inspector
and not loaded in View Controller and simulator.