Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

iphonejudy

macrumors 6502
Original poster
Sep 12, 2008
301
1
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

macrumors newbie
Mar 30, 2009
27
0
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.
 

blackmesa

macrumors newbie
Mar 30, 2009
27
0
I recommend reading the documentation

I also found this by searching on google for:NSURLRequest read chunk of data


I suggest into looking at the didReceiveData function... it might help you.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.