I have a re开发者_如何学Pythonquirement to grab images from an rss feed and display these images in much the same way as browsing your picture library and I really dont know where to start first.
I can get tutorials on the rss reader but I really dont know the component to use to allow the user to "swish" through the images on screen.
There is a an open source grid view called AQGridView
That will help you in laying out the images in a grid like the photo apps "Camera Roll".
As for swiping between images, you should look into using a UIScrollView
.
The Three20 library has a photo view controller, but it's cumbersome and difficult to set up if you don't know the three20 library very well.
精彩评论