KyoheiG3 / SimpleAlert

Customizable simple Alert and simple ActionSheet for Swift
MIT License
399 stars 45 forks source link

iPad popover #3

Open tosbaha opened 9 years ago

tosbaha commented 9 years ago

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 commented 9 years ago

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