What is the context parameter used for in Key value observing

Viewed 4827

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 ...

1 Answers
Related