UIButton *temp = [UIButton buttonWithType:UIButtonTypeRoundedRect];
[temp setTitle:@“test” forState:UIControlStateNormal];
[temp setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];
原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/tech/aiops/3394.html