I am adding a number of observers in my viewController -- applicationWillResignActive, applicationDidEnterBackground, and many others. I w
viewController
applicationWillResignActive
applicationDidEnterBackground
Yes
NotificationCenter.default.removeObserver(self)
this line is sufficient to remove the vc observation as long as all are added with
NotificationCenter.default.addObserver