为什么textfield的字体大小改变不了 ios
1个回答
2017-03-16
展开全部
可以修改的
UIFont *font = [UIFont boldSystemFontOfSize:14.0f];
NSDictionary *attributes = [NSDictionary dictionaryWithObject:font
forKey:UITextAttributeFont];
[sortListSeg setTitleTextAttributes:attributes
forState:UIControlStateNormal];
UIColor *greenColor = [UIColor greenColor];
NSDictionary *colorAttr = [NSDictionary dictionaryWithObject:greenColor forKey:UITextAttributeTextColor];
[sortListSeg setTitleTextAttributes:colorAttr forState:UIControlStateNormal];
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询