How To Remove Notification Observer

[Solved] How To Remove Notification Observer | Swift - Code Explorer | yomemimo.com
Question : how to remove notification observer

Answered by : nayan-dave

// Swift 5+
//Remove Notification Observer From Current ViewController
NotificationCenter.default.removeObserver(self)

Source : | Last Update : Fri, 09 Sep 22

Answers related to how to remove notification observer

Code Explorer Popular Question For Swift