摘要: 详细使用:UILabel *label = [[UILabelalloc] initWithFrame:CGRectMake(0, 0, 75, 40)]; //声明UIlbel并指定其位置和长宽label.backgroundColor = [UIColorclearColor]; //设置label的背景色,这里设置为透明色。label.font = [UIFont fontWithName:@"Helvetica-Bold" size:13]; //设置label的字体和字体大小。 label.transform = CGAffineTransformMakeRota 阅读全文
posted @ 2012-10-24 11:15 coderguo 阅读(158) 评论(0) 推荐(0) 编辑