I would like to put UIImageView that is shown on button click. That works good if I put it on the last place of Storyboard. The problem occurs when I do programatically some animation, and after that I click button for showing UIImageView and it is not on front position of the screen.
Share
You can use
bringSubviewToFront:method. Something like this: