Created
August 18, 2015 15:37
-
-
Save mikeabdullah/1fe9f9342500d4fbc842 to your computer and use it in GitHub Desktop.
Example of custom action dispatch on iOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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