/ Published in: Objective C
URL: http://www.iphonedevsdk.com/forum/iphone-sdk-development/1588-bold-font-uilabel.html
Expand |
Embed | Plain Text
myLabel.font = [UIFont boldSytemFontofSize:16];
You need to login to post a comment.
sean_obrien on 03/20/09
2 people have marked this snippet as a favorite
URL: http://www.iphonedevsdk.com/forum/iphone-sdk-development/1588-bold-font-uilabel.html
myLabel.font = [UIFont boldSytemFontofSize:16];
You need to login to post a comment.