Skip to content

Instantly share code, notes, and snippets.

@venkatd
Created January 24, 2013 01:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save venkatd/4616586 to your computer and use it in GitHub Desktop.
Save venkatd/4616586 to your computer and use it in GitHub Desktop.
#put this in viewDidLoad
@hud = MBProgressHUD.alloc.initWithView(self.view)
@hud.animationType = MBProgressHUDAnimationZoom
self.view.addSubview(@hud)
@hud.show(true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment