didReceiveMemoryWarning, viewDidUnload and dealloc

前端 未结 4 1635
生来不讨喜
生来不讨喜 2021-01-30 01:29

I\'ve looked through lots of posts, my books and Apple Developer and gleaned most of the understanding I need on use of these. I would be really grateful if some kind person co

4条回答
  •  太阳男子
    2021-01-30 01:55

    Just to update this thread to make it iOS6-relevant:

    viewDidUnload and viewWillUnload were deprecated in iOS6. These methods are never called.

    For this and other deprecated methods, see: http://developer.apple.com/library/ios/#documentation/uikit/reference/UIViewController_Class/DeprecationAppendix/AppendixADeprecatedAPI.html

提交回复
热议问题