I am wondering if anyone has any ideas how I might be able to store a function as the object in an NSDictionary. I know in python this can be done with something like:
But I am not sure how something like this could be accomplished in objective c.
Thanks in advance.
Code:
dictName={"key",function_name}
Thanks in advance.