码迷,mamicode.com
首页 > 其他好文 > 详细

什么是UILabel

时间:2016-11-06 02:38:31      阅读:270      评论:0      收藏:0      [点我收藏+]

标签:ret   string   uilabel   常用   mode   lines   比较   soft   tom   

UILabel极其常用,功能比较专一:显示文字

 

UILabel的常见属性

@property(nonatomic,copy) NSString *text;
显示的文字

@property(nonatomic,retain) UIFont *font;
字体

@property(nonatomic,retain) UIColor *textColor;
文字颜色

@property(nonatomic) NSTextAlignment textAlignment;
对齐模式(比如左对齐、居中对齐、右对齐)

@property(nonatomic) NSInteger numberOfLines;
文字行数

@property(nonatomic) NSLineBreakMode lineBreakMode;
换行模式

什么是UILabel

标签:ret   string   uilabel   常用   mode   lines   比较   soft   tom   

原文地址:http://www.cnblogs.com/xufengyuan/p/6034348.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!