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.

In Cocoa (and other frameworks that derive from NeXTSTEP), dealloc is the instance method responsible for tearing down an object. It should release the object's references to its ivars and then call up to the superclass's implementation.

learn more… | top users | synonyms

0
votes
1answer
353 views

Strange delegate dealloc call after applicationWillEnterForeground from Facebook SSO

I have searched quite a while for this answer with the following keywords on Google but I got nothing: +applicationDidEnterBackground +applicationWillEnterForeground +Facebook +dealloc +SSO Here is ...