I have an iPhone application that reads RSS feeds from a YouTube channel. However, when that view controller loads, it takes forever to load as its downloading a lot of data. How do I make the RSS feed load only several items at a time instead of all at one go?
Thanks.