I created a grid of buttons. The following code creates the buttons and displays them, but there is no text on the button. Is there a setting I am missing? (Obj-C replies are fi
I think you want setTitle: forState:
[button setTitle:@"Baha'i" forState:UIControlStateNormal]