I am making a drawing app with about 10 UIButtons that must be on top of the drawing.
Would it go something like:
or just try to send the background back with something like this?
But neither of them work.
I'm having trouble with this and it is the last step in my app.
Would it go something like:
Code:
[(redbutton) bringSubviewToFront:redbutton];
or just try to send the background back with something like this?
Code:
[(self.view) sendSubviewToBack:self.view];
I'm having trouble with this and it is the last step in my app.
Last edited by a moderator: