So my goal is to deliver a notification to another class with using NSNotificationCenter, I also want to pass object with the notification to the other class, how should I do this?
So my goal is to deliver a notification to another class with using NSNotificationCenter
Share
You must first register a notification name
And then post a notification with a dictionary of parameters
and the method will be