The method
- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context {
}
has a parameter change
which is a dictionary that contains information about the nature of the value change, how would I find out what was in this dictionary?