Objective C Class Method to control all existing instances?

Posted by spadict on Stack Overflow See other posts from Stack Overflow or by spadict
Published on 2010-05-27T22:16:24Z Indexed on 2010/05/27 22:31 UTC
Read the original article Hit count: 95

Filed under:

Is it possible to use the class methods of some NSObject I've made to controls all existing instances?

I want a delegate class to be able to send messages to the Object's class methods which can then react appropriately with everything out there.

© Stack Overflow or respective owner

Related posts about objective-c