I must have overlooked something completely obvious?? but my button displays its image and size correctly, but I simply can\'t get the Title to show up.
I did a real
I had a similar problem that the title was not shown. I forgot to set the frame property:
//set the position of the button button.frame = CGRectMake(100, 170, 100, 30);