I am designing a class that will \"fire events\" whenever something occurs. These events tend to be non-UI related. I\'m wondering what the best method for doing so is. I\'ve be
For your use case NSNotification seems to be the best choice. Objects that need those events then can register for those notifications.
NSNotification