farhan678 / adwhirl

Automatically exported from code.google.com/p/adwhirl
0 stars 0 forks source link

AdWhirlView.m should ONLY remove the observers it added #241

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Ok this shouldn't affect many people but it would be cleaner if AdWhirlView 
didn't blindly remove all observation and instead only removed the stuff it 
explicitly added

http://subjective-objective-c.blogspot.com/2011/04/avoid-nsnotification-removeob
server.html

Original issue reported on code.google.com by jacques....@gmail.com on 14 Jul 2011 at 6:06

GoogleCodeExporter commented 9 years ago
We are removing this observation in dealloc so technically this should be fine. 
At this point, we are getting rid of the object so we wouldn't really be 
missing any other notifications that would get sent to it.

Original comment by rajp...@google.com on 20 Oct 2011 at 7:57