Titanium.UI.iOS

Submodule of Titanium.UI.
Platform Since
iPhone 1.4
iPad 1.4

Summary

The Apple iOS specific UI capabilities. All properties, methods and events in this namespace will only work on the Apple iOS related devices.

Objects

Name Summary
Titanium.UI.iOS.3DMatrix

The 3D Matrix is an object for holding values for an affine transformation matrix.

Titanium.UI.iOS.AdView

The AdView is a view for display Apple iAds. The View is created by the method Titanium.UI.iOS.createAdView.

Titanium.UI.iOS.CoverFlowView

The Cover Flow view is container for showing animated, three dimensional images in a nice UI. The Cover Flow view is created by the method Titanium.UI.iOS.createCoverFlowView.

Titanium.UI.iOS.TabbedBar

A button bar that maintains a selected state.

Titanium.UI.iOS.Toolbar

An iOS toolbar, which can contain buttons and certain other controls.

Methods

Name Summary
addEventListener

Adds the specified callback as an event listener for the named event.

create3DMatrix

Create and return an instance of Titanium.UI.iOS.3DMatrix.

createAdView

Create and return an instance of Titanium.UI.iOS.AdView.

createCoverFlowView

Create and return an instance of Titanium.UI.iOS.CoverFlowView.

createTabbedBar

Create and return an instance of Titanium.UI.iOS.TabbedBar.

createToolbar

Create and return an instance of Titanium.UI.iOS.Toolbar.

fireEvent

Fires a synthesized event to any registered listeners.

removeEventListener

Removes the specified callback as an event listener for the named event.

Properties

Name Type Summary
ANIMATION_CURVE_EASE_IN Number

animation curve constant read-only

ANIMATION_CURVE_EASE_IN_OUT Number

animation curve constant read-only

ANIMATION_CURVE_EASE_OUT Number

animation curve constant read-only

ANIMATION_CURVE_LINEAR Number

animation curve constant read-only

AUTODETECT_ADDRESS Number

text autodetection constant (iOS 4.0+) read-only

AUTODETECT_ALL Number

text autodetection constant (iOS) read-only

AUTODETECT_CALENDAR Number

text autodetection constant (iOS 4.0+) read-only

AUTODETECT_LINK Number

text autodetection constant (iOS) read-only

AUTODETECT_NONE Number

text autodetection constant (iOS) read-only

AUTODETECT_PHONE Number

text autodetection constant (iOS) read-only

BLEND_MODE_CLEAR Number

image mode constant read-only

BLEND_MODE_COLOR Number

image mode constant read-only

BLEND_MODE_COLOR_BURN Number

image mode constant read-only

BLEND_MODE_COLOR_DODGE Number

image mode constant read-only

BLEND_MODE_COPY Number

image mode constant read-only

BLEND_MODE_DARKEN Number

image mode constant read-only

BLEND_MODE_DESTINATION_ATOP Number

image mode constant read-only

BLEND_MODE_DESTINATION_IN Number

image mode constant read-only

BLEND_MODE_DESTINATION_OUT Number

image mode constant read-only

BLEND_MODE_DESTINATION_OVER Number

image mode constant read-only

BLEND_MODE_DIFFERENCE Number

image mode constant read-only

BLEND_MODE_EXCLUSION Number

image mode constant read-only

BLEND_MODE_HARD_LIGHT Number

image mode constant read-only

BLEND_MODE_HUE Number

image mode constant read-only

BLEND_MODE_LIGHTEN Number

image mode constant read-only

BLEND_MODE_LUMINOSITY Number

image mode constant read-only

BLEND_MODE_MULTIPLY Number

image mode constant read-only

BLEND_MODE_NORMAL Number

image mode constant read-only

BLEND_MODE_OVERLAY Number

image mode constant read-only

BLEND_MODE_PLUS_DARKER Number

image mode constant read-only

BLEND_MODE_PLUS_LIGHTER Number

image mode constant read-only

BLEND_MODE_SATURATION Number

image mode constant read-only

BLEND_MODE_SCREEN Number

image mode constant read-only

BLEND_MODE_SOFT_LIGHT Number

image mode constant read-only

BLEND_MODE_SOURCE_ATOP Number

image mode constant read-only

BLEND_MODE_SOURCE_IN Number

image mode constant read-only

BLEND_MODE_SOURCE_OUT Number

image mode constant read-only

BLEND_MODE_XOR Number

image mode constant read-only

Events

This type has no events.