FROM : Ben Trumbull
DATE : Fri Jun 27 20:32:24 2008
>When I add a new account entity my outlineview doesn't know. Should I
>be using a notification to find out when a new account entity is
>added. If so, which one?
The easiest way to track insertions and deletions in the
NSManagedObjectContext is the notification
NSManagedObjectContextObjectsDidChangeNotification.
--
-Ben
DATE : Fri Jun 27 20:32:24 2008
>When I add a new account entity my outlineview doesn't know. Should I
>be using a notification to find out when a new account entity is
>added. If so, which one?
The easiest way to track insertions and deletions in the
NSManagedObjectContext is the notification
NSManagedObjectContextObjectsDidChangeNotification.
--
-Ben
| Related mails | Author | Date |
|---|---|---|
| Steven Hamilton | Jun 27, 14:39 | |
| Ben Trumbull | Jun 27, 20:32 | |
| Steven Hamilton | Jun 28, 04:25 | |
| Chris Hanson | Jun 28, 06:41 | |
| Steven Hamilton | Jun 28, 10:40 |






Cocoa mail archive

