CustomUIActivityIndicator
Custom UI activity Indicator with multiple colors
Install / Use
/learn @OrRon/CustomUIActivityIndicatorREADME
<h1>How to use:</h1>
DDIndicator *ind = [[DDIndicator alloc] initWithFrame:CGRectMake(160, 240, 30, 30)];
[self.view addSubview:ind];
[ind startAnimating];
//[ind stopAnimating];
Coming soon:
- [ ] customizable properties:
