Reputation: 5829
I put a UIButton
in my storyboard. It looks simple:
its properties are also simple:
I wanted to include an image in this button, so that it looks as follows:
[image]text
but when I put the image name in storyboard:
the text disappears and all I see is:
how can I show both things together next to each other?
Upvotes: 1
Views: 975
Reputation: 7741
It's just a white title on white background.
You should see the title if you set Text Color
back to blue or whatever you wish. For some reason it is different on the screenshots you provided.
Upvotes: 2