In interface builder, there are layout options to send to back or send to front any elements such as UIButton, UIImage, UILabel etc...
UIButton
UIImage
UILabel
You could use:
[self.view bringSubviewToFront:myButton];