201501-18 IOS UILabel UIButton UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(0, 0, 100, 20)]; //设置背景色 label.backgroundColor = [UIColor grayColor]; 继续阅读 → Read More >