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

Present the HUD over a specific view #79

Closed
clacladev opened this issue Apr 2, 2016 · 12 comments
Closed

Present the HUD over a specific view #79

clacladev opened this issue Apr 2, 2016 · 12 comments

Comments

@clacladev
Copy link

I have a tab bar based app. When I want to present the progress HUD I only want to block the interaction with the VC in which the user is performing an operation. I want to block the interaction with that VC, but not with the tab bar.

I would like to be able to specify the view/vc to present the HUD on top of.

Thanks

@pkluz
Copy link
Owner

pkluz commented Apr 11, 2016

This feature will be added in the next version

@domhof
Copy link

domhof commented May 15, 2016

I think view based presenting will also lead to support of App Extensions, since this eliminates the need for "UIApplication.sharedApplication().delegate!.window!!.bounds" in Window.swift. Right @pkluz? When will the next version come out?

@Fab1n
Copy link

Fab1n commented May 19, 2016

please check out #90

@AakashSareen
Copy link

@Fab1n I see that you deleted the branch, is there anyway to get access to that branch? I wanted to use PKHUD to show HUD on a specific view instead of the the window.

@Fab1n
Copy link

Fab1n commented Aug 8, 2016

@AakashSareen please go to our fork (https://github.com/teamoutbank/PKHUD). It features all that you want plus macOS support

@domhof
Copy link

domhof commented Oct 4, 2016

@Fab1n is your fork iOS 9 only?

@Fab1n
Copy link

Fab1n commented Oct 4, 2016

should be iOS8 compatible, if I remember

@Fab1n
Copy link

Fab1n commented Oct 4, 2016

Yes, according to .podspec, it is

@domhof
Copy link

domhof commented Oct 4, 2016

@Fab1n Thanks, I will give it a try! It's a pity that it wasn't merged into the original project.

@PGLongo
Copy link
Collaborator

PGLongo commented Dec 20, 2016

Done with #125

@PGLongo PGLongo closed this as completed Dec 20, 2016
@ankit0409
Copy link

Which version of PKHUD view should use that will hide interaction only viewcontroller not on tabbar.

@Mansi-Madan2
Copy link

PKHUD loader is coming late on the screen. What can be the cause for the same>

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

No branches or pull requests

8 participants