Skip to content

Instantly share code, notes, and snippets.

@pita5
Created July 26, 2012 17:12
Show Gist options
  • Save pita5/3183271 to your computer and use it in GitHub Desktop.
Save pita5/3183271 to your computer and use it in GitHub Desktop.
__unsafe_unretained SKEventMapController* wself = self;
if (![self shouldDisplayMap])
{
[NUDATA updateMaps:^{
[wself setUpMap];
} forEvent:_event];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment