摘要: UIButton *btn=[UIButtonbuttonWithType:UIButtonTypeCustom];//一般都是设置为该类型 btn.frame=CGRectMake(100, 80, 80, 80);//设定button的位置与大小 btn.backgroundColor=[U... 阅读全文
posted @ 2015-11-09 18:47 风雨彩 阅读(256) 评论(0) 推荐(0) 编辑