Remove Notification Observer From Viewcontroller Swift

[Solved] Remove Notification Observer From Viewcontroller Swift | Swift - Code Explorer | yomemimo.com
Question : Remove Notification observer from ViewController swift

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 remove notification observer from viewcontroller swift

Code Explorer Popular Question For Swift