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

Ipad-full screen is not being covered #38

Open
aclaussen1 opened this issue Feb 17, 2019 · 3 comments
Open

Ipad-full screen is not being covered #38

aclaussen1 opened this issue Feb 17, 2019 · 3 comments

Comments

@aclaussen1
Copy link

ipad pro 12.9 inch (2nd generation)

screen shot 2019-02-17 at 3 57 03 pm

@aclaussen1
Copy link
Author

How it looks on smaller size devices:
screen shot 2019-02-17 at 3 58 46 pm

@deshan
Copy link

deshan commented Sep 14, 2019

This is what i did
menuButton.willPresentMenuItems = { [weak self] (menu) -> Void in self?.frame = (self?.superview?.bounds)! }

menuButton.didDismissMenuItems = { [weak self] (menu) -> Void in self?.frame = CGRect(origin: CGPoint.init(x: 0, y: 0), size: CGSize(width: UIScreen.main.bounds.size.width, height: 29)) }

@furiosFast
Copy link

same problem for me

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

3 participants