Skip to content

Instantly share code, notes, and snippets.

@softmaxsg
softmaxsg / UILabelEx.h
Created April 2, 2015 19:58
UILabel with automatic overriding font property with specific font face
#import <UIKit/UIKit.h>
@interface UILabelEx : UILabel
@property (nonatomic) NSString *overrideFontName;
@end