Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Apr 12, 2015

Conversation

Arthraim
Copy link
Contributor

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 😆

@larsacus
Copy link
Contributor

Looks good to me 🍻

larsacus added a commit that referenced this pull request Apr 12, 2015
Adding a new property to allow changing animation images globally.
@larsacus larsacus merged commit e1bb752 into mutualmobile:master Apr 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants