cocoa touch - Programmatically send to front/back elements created from interface builder -
In the interface builder, there are layout options for sending or sending back UIButton , UIImage , UILabel etc ...
Now, I want to program at runtime.
Is there an easy way to do this?
I do not want to create separate views, just update the z-axis.
UIView has several methods that allow you to modify the visual hierarchy Gives you
Since your thoughts are already included
bringSubviewToFront: for each view. Are there.