摘要: 1 UILabel 2 3 UILabel继承了UIView,它可以设置UIView所支持的属性。 4 5 UILabel *label1 = [[UILabel alloc]initWithFrame:CGRectMake(50.0, 20.0, 200.0, 50.0)]; //设置Label的位置和大小 6 //设置显示文字 7 label1.text =... 阅读全文
posted @ 2016-07-04 16:57 雷坤 阅读(262) 评论(0) 推荐(0) 编辑