5.UIButton(按钮)知识总结
UIButton继承于UIControlUIControl继承于UIView初始化button 一般选择自定义的 用类方法初始化不用自己释放UIButton *button = [UIButton buttonWithType:(UIButtonTypeCustom)];2.设置位置button.frame = CGRectMake(100, 100, 100, 100);3.设置背景颜色
原创
2015-11-14 15:11:21 ·
536 阅读 ·
0 评论