When not using ARC, you get a warning when not calling [super dealloc] in your dealloc method.
I'm trying to implement something similar with a class that gets subclassed often to warn the person implementing the subclass when they don't call super.
Any ideas?
See Question&Answers more detail:os