I would like to make an application very similar to this one but with the zoom in/out functionality: http://www.metacafe.com/watch/4212791/chrissie_chau_portrait_application_on_iphone/
I already read this thread: http://stackoverflow.com/questions/1631170/iphone-image-slideshow
And I tried the suggested codes in this site: http://lievendekeyser.net/index.php?module=messagebox&action=message&msg%5Fid=1351
While it works, the zoom in/out functionality is probably missing. (I can't be sure because I don't have an iPhone, I just ran the codes using the simulator.)
Also, the codes are quite long and not really easy to follow since I am quite new to iPhone development. But I realized that the codes were written quite a long time ago and it's still using iPhone SDK 2.1.
The current version of iPhone SDK is 3.1.3 and I would like to know if there's anything new / magical stuff in this version that would make it much easier to develop such a slideshow application, minimizing the amount of codes required to write.
Many thanks to you all.