Im am trying to improve a ToDo app for the iPhone.
I have two entities, 1. Task 2. Project
A project can have multiple tasks but a task may have none or one project.
I have been trying to display both in the same UITableView using NSFetchedResultsController
is it possible to fetch two entities and display/sort them both from the same UITableView?