[UILabel appearance]
[[UILabel appearance] setFont:[UIFont fontWithName:@"Miso-Bold" size:15]];
Then any UILabel you make will be created with the font Miso Bold, instead of the default.
[UILabel appearance]
[[UILabel appearance] setFont:[UIFont fontWithName:@"Miso-Bold" size:15]];
No comments:
Post a Comment