我需要几个我的view controllers人才能知道 Persons 何时dictionary发生变化。我创建了一个协议,但据我了解,委托属性只能有一个delegate,而不是一个数组delegates。我知道我可以使用 来实现这一点NSNotification,但是有什么办法可以做到delegation吗?谢谢!
我需要几个我的view controllers人才能知道 Persons 何时dictionary发生变化。我创建了一个协议,但据我了解,委托属性只能有一个delegate,而不是一个数组delegates。我知道我可以使用 来实现这一点NSNotification,但是有什么办法可以做到delegation吗?谢谢!