I want to draw line on iPad using user points. How can I do that? Kindly reply if you know
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.
For simple 2D graphics you’ll want to use Quartz 2D.
This Stackoverflow question has some good examples, and apple provide full documentation here
Also – see this very similar question: How do I draw a line on the iPhone?
The accepted answer includes instructions and sample code.