What's the use of context parameter in following method which is used to register for key value notifications. The documentations just denotes it as arbitrary set of data.
addObserver:self forKeyPath:@"selectedIndex" options:NSKeyValueObservingOptionNew context:nil
Can somebody shed some light what's the purpose behind it ...