Category: UILabel

UILabel

设定文字 [loading setText:@”Loading …”]; 设定颜色 [loading setTextColor:[UIColor whiteColor]]; 设定背景颜色 [loading setBackgroundColor:[UIColor clearColor]]; 设定字型大小 [loading setFont:[UIFont fontWithName:@”AmericanTypewriter-Bold” size:12.0]];