Skip to content

Instantly share code, notes, and snippets.

@mjjimenez
Created November 29, 2013 11:32
Show Gist options
  • Save mjjimenez/7704512 to your computer and use it in GitHub Desktop.
Save mjjimenez/7704512 to your computer and use it in GitHub Desktop.
Weak self reference
__weak typeof(self) weakSelf = self;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment