Skip to content

iPad popover #3

@tosbaha

Description

@tosbaha

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)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions