objective-cdouble-dispatch

How to Emulate Double Dispatch in Objective-C


I'm, trying to emulate a Double Dispatch in Objective-C.

I know Objective-C does not support function/method overloading. But can you emulate this?

Any idea.


Solution

  • In this repo give an example of how to Implement Double Dispatch in Objective-C