Remove Notificationcenter Observer Swift

[Solved] Remove Notificationcenter Observer Swift | Swift - Code Explorer | yomemimo.com
Question : remove notification observer 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 notificationcenter observer swift

Code Explorer Popular Question For Swift