I built an interface using Interface Builder. In part of that interface, there is a UIImageView with an image and a UITextView right above it. However, I can`t manage to put the UITextView above the UIImageView. The UIImageView always stays above the UITextView, making my text unreadable.
How can I fix this simple glitch?
Thank you in advance! =D
By above it, I’m assuming you mean above it in the z-order of the subviews of your view. Try selecting the view you want to manipulate, then click Editor -> Arrange -> Send Forward/Backward.