I a trying to do an uibutton with image and text, in xib it looks fine but in the simulator the image is missing, and I don't know why.
xib:
the uibutton settings:
the look in simulator:
Simple way is to take UIView and add UIImageView,UILabel as SubView using interface builder. Then add a transparent button all over the UIView. I hope your problem will be solved.