cream-corn
cream-corn

Reputation: 1840

iOS message forwarding - negotiate a CLASS method and forward

I'm wondering if it is possible to forward a class method to a different instance. I've had a look at the docs and all the methods shown there are instance level methods. So is there a way I can negotiate and forward a class or static method?

Just for some more Information, the Vision I have is to instead of doing [ASingleton sharedInstance] somemethod] I wish to call someMethod on ASingleton directly.

Upvotes: 2

Views: 218

Answers (0)

Related Questions