Open tosbaha opened 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)
I'm sorry. Plan of support for iPad is not yet.
Is it possible to add popover support for iPad? Since following code shows empty popover with white area at the bottom.