码迷,mamicode.com
首页 >  
搜索关键字:ui中添加文字框    ( 1个结果
UILabel UI中添加文字框
1.UILabel的创建(initWithFrame)例子:UILabel *label1 =[[UILabel alloc] initWithFrame:CGRectMake(100, 100, 150,150)];2.设置背景颜色(backgroundColor)例子:label1.backgroundColor =[UIColor cyanColor];3.添加到window窗口中例子:[se...
分类:其他好文   时间:2015-07-30 11:31:43    阅读次数:97
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!