I’m creating an app but I’m having a bit of a problem, not a fatal error problem but a annoyance.
Basically my NSNotifications are staying around after my view is released
so when I bring my view back, lets say four times,
I have “this is your Notification” the amount of times I reloaded the view. All other methods stay OK with NSLogs “this is a log statement.”
Do I have to release or remove the NC after it is used?
I’m creating an app but I’m having a bit of a problem, not a
Share
Yes, you have to remove the observer.
or
if
selfis not the observer