Insert uilabel or uibutton into an image

0

I would like to know if there is a way to create a link in a text using label or button inside an image. To insert text in an image simply insert: campotexto.draw and to insert label or button someone knows if there is any way ? Thank you in advance.

    
asked by anonymous 04.02.2017 / 22:57

1 answer

2

You can actually do the opposite by adding an image to a button. 1. Add a UIButton
2. Go to the button inspector attribute
3. Set the 'Title' property of the button to empty
4. In the 'Image' property, define your image

    
15.02.2017 / 12:51