DanSalagean
DanSalagean
In that case I would overload that method like this: ``` Objective-C - (void)setProp:(id)value fromMethod:(SEL)callingMethodSignature { _prop = value; NSLog(@"_filter:$this \r\r prop = %@ \r\r modified via method: %@ \r\r",...
Glad you like it! I just came across your project and I'm intrigued. Thanks for sharing your code :) I'm using XcodeColors at the moment to help in my debugging,...
Definitely would be cool. Could easily check if it's installed with some ifdefs since XcodeColors uses #defines for XCODE_COLORS_ESCAPE macro. I'll get on this tomorrow and I'll let you know...
Sorry for the delay -- I've been switched back to a map-based project at work and it has been eating up all my time. I'll try to work on this...