Skip to content

Instantly share code, notes, and snippets.

@saikat
Created October 13, 2009 22:13
Show Gist options
  • Save saikat/209608 to your computer and use it in GitHub Desktop.
Save saikat/209608 to your computer and use it in GitHub Desktop.
var progressIndicator = [[CPProgressIndicator alloc]
initWithFrame:CGRectMake(0, 0, 64, 64)];
[progressIndicator setStyle:CPProgressIndicatorSpinningStyle];
[progressIndicator setControlSize:CPRegularControlSize];
[progressIndicator startAnimation:self];
[progressIndicator setIndeterminate:YES];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment