DGActivityIndicatorView icon indicating copy to clipboard operation
DGActivityIndicatorView copied to clipboard

DGActivityIndicatorView is a great way to make loading spinners in your application look nicer. It contains 32 different indicator view styles.

Results 9 DGActivityIndicatorView issues
Sort by recently updated
recently updated
newest added

Hi. I developed the support for use this library with Swift Package Manager. I didn't do anything else. Can you merge and generate the tag 2.2.0? Thanks!

The animation for `DGActivityIndicatorThreeDotsAnimation` is not staggered like in the gif preview. All dots grow and shrink at the same time instead of staggering the way the gif on this...

Can you please add support for installation through Carthage?

We are using loader type 9 and we face issue when starting and ending loader animation is blinking the hole screen with loader animation.

` for (int i = 0; i < activityTypes.count; i++) { DGActivityIndicatorView *activityIndicatorView = [[DGActivityIndicatorView alloc] initWithType:(DGActivityIndicatorAnimationType)[activityTypes[i] integerValue] tintColor:[UIColor whiteColor]]; CGFloat width = self.view.bounds.size.width / 5.0f; CGFloat height = self.view.bounds.size.height...

this fixed a bug where the component didn't update proper on tint color change ``` - (void)setTintColor:(UIColor *)tintColor { if (![_tintColor isEqual:tintColor]) { _tintColor = tintColor; [self setupAnimation]; // CGColorRef...

bug

Hi @gontovnik, Would it be possible to add Carthage support to your library?

enhancement

Great library! Was thinking it would be helpful for users of this library if you add the type names used for the various indicators to the graphic in the README...

enhancement

The display project doesn't actually show all the items because their width is /5 meanwhile you're using a %7 for the x position. The .gif in the readme (which looks...

bug