learn-co-curriculum / slapchat-fetched

Other
0 stars 0 forks source link

write instructions for NSFetchedResultsController (more details in comment) #4

Open tomalley104 opened 9 years ago

tomalley104 commented 9 years ago

add a resource or something instead of just "implement NSFetchedResultsController"

WHEN THAT HAPPENS: teach them to set up an NSFetchedResultsController in the tableVC, NOT in the datastore. Setting it up in the datastore only works for this labs situation (where there is only one type of object / query necessary for a single tableview), however since...

...it makes more sense to setup FRCs individually (per VC).

AnnJohn commented 9 years ago

Iceboxing for now