Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
You might also want to look at this question: stackoverflow.com/questions/1383031/… – Brad Larson Feb 27 '10 at 14:17

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.