Mingling on detecting UI introduces model changes

This commit is contained in:
michael starke
2016-08-27 13:53:27 +02:00
parent 2cf5c765f1
commit bd3eb7950c
11 changed files with 168 additions and 9 deletions

View File

@@ -14,4 +14,9 @@
[super setBackgroundStyle:NSBackgroundStyleLight];
}
- (void)setValue:(id)value forKeyPath:(NSString *)keyPath {
NSLog(@"%@ setValue:forKeyPath:%@", NSStringFromClass([self class]), keyPath);
[super setValue:value forKeyPath:keyPath];
}
@end