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

Presenting Modally ViewController on top of popOverController won't cover it. #173

Open
mikeRozen opened this issue Dec 1, 2015 · 2 comments

Comments

@mikeRozen
Copy link

Hi Tnx for your work.
I noticed if I present modally a new view controller the popOvercontroller still remains (yes I know its possible to dismiss it but my case is little different ). Do you think its possible to make the presented view cotroller cover the popoOverController?
Tnx.

@mikeRozen
Copy link
Author

I added a method :

    - (void)hideBackgroundView:(BOOL)hide{
         backgroundView.hidden = hide;
        // [backgroundView setNeedsDisplay];
}

Do u think its a good Idea?

@rahulvyas
Copy link

does this fixed the issue ?
Where did you added this method ?

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

No branches or pull requests

2 participants