摘要:
//UIButton - 按钮,可以用来与用户进行交互 //UIButton -> UIControl -> UIView //button一般情况下不使用实例方法创建 /* UIButtonTypeCustom // 自定义按钮类型,也是系统默认值(一般都... 阅读全文
posted @ 2016-01-01 14:27
Mr~Lin
阅读(469)
评论(2)
推荐(1)
摘要:
// UILabel -> UIView // UILabel用来显示文字内容 //创建一个Label,一般都直接通过initWithFrame确定位置跟大小 UILabel *lb = [[UILabel alloc]initWithFrame:CGRectMake(50, 80, ... 阅读全文
posted @ 2016-01-01 11:25
Mr~Lin
阅读(627)
评论(0)
推荐(0)

浙公网安备 33010602011771号