show(from:in:animated:)
Displays an action sheet that originates from the specified view.
Declaration
func show(from rect: CGRect, in view: UIView, animated: Bool)Parameters
Discussion
On iPad, this method displays the action sheet in a popover whose arrow points to the specified rectangle of the view. The popover does not overlap the specified rectangle.