Hi,
In interface builder, there are layouts options to send to back or send to front any elements such as UIButton, UIImage, UILabel etc...
Now, I would like to do the same at runtime, programmatically.
Is there an easy way to do that?
I do not want to create different views, just play with the z-axis.
Thank you.
Yohann