Exploring iPhone Graphics Part 2
Friday, April 25th, 2008 Posted in Software Development, iPhone | 3 Comments »In Part 1 of this series of articles we drew some simple graphic primitives on the iPhone display. In this article we are going to look at how to do some simple animation. The goal of this example is to ...
Plotting a Sine Wave with the iPhone SDK
Thursday, April 17th, 2008 Posted in Software Development, iPhone | 2 Comments »Got the following request from Leo on the Exploring iPhone Graphics Part 1 article: Could you give me a quick primer on how to draw a sinus curve (or similar curve) with the data coming from an array? Here it is: #define PI ...
Exploring iPhone Graphics Part 1
Wednesday, April 9th, 2008 Posted in Software Development, iPhone | 15 Comments »The series of articles is going to discuss creating graphics on the iPhone using the SDK. Part 1 will start out with the basics by drawing some simple 2D graphics. In later articles I plan to get into animation, using ...

