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

Add support for custom foreground image color and custom blur effects #21

Merged
merged 1 commit into from Jul 14, 2020
Merged

Conversation

massimobio
Copy link
Contributor

From what I understand, the big conversion to Swift of SVProgressHUD was done around November 2018.
I was thinking to go through new additions to SVProgressHUD in chronological order and port them over to IHProgressHUD.
Here I started with this commit from Jan 23, 2019 which adds the option to have a custom blur effect even with a custom text or image color and adds the option to set a custom color only for image or loading indicator ring while keeping the default text color inside the progress hud.

I successfully tested it manually.
It would be nice to add options to test the above in the Example app but I noticed that UI is all done with individual auto layout constraints for each view. It would be much easier to use stack views where we could easily drop in new controls as more features are added.
That feels like a bigger separate PR and I wanted to start small.

@Ibrahimhass Ibrahimhass merged commit a98fb50 into Swiftify-Corp:master Jul 14, 2020
@Ibrahimhass
Copy link
Member

@massimobio Thanks for contributing!

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