Re: setApplicationIconImage:

2015-01-24 Thread Rainer Brockerhoff
On 1/23/15 18:00, cocoa-dev-requ...@lists.apple.com wrote: > Date: Fri, 23 Jan 2015 09:05:54 -0800 > From: Jens Alfke > To: "Rick C." > Cc: Cocoa Cocoa-Dev > >> On Jan 23, 2015, at 1:53 AM, Rick C. wrote: >> >> Unfortunately setApplicationIconImage: works great it’s just I >> can’t find a meth

Detecting Managed Object Property Change From Undo Redo

2015-01-24 Thread Richard Charles
Core Data generated primitive accessors are used to get and set values from and to the managed object's private internal store. Core Data generated primitive accessors do not have change notification. If primitive accessors are present, Core Data will use them during undo and redo. A managed ob