NSNotificationCenter
docs: “The method specified by notificationSelector must have one and only one argument”
I often see that NSNotificationCenter
API violated by using selectors without any arguments.
NSNotificationCenter
docs: “The method specified by notificationSelector must have one and only one argument”
I often see that NSNotificationCenter
API violated by using selectors without any arguments.