标签:
Button创建可以不用[UIButton alloc]initwithFrame: 不用再开辟空间了,正确的写法如下:
UIButton rightNowButton = [UIButton buttonWithType:UIButtonTypeCustom];
rightNowButton.frame=CGRectMake();
UIButton小节
原文地址:http://www.cnblogs.com/i0ject/p/4275324.html