2013年11月21日

ios 如何改变UISegmentedControl文本的字体大小?

摘要: UIFont *Boldfont = [UIFont boldSystemFontOfSize:16.0f]; NSDictionary *attributes = [NSDictionary dictionaryWithObject:Boldfont forKey:UITextAttributeFont]; [segment setTitleTextAttributes:attributes forState:UIControlStateNormal]; 阅读全文

posted @ 2013-11-21 10:31 Hai_阔天空 阅读(599) 评论(0) 推荐(1)

导航