Titanium.UI.iPad

submodule of Titanium.UI
   
1.2

The iPad specific UI capabilities. All properties, methods and events in this namespace will only work on the Apple iPad related devices. To develop for iPad, you will need the Apple iPhone SDK 3.2 or later and Titanium Mobile SDK 1.2 or later.

For iPad UI programming guidelines, please review the iPad Human Interface Guidelines.

Objects

Name Description
Titanium.UI.iPad.Popover

A Popover is used to manage the presentation of content in a popover. You use popovers to present information temporarily but in a way that does not take over the entire screen like a modal view does. The popover content is layered on top of your existing content in a special type of window. The popover remains visible until the user taps outside of the popover window or you explicitly dismiss it. The Popover is created by the method Titanium.UI.iPad.createPopover.

popover

Titanium.UI.iPad.SplitWindow

A SplitWindow is a window that manages the presentation of two side-by-side view controllers. You use this class to implement a master-detail interface, in which the left-side view presents a list of items and the right-side presents details of the selected item. The SplitView is for use exclusively on iPad devices. The SplitWindow is created by the method Titanium.UI.iPad.createSplitWindow.

splitview

Methods

Name Description
addEventListener add an event listener for the instance to receive view triggered events
createPopover create and return an instance of Titanium.UI.iPad.Popover
createSplitWindow create and return an instance of Titanium.UI.iPad.SplitWindow
fireEvent fire a synthesized event to the views listener
removeEventListener remove a previously added event listener

Properties

Name Type Description
POPOVER_ARROW_DIRECTION_ANY int

An arrow that points in any direction.

POPOVER_ARROW_DIRECTION_DOWN int

An arrow that points downward.

POPOVER_ARROW_DIRECTION_LEFT int

An arrow that points toward the left.

POPOVER_ARROW_DIRECTION_RIGHT int

An arrow that points toward the right.

POPOVER_ARROW_DIRECTION_UNKNOWN int

The status of the arrow is currently unknown.

POPOVER_ARROW_DIRECTION_UP int

An arrow that points upward.

Events

This module has no events

Notes

Custom Fonts

The iPad supports the ability to embed your own fonts in your iPad application. To add your own fonts, you should add the