Have a blog app that uses an NSMutableArray when parsing the xml, and the nsmutablearray populates the TableView to show each article. I am trying to limit how many articles show, but am not sure how to do this. Would I use NSPredicate to filter it, subArrayWithRange, or what to do this.
Thanks
Thanks