I have an objective C class. In it, I created a init method and set up a NSNotification in it
//Set up NSNotification [[NSNotificationCenter defaultCenter] a
If the observer is added to a view controller, I strongly recommend adding it in viewWillAppear and removing it in viewWillDisappear.
viewWillAppear
viewWillDisappear