user3766930
user3766930

Reputation: 5829

can I create a button with text and image together in Storyboard?

I put a UIButton in my storyboard. It looks simple:

enter image description here

its properties are also simple:

enter image description here

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:

enter image description here

the text disappears and all I see is:

enter image description here

how can I show both things together next to each other?

Upvotes: 1

Views: 975

Answers (1)

alexburtnik
alexburtnik

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

Related Questions