Hi guys,
I am new to core graphics in iphone can anyone suggest how to work on that and the process to go through it.Also can any one provide me a document with sample codes.
Thanks in advance. Monish.
Hi guys,
I am new to core graphics in iphone can anyone suggest how to work on that and the process to go through it.Also can any one provide me a document with sample codes.
Thanks in advance. Monish.
See Core Graphics section in iOS Reference Library - you can find Quartz 2D Programming guide, class references, and some samples there.
P.S. Same applies for CoreAnimation as well - there's whole relevant section in Apple's docs
A good place to start would be:
Introduction to Core Animation Programming Guide
There are a few examples there too.
What do you plan to use Core Animation for? If you are going to take a stab at make games Core Animation is a valid choice as long as performance is not critical. Here is a good article about it here.
Hope it helps
I am learning CoreData myself right now, and I found the most useful document to be the Locations App tutorial.
In this tutorial, you create an app called Locations which utilizes CoreData utilities and also teaches you how to do TableViewControllers.
Good luck!