An activity indicator that is an animating ellipses with customizable size and colors.
-(id)initWithSize:(CGFloat)size backgroundColor:(UIColor *)bgc dotColor:(UIColor *)dc;
@property (nonatomic, strong) UIColor *bgColor;
@property (nonatomic, strong) UIColor *dotColor;
-(void)startActivity;
-(void)stopActivity;