Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone Image slideshow [closed]

I want to create a slideshow on iphone. I don't know if there is already a sample code or a lib that already do that.

Thanks for your help

like image 580
Ptitaw Avatar asked Jun 19 '26 16:06

Ptitaw


2 Answers

Joe Hewitt who created the Facebook iPhone app open sourced the code he wrote to create the Facebook application. Most notable is his image viewer that he created. I am certain if you checkout his work you can find what you are looking for. His project lives on github.

https://github.com/facebook/three20/

Reference to his work from his website:

http://joehewitt.com/post/the-three20-project/

like image 149
avelis Avatar answered Jun 21 '26 05:06

avelis


Check out the WWDC 2010 Session entitled "Designing Apps with Scroll Views."

The source code is here:

http://developer.apple.com/library/ios/#samplecode/PhotoScroller/Introduction/Intro.html

And this is a handy image-slicing tool:

http://iphonedevelopment.blogspot.com/2010/10/cutting-large-images-into-tiles-for.html

like image 41
ma11hew28 Avatar answered Jun 21 '26 07:06

ma11hew28