开发者

How do you display a browseable list of images obtained from an RSS feed?

开发者 https://www.devze.com 2023-01-11 00:11 出处:网络
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 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消