When to stop UIViewController from receiving delegate calls

Posted by hgpc on Stack Overflow See other posts from Stack Overflow or by hgpc
Published on 2010-05-19T22:19:40Z Indexed on 2010/05/19 22:30 UTC
Read the original article Hit count: 250

In which UIViewController method should I set to nil all the occurrences of the view controller as a delegate? Is it viewDidUnload (too early?), dealloc (too late?) or something else?

© Stack Overflow or respective owner

Related posts about uiviewcontroller

Related posts about delegates