摘要: http://blog.csdn.net/hufeng825/article/details/7643532#) 1.Label属性设置 titleLabel = [[UILabel alloc] initWithFrame:CGRectMake(0, 0, 100, 44)]; titleLabel.backgroundColor = [UIColor clearColor];//设置Label背景透明 titleLabel.font = [UIFont boldSystemFontOfSize:20]; titleLabel.textColor = [UIColor... 阅读全文
posted @ 2013-12-27 12:20 rui90102 阅读(4964) 评论(0) 推荐(1)