Skip to content

Titanium.UI.iPad.ShowPopoverParams

Dictionary of options for Titanium.UI.iPad.Popover.show.

All properties are optional except you need to specify the view property for the show() method to attach the popover to a view component.

Properties #

animated#

Type: Boolean

Indicates whether to animate showing the popover.

rect#

Type: Dimension

Sets the arrow position of the popover relative to the attached view object's dimensions
when showing the popover.

Setting the x, y coordinates to (0, 0) places the popover in the top-left corner of the view object. Set both the width and height properties to 1.

view#

Type: Titanium.UI.View

Attaches the popover to the specified view when showing the popover.

Titanium SDK Documentation