码迷,mamicode.com
首页 > 其他好文 > 详细

UIButton小节

时间:2015-02-05 18:07:47      阅读:107      评论:0      收藏:0      [点我收藏+]

标签:

Button创建可以不用[UIButton alloc]initwithFrame: 不用再开辟空间了,正确的写法如下:

 

UIButton rightNowButton = [UIButton buttonWithType:UIButtonTypeCustom];

rightNowButton.frame=CGRectMake();

UIButton小节

标签:

原文地址:http://www.cnblogs.com/i0ject/p/4275324.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!