Multiple observers for same notification name

Hi ,


lets say , I add observers in diffrent classes for name notification name,

and post notification for that name, all classes with observer will get that notification, and all related methods in each class will be executed ?


Thanks 🙂

Accepted Reply

Yes each will be called synchronously. The order is not guaranteed.

Replies

Yes each will be called synchronously. The order is not guaranteed.