Reputation: 67
I have some text on a picture/background, but it is hidden. How do I make elements move back and forth?
Upvotes: 0
Views: 1824
Reputation: 64
If you wish to make an UIView above another while using the storyboard all you have to do it make it above the other element in the document outline.
In your case, it sounds like you should drag the UILabel below the UIImageView.
-- Edit --
I have added a before and after
Upvotes: 3