Captures self strongly
NotificationCenter.default.addObserver( | |
forName: .SomethingToObserverNotification, | |
object: nil, | |
queue: .main, | |
using: handleNotification | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment