KVO vs Notification Center

One-to-Many?

Steven Curtis

--

Photo by krakenimages on Unsplash

I’ve previously covered the Observer Pattern in Swift, but there seems to be two implementations in the iOS SDK -

  • NotificationCenter
  • KVO

So which is what, and what might be the best approach for your application?

If you would like the background to this, please do take a look at my Observer

--

--