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.

Key-value Observing or KVO is a technology for observing changes in object properties.

learn more… | top users | synonyms (1)

1
vote
1answer
93 views

iOS delegate issues with KVO

I have a method which sends out a request and has a delegate responder. The method is being called by a KVO responder. The code works fine when I call it from viewDidLoad, but when I make the request ...