Re: Changed Properties

2011-03-23 Thread Quincey Morris
On Mar 23, 2011, at 20:08, Alex Kac wrote: > I love using CoreData and one of my favorite features is its ability to get > me the changed values between commits without any work on my end. I know I > can do it the old fashioned way of putting bools and setter methods that mark > those booleans

Changed Properties

2011-03-23 Thread Alex Kac
I love using CoreData and one of my favorite features is its ability to get me the changed values between commits without any work on my end. I know I can do it the old fashioned way of putting bools and setter methods that mark those booleans as dirty on changes, but I was curious if there was