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 found the problem!
It's not Image overriding the title. It is being push off frame by the image.
Try use this:
[btn setTitleEdgeInsets:UIEdgeInsetsMake(0.0, -img.size.width, 0.0, 0.0 )];
Hope it helps!