2016年5月13日

UI基础之UI控件

摘要: //UIButton继承于UIController可以用addTarget方法 //自定义设置按钮的样子 UIButton *button=[[UIButton alloc]initWithFrame:CGRectMake(0, 0, 100, 45)]; //设置按钮背景颜色 button.bac 阅读全文

posted @ 2016-05-13 14:57 AlexGui 阅读(121) 评论(0) 推荐(0) 编辑

导航