View Full Version : Display rss feeds partialy
iphonejudy
Mar 31, 2009, 01:47 AM
Hi,
I need to display the rss feeds from url in a tableview.
I want to display partialy. By pressing button ,i need to display another some feeds.
Is it possible? if so,
How can we do this?
blackmesa
Mar 31, 2009, 03:15 AM
If the server that provides the feed is controlled by you you can do this server side by adding a parameter to the URL. The server will know based on that parameter how many lines to return.
iphonejudy
Mar 31, 2009, 06:02 AM
oh!
Do u have any idea to make rss feeds loading fast?
blackmesa
Mar 31, 2009, 06:13 AM
I recommend reading the documentation (http://developer.apple.com/documentation/Cocoa/Conceptual/URLLoadingSystem/Tasks/UsingNSURLConnection.html#//apple_ref/doc/uid/20001836)
I also found this (http://blog.sallarp.com/iphone-uiimage-asynchronously/) by searching on google for:NSURLRequest read chunk of data
I suggest into looking at the didReceiveData function... it might help you.
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.