What is the syntax to set multiple arrow directions for a UIPopoverController in Swift?
Something like this:
popoverController.permittedArrowDirections = .Up | .Down
What is the syntax to set multiple arrow directions for a UIPopoverController in Swift?
Something like this:
popoverController.permittedArrowDirections = .Up | .Down