Skip to content

An activity indicator that is an animating ellipses with customizable size and colors.

Notifications You must be signed in to change notification settings

cconeil/CHActivityEllipses

Repository files navigation

CHActivityEllipses

An activity indicator that is an animating ellipses with customizable size and colors.

Initialization

-(id)initWithSize:(CGFloat)size backgroundColor:(UIColor *)bgc dotColor:(UIColor *)dc;

You can edit the background color after initialization

@property (nonatomic, strong) UIColor *bgColor;

You can edit the dot color after initializtion

@property (nonatomic, strong) UIColor *dotColor;

Start the activity

-(void)startActivity;

Stop the activity

-(void)stopActivity;

About

An activity indicator that is an animating ellipses with customizable size and colors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published