¡@

Home 

2014/10/15 ¤U¤È 10:14:46

iphone Programming Glossary: tccustomfont

Custom font in a storyboard?

http://stackoverflow.com/questions/9090745/custom-font-in-a-storyboard

font won't show in Storyboard but you will see it when running on your device or simulator. Category files UIButton TCCustomFont.h #import UIKit UIKit.h @interface UIButton TCCustomFont @property nonatomic copy NSString fontName @end UIButton TCCustomFont.m.. running on your device or simulator. Category files UIButton TCCustomFont.h #import UIKit UIKit.h @interface UIButton TCCustomFont @property nonatomic copy NSString fontName @end UIButton TCCustomFont.m #import UIButton TCCustomFont.h @implementation.. #import UIKit UIKit.h @interface UIButton TCCustomFont @property nonatomic copy NSString fontName @end UIButton TCCustomFont.m #import UIButton TCCustomFont.h @implementation UIButton TCCustomFont NSString fontName return self.titleLabel.font.fontName..