Skip to content

Instantly share code, notes, and snippets.

@mikeabdullah
Created August 18, 2015 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeabdullah/1fe9f9342500d4fbc842 to your computer and use it in GitHub Desktop.
Save mikeabdullah/1fe9f9342500d4fbc842 to your computer and use it in GitHub Desktop.
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