UIButton创建 不能使用 UIButton alloc,因为这样UIButton 的Style是无法设置的。
所以UIButton只有一种创建方法
[UIButton buttonWithType:UIButtonTypeRoundedRect]
UIButton创建方法与Style设置
UIButton创建 不能使用 UIButton alloc,因为这样UIButton 的Style是无法设置的。
所以UIButton只有一种创建方法
[UIButton buttonWithType:UIButtonTypeRoundedRect]
2216

被折叠的 条评论
为什么被折叠?