UILable,UIFont,UIButton常见属性UILable,UIFont,UIButton常见属性
UILable,UIFont,UIButton常见属性UILable 常见属性UILable常见属性 显示的文字@property(nonatomic,copy) NSString *text; text.text = @"文本内容"; 字体 UIFont代表字体,常见创建方法有以下几个 @property(nonatomic,retain) UIFont *font;