【发布时间】:2012-07-11 23:56:48
【问题描述】:
我有以下代码用于在 UIButton 中设置文本
[self.fullListButton_ setTitle:[NSString stringWithFormat:@"%d", [self.newsfeedItem_.newsfeedToSubjects count] - 3] forState:UIControlStateNormal];
问题是我似乎无法为此设置字体。我该怎么做?
【问题讨论】:
标签: iphone objective-c ios ipad