UILable 标题加粗代码:
加粗;
[UILabel setFont:[UIFont fontWithName:@"Helvetica-Bold" size:18]];
加粗并且倾斜
[UILabel setFont:[UIFont fontWithName:@"Helvetica-BoldOblique" size:18]];
UILable 标题加粗代码
原文:http://www.cnblogs.com/zhou--fei/p/5021915.html