UIButton小节

Button建立能够不用[UIButton alloc]initwithFrame: 不用再开辟空间了,正确的写法以下:spa

 

UIButton rightNowButton = [UIButton buttonWithType:UIButtonTypeCustom];it

rightNowButton.frame=CGRectMake();class

相关文章
相关标签/搜索