# Titanium.UI.iPad
iPad specific UI capabilities.
# Overview
All properties, methods and events in this namespace will only work on the Apple iPad devices.
For iOS UI programming guidelines, review the iOS Human Interface Guidelines (opens new window).
# Methods
# createPopover
createPopover([parameters]) → Titanium.UI.iPad.Popover
Creates and returns an instance of Titanium.UI.iPad.Popover.
Parameters
Name | Type | Description |
---|---|---|
parameters | Dictionary<Titanium.UI.iPad.Popover> | Properties to set on a new object, including any defined by Titanium.UI.iPad.Popover except those marked not-creation or read-only. |
Returns
# Constants
# POPOVER_ARROW_DIRECTION_ANY
POPOVER_ARROW_DIRECTION_ANY :Number
An arrow that points in any direction.
# POPOVER_ARROW_DIRECTION_LEFT
POPOVER_ARROW_DIRECTION_LEFT :Number
An arrow that points toward the left.
# POPOVER_ARROW_DIRECTION_RIGHT
POPOVER_ARROW_DIRECTION_RIGHT :Number
An arrow that points toward the right.
# POPOVER_ARROW_DIRECTION_UNKNOWN
POPOVER_ARROW_DIRECTION_UNKNOWN :Number
The status of the arrow is currently unknown.