I’m new to Stack Overflow and have my first question.
I want to develop an application with a timetable. I’ve one UITableViewController and one CoreData entity called ‘SchoolClass’. With arrow buttons I can switch between the days of a week. My problem is that I want to have all classes in the entity ‘SchoolClass’. When I fetch the data I set the sectionNameKeyPath to ‘day’.
But how can I use only one section that the UITableViewController only shows the classes of one day?
I hope you can help me!
And sorry for my bad english!! 🙂
qPaul
By using NSPredicate
You should visit this tutorial by Cocoadevcentral.