/BASpinner

New Loading Spinner for iOS

Primary LanguageObjective-C

New Spinning Icon for iOS

BASpinner *spinner = [[BASpinner alloc] initWithFrame:frame andColor:color1 andBackgroundColor:color2];

[self.view addSubview: spinner];

Somewhere in your code:

[spinner start];

When you are done:

[spinner stop];