Skip to content

Instantly share code, notes, and snippets.

@joanromano
Created May 2, 2013 08:36
Show Gist options
  • Save joanromano/5500953 to your computer and use it in GitHub Desktop.
Save joanromano/5500953 to your computer and use it in GitHub Desktop.
Generic typeof for weak self references
__weak typeof(self) weakSelf = self;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment