我想要提取label中的字体
UILabel *name = [[UILabel alloc]init];
name.text = @"Hello Annotation";
name.textColor = [UIColor whiteColor];
[name setFont: [UIFont fontWithName:@"Helvetica" size:20.0]];
请帮忙看一下这个代码为什么不能实现,需要怎么修改?非常感谢您的帮助。
你看看这个文章是怎么获取,uilabel的
http://blog.csdn.net/hengshujiyi/article/details/41514927