itsniper / FTASync

Allows you to sync CoreData entities with a Parse backend.
MIT License
311 stars 59 forks source link

Filter ToDo Items For Person #24

Closed alexsaidani closed 11 years ago

alexsaidani commented 11 years ago

I am trying to produce a list of todo items for a specific person, I am pushing a view to the user when they select a particular person, at this particular moment all of the todo items, regardless of selected person are displayed. I understand that it is the following piece of code that fetches the todo items, how would I alter that to display the todo items for a specific person?

Each person and todoitem is given a unique objectId, and the todo items are also assigned the person objectId if selected so I can see a way of doing it, but am a little confused as to how you can filter the todo items.