Skip to content

Instantly share code, notes, and snippets.

@ddesai
Created September 16, 2014 21:12
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 ddesai/d8f66c07069c0eb33131 to your computer and use it in GitHub Desktop.
Save ddesai/d8f66c07069c0eb33131 to your computer and use it in GitHub Desktop.
objectiveC - Blocks
Anonymous code block - which can be assigned to the variable. This code block can be passed as argument to another functions.
https://developer.apple.com/library/ios/documentation/cocoa/Conceptual/Blocks/Articles/bxGettingStarted.html#//apple_ref/doc/uid/TP40007502-CH7-SW1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment