ecoPervious / NotificationUnregistering

Testing the behavior of the block based NotificationCenter API. Do you have to call NotificationCenter.removeObserver(_:) or is it enough to let the observer token go out of scope? Turns out: the former (tested on iOS 11.2).

Home Page:https://oleb.net/blog/2018/01/notificationcenter-removeobserver/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Testing the behavior of the block based NotificationCenter API. Do you have to call NotificationCenter.removeObserver(_:) or is it enough to let the observer token go out of scope? Turns out: the former (tested on iOS 11.2).

https://oleb.net/blog/2018/01/notificationcenter-removeobserver/


Languages

Language:Swift 100.0%