tarekskr wrote:
If I understand you correctly, your case is almost identical to that of the "Core Data App" sample application, under the "People" tab. If you select a person, a detail view of all the tasks associated with this person is displayed. We've disabled "task" editing in the sample application from the class definition, but you can easily remove that if you wish.
Not quite. Selecting a person displays a detail view of the person. You have to select 'tasks' in this view to view the tasks associated with the person. In my situation, I'd like to go directly to viewing the tasks when you select a person.