ios5 - Remove notification observer in superclass or subclass in ios -
i have registered notification in superclass. observer handled in subclass calls super implementation. remove observer in dealloc of superclass or subclass ?
you should removing observer same class registered notification.
Comments
Post a Comment