Closed dimensionerror closed 8 years ago
I am interested in this change, however I would like to avoid an additional file for the string category. Is it possible to add KVO without that category?
Yes, it is. I removed the category but have not tested the changes.
If you were to create a new pull request, or just send me the relevant code I would be happy to integrate and test it for you. I am familiar with KVO just not how to implement it for properties.
Oh thank you! I just saw you changed that. I will go ahead and integrate this later today.
I added willChangeValueForKey and didChangeValueForKey method calls to wrap changes to the currentColor property so that outside classes can use KVO to monitor the color.