Example of custom action dispatch on iOS
id target = [self targetForAction:@selector(myAction:) sender:self]; | |
[target myAction:self]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment