Hi guys, i just started two weeks ago with ObjectiveC and i'm a complete noob so, go easy on me. I want to load a tableView with the following:
Upcoming Events
.event4 xx/xx/2010
.event5 xx/xx/2010
Pass Events
.event1 xx/xx/2008
.event4 xx/xx/2008
.event5 xx/xx/2008
i'm using Core Data with a fetchedResultsCOntroller. What's the best way to accomplish this?
Best Regards
Ricardo Castro