Where should I remove the observer for NSNotification in Swift, since viewDidUnload and dealloc() are unavailable?
NSNotification
viewDidUnload
dealloc()
deinit { NotificationCenter.default.removeObserver(self) }