didReceiveMemoryWarning, viewDidUnload and dealloc

前端 未结 4 1753
生来不讨喜
生来不讨喜 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:43

    Form iOS 6 onwards, how we can check whether the view loaded again. Since "viewDidUnload" is deprecated. Are you sure "loadView" and "viewDidload" will call if the view is getting removed after "didReceiveMemoryWarning" warning.

提交回复
热议问题