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 popover #3

Open
tosbaha opened this issue Aug 25, 2015 · 1 comment
Open

iPad popover #3

tosbaha opened this issue Aug 25, 2015 · 1 comment

Comments

@tosbaha
Copy link

tosbaha commented Aug 25, 2015

Is it possible to add popover support for iPad? Since following code shows empty popover with white area at the bottom.

        if alert.respondsToSelector("popoverPresentationController") {
            alert.modalPresentationStyle = .Popover
            let ppc = alert.popoverPresentationController
            ppc?.barButtonItem = self.navigationItem.rightBarButtonItem
        }
        self.presentViewController(alert, animated: true, completion: nil)
@KyoheiG3
Copy link
Owner

I'm sorry. Plan of support for iPad is not yet.

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

2 participants