2d - The simplest way to draw points on iPhone? -


In my app I have 49 digits with X, y and I intend to display them on screen. I have seen so many libraries that can help me (core plot, s7graphview, etc.) but since I am doing very basic stuff (just draw points), what is the easiest way?

Thank you!

Its basic core graphics are many examples on the Developer.apple.com site or core graphics iphone tutorials. Just Google for


Comments