How can implement paint canvas on a image by objective-c. It is only for illustrations, not for saving the image. It should be undone by shaking the iPad.
Share
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.
you probably want to use a custom view which is on top of the UIView and overriding
drawRect:and doing your drawing with CoreGraphics. here are a couple of tutorials that might help:http://www.raywenderlich.com/2033/core-graphics-101-lines-rectangles-and-gradients
http://www.invasivecode.com/blog/archives/1033