ViewDidLoad / Unload messages to super?

前端 未结 4 2028
走了就别回头了
走了就别回头了 2021-01-19 15:44

I have noticed code from other sources where the author has not added the messages to super that are shown below. I usually add them both, but I was just curious as to what

4条回答
  •  误落风尘
    2021-01-19 16:43

    You don't have to override these methods with empty implementation. Override it when you need to do something with ivars, stop notification observing, etc. Your code does nothing useful

提交回复
热议问题