摘要: // UIButton CGRect rect = CGRectMake(0, 100, 200, 50); UIButton *button = [[UIButton alloc]initWithFrame:rect]; button.backgroundColor = [UIColor yell 阅读全文