Resolved this problem, by using below code :-)
- (void)awakeFromNib
{
[self.listManagedObjectContext setPersistentStoreCoordinator:[
NSAppDelegate persistentStoreCoordinator]];
}
On Sun, Nov 24, 2013 at 2:53 PM, Devarshi Kulshreshtha <
devarshi.bluec...@gmail.com> wrote:
> I am making a
I am making a simple mac os x app, in which I will be showing some records
in a table view, after retrieving those from local db. I am using core data
and NSArrayController proxy for the same and I am trying to achieve it
through cocoa-bindings.
Now I can easily make it working, by performing this