How can I change the color of the text on my UIButton. Here is my current code:
UIButton *b1 = [[UIButton alloc] init]; b1.frame = CGRectMake(280,395
Try setting the individual events, such as:
[b1 setTitleColor:[UIColor redColor] forState:UIControlStateNormal];