Skip to content

Instantly share code, notes, and snippets.

@kylestew
Created February 24, 2012 00:27
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 kylestew/1896076 to your computer and use it in GitHub Desktop.
Save kylestew/1896076 to your computer and use it in GitHub Desktop.
Perform Block Selector Example
// Allows the loading UI to display
showLoadingHUD(self.view);
[self performBlock:^(void) {
// code executed after delay
hideLoadingHUD(self.view);
} afterDelay:0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment