I need to develop an rss parser with a tableview as the first view and detail view as we select a row in table.
But the thing is, i need to group the feeds in table view based on publishing date and titleForHeaderInSection as the publishing date. That is there should be many sections of rss feed based on date.
With each feed there is a publishing date
I have no idea abt adding sections in tableview.
Please help. Sorry if the information is not sufficient.