Receiving 2 KVO notifications for a single KVC change

后端 未结 2 1183
花落未央
花落未央 2020-12-16 13:36

I\'m using KVC/KVO to create a custom bindings implementation for a University project (it needs to be custom as I want to do things beyond what bindings can do, including r

2条回答
  •  心在旅途
    2020-12-16 13:40

    Perhaps put an NSLog in your addObserver call, to see if you're adding two observers.

提交回复
热议问题