Bringing Objects To Front And Sending To Back
Remember that UI objects such as buttons etc are all actually subviews
[self.view bringSubviewToFront:MyButton];
[self.view sendSubviewToBack:MyButton];
Layers
MyView.layer.zPosition = 1; //1 = front