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
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