Hi everyone,
In my iphone app I have core data to-many relation topic -->> question, so every topic contains a few questions, I figured out how to display list of topics in UItableView using NSFetchedResultController, but I can't get how shall I construct my FetchedResultController to display questions in chosen topic.
I'm trying to find on Internet similar tutorial or example but can't find anything.
How can I do it?
Thank you very much