摘要: UILable是iPhone界面最基本的控件,主要用来显示文本信息。 基本的使用方法: UILabel *label = [[UILabel alloc]initWithFrame:CGRectMake(x,y,w,h)]; //初始化 label.center = self.windo... 阅读全文
posted @ 2015-04-30 02:41 D黄大炜 阅读(241) 评论(0) 推荐(0) 编辑