UIButton *temp = [UIButton buttonWithType:UIButtonTypeRoundedRect];
[temp setTitle:@“test” forState:UIControlStateNormal];
[temp setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];
