There's already excellent code for browsing and viewing pictures on the iPhone, as shown by apps like Photos and Facebook, and I don't feel like inventing the wheel again. I thought that this functionality would be built into the API, but I'm having a hard time finding it. Am I blind or do Apple really force us to writ开发者_如何学编程e our own?
Facebook gave rise to the Three20 framework.
Everything you're looking for is in there.
You can also try out a UIScrollView with paging enabled.
Or using DMCarousel: https://github.com/brianegan/dmcarousel
精彩评论