Cokile / CCActivityHUD

A simple replacement for UIActivityIndicatorView
Other
324 stars 38 forks source link

Mistyped Animation Type #4

Closed moghtaderi closed 7 years ago

moghtaderi commented 7 years ago

In file "CCActivityHUD.h" line 94:

@property CCActivityHUDAppearAnimationType disappearAnimationType;

should be:

@property CCActivityHUDDisappearAnimationType disappearAnimationType;

moghtaderi commented 7 years ago

Also, I can't get the indicator color to change, and couldn't find anyplace where it's being set or used... Can you please verify?

It would be great to add the option of setting the color for overlay and/or blur amount.

Cokile commented 7 years ago

Hey, @moghtaderi

Thanks for your feedback. I will take a look of the typo and the color issue.

Cokile commented 7 years ago

Hey, @moghtaderi I have fix the typo and the indicator color bug in v2.1.7 . For the option of setting the color for overlay and/or blur amount, I will take it into consideration in the future release. Or you can create a Pull Request for it ;-)