Implement RSS parser
Implement RSS parser which shows the feeds in different sections on tableview based on date.
I need to show the date on the titleForHeaderInSection in tableview and the feeds for that date in rows of that section. for next date , there will be another section in tableview
With each feed there is a publishing date
I need to know how to add sections in tableview.
Please help. Sorry if the information is not sufficient.
|