UILabel的详细使用及特殊效果
摘要:
转自http://www.cnblogs.com/aipingguodeli/archive/2012/04/05/2433040.htmlUILabel*label = [[UILabelalloc]initWithFrame:CGRectMake(0, 0,75,40)]; //声明UIlbel并指定其位置和长宽label.backgroundColor= [UIColorclearColor]; //设置label的背景色,这里设置为透明色。label.font= [UIFontfontWithName:@"Helvetica-Bold"size:13]; //设置l 阅读全文
posted @ 2012-11-20 17:10
一梦浮生2012
阅读(234)
评论(0)
推荐(0)
浙公网安备 33010602011771号