| Platform | Since |
|---|---|
| iPad | 1.2 |
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] (http://developer.apple.com/iphone/library/documentation/General/Conceptual/iPadHIG/Introduction/Introduction.html).
| Name | Summary |
|---|---|
| Titanium.UI.iPad.DocumentViewer |
A DocumentViewer provides in-app support for managing user interactions with files in the local system. |
| Titanium.UI.iPad.Popover |
A Popover is used to manage the presentation of content in a popover. |
| Titanium.UI.iPad.SplitWindow |
A SplitWindow is a window that manages the presentation of two side-by-side view controllers. |
| Name | Summary |
|---|---|
| addEventListener |
Adds the specified callback as an event listener for the named event. |
| createDocumentViewer |
Create and return an instance of |
| createPopover |
Create and return an instance of |
| createSplitWindow |
Create and return an instance of |
| fireEvent |
Fires a synthesized event to any registered listeners. |
| removeEventListener |
Removes the specified callback as an event listener for the named event. |
| Name | Type | Summary |
|---|---|---|
| POPOVER_ARROW_DIRECTION_ANY | Number |
An arrow that points in any direction. read-only |
| POPOVER_ARROW_DIRECTION_DOWN | Number |
An arrow that points downward. read-only |
| POPOVER_ARROW_DIRECTION_LEFT | Number |
An arrow that points toward the left. read-only |
| POPOVER_ARROW_DIRECTION_RIGHT | Number |
An arrow that points toward the right. read-only |
| POPOVER_ARROW_DIRECTION_UNKNOWN | Number |
The status of the arrow is currently unknown. read-only |
| POPOVER_ARROW_DIRECTION_UP | Number |
An arrow that points upward. read-only |