Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I don't like that KVO routes all changes to the same observeValueForKeyPath:ofObject:change:context: method. At the moment I have a large tree of if statements sending these "observations" to different methods.

Is there already a way to specify a different selector for each addObserver: call?

Otherwise, I was thinking of creating a class "Observation", each instance of which would be initialised with a selector and then act as the KVO observer.

share|improve this question
3  
mike ash has a good article on this, worth checking out – wattson12 Sep 20 '12 at 10:35
this is possibly exactly what i was looking for (haven't actually tried it yet though). thanks! – v_y Sep 20 '12 at 10:43

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.