Possible Duplicate:
How to set this Layout in iPhone need Some help
I draw image in imageview.

I have one image view and Button is there.
When i draw something it show like this,

I dont wan’t to show drawing on that button.
How can i do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are 2 approaches:
1) You can do this IB:
Drag your
UIImageViewin IB to bottom of your stack subviews of view where yourUIView(where you are drawing) is placed.2) You can do this in code:
Push your view on the top of views using following method
For example: