Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Added blur on iOS 8, removed redundant property #9

Merged
merged 2 commits into from
Jul 9, 2014
Merged

Added blur on iOS 8, removed redundant property #9

merged 2 commits into from
Jul 9, 2014

Conversation

JonasGessner
Copy link

Instead of using disableUserInteractionOfSuperview one should use
userInteractionEnabled on the HTProgressHUD instance to let touches
through to the superview or not.

I also added use of UIVisualEffectView` to add a nice blur effect on iOS 8.

I went through the rest of the files and cleaned up floats, doubles and integers.

This is a really nice project! I love the extensibility without the whole project being massive! I read that you wont be able to maintain it in the future, maybe I would volunteer for that!

Instead of using disableUserInteractionOfSuperview one should use
userInteractionEnabled on the HTProgressHUD instance to let touches
through to the superview.
@Hardtack Hardtack merged commit 7697381 into Hardtack:master Jul 9, 2014
@Hardtack
Copy link
Owner

Hardtack commented Jul 9, 2014

Thank you for nice pull request.

Actually I needed disableUserInteractionOfSuperview property because of scrollview (It can be scrolled even HUD is being shown). But, 'above view' series methods can replace the property.

@Hardtack
Copy link
Owner

Hardtack commented Jul 9, 2014

Anyway, I'll add you to the collaborators list if you want. Thank you for your volunteering.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants