¡@

Home 

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

iphone Programming Glossary: tccustomfont.h

Text-to-speech on iPhone [closed]

http://stackoverflow.com/questions/6347072/text-to-speech-on-iphone

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.. 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 void setFontName NSString fontName.. NSString fontName self.titleLabel.font UIFont fontWithName fontName size self.titleLabel.font.pointSize @end UILabel TCCustomFont.h #import UIKit UIKit.h @interface UILabel TCCustomFont @property nonatomic copy NSString fontName @end UILabel TCCustomFont.m..