Skip navigation.
 
mlRe: NSTableView, NSArrayController, NSManagedObjectContext
FROM : I. Savant
DATE : Tue Jan 01 18:47:09 2008

On Jan 1, 2008, at 12:38 PM, Ture Pålsson wrote:

> I subscribe to NSManagedObjectContextDidSaveNotification. In the
> notification handler, I extract the object ID:s of the inserted
> objects and pass them to a method on the main thread (using
> performSelectorOnMainThread). On the main thread, I loop over the
> objectID:s and... well, what *should* I be doing here?


  Have you tried telling your *Array Controller* to -fetch: at this 
point?

--
I.S.