UIButton创建不能使用UIButton alloc

来源:互联网 发布:淘宝lisa国潮是正品吗 编辑:程序博客网 时间:2024/06/07 02:12

UIButton创建不能使用UIButton alloc,因为这样UIButton的Style是无法设置的。

所以UIButton只有一种创建方法 

[UIButton buttonWithType:UIButtonTypeRoundedRect]