views:

59

answers:

1

I have a requirement 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

Any help much appreciated

Many thanks

Richard

A: 

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.

Jasarien
Thanks dood.. will check it out and comment later to help others..
Richard Parkins