Quantcast
Viewing all articles
Browse latest Browse all 2

Answer by sosborn for UITableView and two RSS feeds

You are overwriting the "stories" array every time you parse the XML (I assume that you are using the stores array in your tableview datasource). You should take a look at NSMutableArray's addObject method.


Viewing all articles
Browse latest Browse all 2

Trending Articles