I am a beginner working on paint application on iphone.
adding new tool for my iphone App called airbrush…
which will spray on UIImageView. can any one help me out how to work with it.
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.
I think you might be looking for
CGContextBeginPathand its related functions. I am not quite sure how to define a new stroke but I imagine it can be handled with something like[UIColor colorFromImage:myImage]. You should look into Quartz 2D, try looking here./Thomas