1.设置文本及颜色
button.text = @"yifan";
button.textColor = [UIColor whiteColor];
2.UILabel居左/中/右对齐
_label.textAlignment = NSTextAlignmentLeft;
_label.textAlignment = NSTextAlignmentRight;
_label.textAlignment = NSTextAlignmentCenter;
1.设置文本及颜色
button.text = @"yifan";
button.textColor = [UIColor whiteColor];
2.UILabel居左/中/右对齐
_label.textAlignment = NSTextAlignmentLeft;
_label.textAlignment = NSTextAlignmentRight;
_label.textAlignment = NSTextAlignmentCenter;
本文标题:UILabel属性&API汇总
本文链接:https://www.haomeiwen.com/subject/odlbmxtx.html
网友评论