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.

NSNotificationCenter is an Observer Pattern in the Cocoa library provided by Apple.

learn more… | top users | synonyms

0
votes
2answers
258 views

iOS – Design decision on callbacks (use NSNotifications or AppDelegate)

Trying to make a design decision on how to implement callbacks from the Facebook SDK for iOS. Right now I have created a helper (singleton) class called FacebookHelper to hold the Facebook instance ...