mutualmobile / MMProgressHUD

An easy-to-use HUD interface with personality.
MIT License
705 stars 131 forks source link

Adding a new property to allow changing animation images globally. #36

Closed Arthraim closed 9 years ago

Arthraim commented 9 years ago

Made an easy change to achieve what I want here in issue #35 . User now can easily set global animation images by...

// ... either use class method ...
[MMProgressHUD setSpinAnimationImages:images];
// ...or set current instance's property
[MMProgressHUD sharedHUD].spinAnimationImages = images;

Hope you feel it's good to merge :laughing:

larsacus commented 9 years ago

Looks good to me :beers: