Skip to content

Instantly share code, notes, and snippets.

@mogeta
Created May 8, 2012 04:48
Show Gist options
  • Save mogeta/2632666 to your computer and use it in GitHub Desktop.
Save mogeta/2632666 to your computer and use it in GitHub Desktop.
setNeedsDisplay on MainThread
- (void) refreshUIViewOnMainThread:(UIView*)view{
[view performSelectorOnMainThread:@selector(setNeedsDisplay)
withObject:nil
waitUntilDone:YES];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment