In Cocoa (and other frameworks that derive from NeXTSTEP), dealloc is the instance method responsible for tearing down an object.
I added an observer in the code and then removed it in dealloc and viewWillDisappear but still i am getting …
ios objective-c memory key-value-observing deallocI know that this is rarely required to override the alloc or dealloc methods,but if required is it possible …
objective-c ios overriding dealloc alloc