# Titanium.UI.iPad

iPad specific UI capabilities.

Availability
1.2.0
9.2.0

# 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

Availability
1.2.0
9.2.0
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

Availability
1.2.0
9.2.0
POPOVER_ARROW_DIRECTION_ANY :Number

An arrow that points in any direction.


# POPOVER_ARROW_DIRECTION_DOWN

Availability
1.2.0
9.2.0
POPOVER_ARROW_DIRECTION_DOWN :Number

An arrow that points downward.


# POPOVER_ARROW_DIRECTION_LEFT

Availability
1.2.0
9.2.0
POPOVER_ARROW_DIRECTION_LEFT :Number

An arrow that points toward the left.


# POPOVER_ARROW_DIRECTION_RIGHT

Availability
1.2.0
9.2.0
POPOVER_ARROW_DIRECTION_RIGHT :Number

An arrow that points toward the right.


# POPOVER_ARROW_DIRECTION_UNKNOWN

Availability
1.2.0
9.2.0
POPOVER_ARROW_DIRECTION_UNKNOWN :Number

The status of the arrow is currently unknown.


# POPOVER_ARROW_DIRECTION_UP

Availability
1.2.0
9.2.0
POPOVER_ARROW_DIRECTION_UP :Number

An arrow that points upward.