Hi,
I am currently developing an application that is using the
MWFeedParser from Michael Waterfall. It is a great piece of framework to achieve the use of web feeds within iOS. But there are problems I come across. I am parsing an wordpress feed that only includes the last 10 posts. There is no possibility to load more than 10 items right?
Is there a solution to fix this and is it possible to load more of those articles when you reach the bottom of the tableview? Does anybody have advice how to achieve more articles instead of just 10?
Thank you.