优秀比不过别人,那么努力呢?

iOS 成长之路 控件文字大小 颜色设定

设置字体大小 

   lable.font = [UIFont systemFontOfSize:12];

设置 view 圆角 

[lable.layer  setCornerRadius:10];

数值越大   越圆

设置文本框的  字体大小  颜色 

[textfied setValue:[UIColor blackColor] forKeyPath:@"_placeholderLabel.textColor"];

 [textfied setValue:[UIFont systemFontOfSize:14] forKeyPath:@"_placeholderLabel.font"];

 

posted @ 2016-05-16 11:36  一只卑微的蚂蚁  阅读(98)  评论(0编辑  收藏  举报