UIButton 创建

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

所以UIButton只有一种创建方法 

[UIButton buttonWithType:UIButtonTypeRoundedRect]

posted @ 2012-08-19 22:15  careerman  阅读(150)  评论(0编辑  收藏  举报