Titanium.UI.iOS
> Titanium.UI.iOS

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

  • 1.4
  • 1.4
Defined By

Properties

Titanium.UI.iOS
AD_SIZE_LANDSCAPE : Stringreadonly

Use with AdView.adSize to specify a banner ad size appropriate for landscape orientations.

Use with AdView.adSize to specify a banner ad size appropriate for landscape orientations.

Note that fullscreen ads always display in portrait orientation.

  • 1.8.1
  • 1.8.1
Titanium.UI.iOS
AD_SIZE_PORTRAIT : Stringreadonly

Use with AdView.adSize to specify a banner ad size appropriate for portrait orientations.

Use with AdView.adSize to specify a banner ad size appropriate for portrait orientations.

Note that fullscreen ads always display in portrait orientation.

  • 1.8.1
  • 1.8.1
Titanium.UI.iOS
ANIMATION_CURVE_EASE_IN : Numberreadonlyremoved

Use with Animation.curve to specify an animation that starts slowly and speeds up.

Use with Animation.curve to specify an animation that starts slowly and speeds up.

This property has been removed since 6.0.0

Use <Titanium.UI.ANIMATION_CURVE_EASE_IN> instead.

Titanium.UI.iOS
: Numberreadonlyremoved
Use with Animation.curve to specify an animation that starts slowly, and speeds up, then slows down at the end of th...

Use with Animation.curve to specify an animation that starts slowly, and speeds up, then slows down at the end of the animation.

This property has been removed since 6.0.0

Use <Titanium.UI.ANIMATION_CURVE_EASE_IN_OUT> instead.

Titanium.UI.iOS
ANIMATION_CURVE_EASE_OUT : Numberreadonlyremoved

Use with Animation.curve to specify an animation that starts quickly, then slows down at the end of the animation.

Use with Animation.curve to specify an animation that starts quickly, then slows down at the end of the animation.

This property has been removed since 6.0.0

Use <Titanium.UI.ANIMATION_CURVE_EASE_OUT> instead.

Titanium.UI.iOS
ANIMATION_CURVE_LINEAR : Numberreadonlyremoved

Use with Animation.curve to specify an animation that proceeds at a constant rate.

Use with Animation.curve to specify an animation that proceeds at a constant rate.

This property has been removed since 6.0.0

Use <Titanium.UI.ANIMATION_CURVE_LINEAR> instead.

Titanium.UI.iOS
ATTRIBUTE_BACKGROUND_COLOR : Numberreadonlyremoved

Use with Attribute.type to specify a background color.

Use with Attribute.type to specify a background color.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_BACKGROUND_COLOR> constant instead (without the iOS namespace).

Requires: iOS 6.0 and later

Use a color name or hex value for Attribute.value.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_BASELINE_OFFSET : Numberreadonlyremoved

Use with Attribute.type to apply a different baseline to the text.

Use with Attribute.type to apply a different baseline to the text.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_BASELINE_OFFSET> constant instead (without the iOS namespace).

Requires: iOS 7.0 and later

Set Attribute.value to a number to specify how many pixels to raise or lower the text.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_EXPANSION : Numberreadonlyremoved

Use with Attribute.type to stretch the text horizontally.

Use with Attribute.type to stretch the text horizontally.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_EXPANSION> constant instead (without the iOS namespace).

Requires: iOS 7.0 and later

Set Attribute.value to a float value to specify how much to stretch the text.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_FONT : Numberreadonlyremoved

Use with Attribute.type to specify a font.

Use with Attribute.type to specify a font.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_FONT> constant instead (without the iOS namespace).

Requires: iOS 6.0 and later

Use a Font dictionary for Attribute.value.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_FOREGROUND_COLOR : Numberreadonlyremoved

Use with Attribute.type to specify a font color.

Use with Attribute.type to specify a font color.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_FOREGROUND_COLOR> constant instead (without the iOS namespace).

Requires: iOS 6.0 and later

Use a color name or hex value for Attribute.value.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_KERN : Numberreadonlyremoved

Use with Attribute.type to specify kerning (space between characters).

Use with Attribute.type to specify kerning (space between characters).

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_KERN> constant instead (without the iOS namespace).

Requires: iOS 6.0 and later

Set Attribute.value to a float value specifying how many pixels to increase the character spacing.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_LETTERPRESS_STYLE : Numberreadonlyremoved

Use with Attribute.value to use a letterpress text effect.

Use with Attribute.value to use a letterpress text effect.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_LETTERPRESS_STYLE> constant instead (without the iOS namespace).

Requires: iOS 7.0 and later

Use this constant when Attribute.type is ATTRIBUTE_TEXT_EFFECT.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_LIGATURE : Numberreadonlyremoved

Use with Attribute.type to enable or disable ligatures.

Use with Attribute.type to enable or disable ligatures.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_LIGATURE> constant instead (without the iOS namespace).

Requires: iOS 6.0 and later

Set Attribute.value to 1 to enable ligatures, else 0 to disable. Ligatures are only supported on certain fonts.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_OBLIQUENESS : Numberreadonlyremoved

Use with Attribute.type to skew the text.

Use with Attribute.type to skew the text.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_OBLIQUENESS> constant instead (without the iOS namespace).

Requires: iOS 7.0 and later

Set Attribute.value to a float value to specify how much to skew the text.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_SHADOW : Numberreadonlyremoved

Use with Attribute.type to display a shadow behind the text.

Use with Attribute.type to display a shadow behind the text.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_SHADOW> constant instead (without the iOS namespace).

Requires: iOS 6.0 and later

Set Attribute.value to a Shadow dictionary.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_STRIKETHROUGH_COLOR : Numberreadonlyremoved

Use with Attribute.type to change the color of the horizontal line.

Use with Attribute.type to change the color of the horizontal line.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_STRIKETHROUGH_COLOR> constant instead (without the iOS namespace).

Requires: iOS 7.0 and later

Use a color name or hex value for Attribute.value.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_STRIKETHROUGH_STYLE : Numberreadonlyremoved

Use with Attribute.type to place a horizontal line through the text.

Use with Attribute.type to place a horizontal line through the text.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_STRIKETHROUGH_STYLE> constant instead (without the iOS namespace).

Requires: iOS 6.0 and later

Set the value property to a Titanium.UI.iOS.ATTRIBUTE_UNDERLINE_* constant.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_STROKE_COLOR : Numberreadonlyremoved

Use with Attribute.type to specify a color for the stroke text.

Use with Attribute.type to specify a color for the stroke text.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_STROKE_COLOR> constant instead (without the iOS namespace).

Requires: iOS 6.0 and later

Use a color name or hex value for the value property in the attributes dictionary.

See Attribute for more information on type modes.

Titanium.UI.iOS
ATTRIBUTE_STROKE_WIDTH : Numberreadonlyremoved

Use with Attribute.type to specify the width of the stroke text.

Use with Attribute.type to specify the width of the stroke text.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_STROKE_WIDTH> constant instead (without the iOS namespace).

Requires: iOS 6.0 and later

Set Attribute.value to a float value specifying the size of stroke width as a percentage of the font size. A positive value displays an outline of the charater, while a negative value fills the character.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_TEXT_EFFECT : Numberreadonlyremoved

Use with Attribute.type to apply a text effect.

Use with Attribute.type to apply a text effect.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_TEXT_EFFECT> constant instead (without the iOS namespace).

Requires: iOS 7.0 and later

Set Attribute.value to Titainium.UI.iOS.ATTRIBUTE_LETTERPRESS_STYLE to apply a letterpress effect to the text.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_UNDERLINES_STYLE : Numberreadonlyremoved

Use with Attribute.type to place a horizontal line under the text.

Use with Attribute.type to place a horizontal line under the text.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_UNDERLINES_STYLE> constant instead (without the iOS namespace).

Requires: iOS 6.0 and later

Set the value property to a Titanium.UI.iOS.ATTRIBUTE_UNDERLINE_* constant.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_UNDERLINE_BY_WORD : Numberreadonlyremoved

Use with Attribute.value to draw a line only underneath or through words.

Use with Attribute.value to draw a line only underneath or through words.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_UNDERLINE_BY_WORD> constant instead (without the iOS namespace).

Requires: iOS 7.0 and later

Use this constant when Attribute.type is either ATTRIBUTE_UNDERLINES_STYLE or ATTRIBUTE_STRIKETHROUGH_STYLE.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_UNDERLINE_COLOR : Numberreadonlyremoved

Use with Attribute.type to change the color of the horizontal line.

Use with Attribute.type to change the color of the horizontal line.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_UNDERLINE_COLOR> constant instead (without the iOS namespace).

Requires: iOS 7.0 and later

Use a color name or hex value for Attribute.value.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_UNDERLINE_PATTERN_DASH : Numberreadonlyremoved

Use with Attribute.value to draw a dashed line.

Use with Attribute.value to draw a dashed line.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_UNDERLINE_PATTERN_DASH> constant instead (without the iOS namespace).

Requires: iOS 7.0 and later

Use this constant when Attribute.type is either ATTRIBUTE_UNDERLINES_STYLE or ATTRIBUTE_STRIKETHROUGH_STYLE.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_UNDERLINE_PATTERN_DASH_DOT : Numberreadonlyremoved

Use with Attribute.value to draw an alternating line of dashes and dots.

Use with Attribute.value to draw an alternating line of dashes and dots.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_UNDERLINE_PATTERN_DASH_DOT> constant instead (without the iOS namespace).

Requires: iOS 7.0 and later

Use this constant when Attribute.type is either ATTRIBUTE_UNDERLINES_STYLE or ATTRIBUTE_STRIKETHROUGH_STYLE.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_UNDERLINE_PATTERN_DASH_DOT_DOT : Numberreadonlyremoved

Use with Attribute.value to draw an alternating line of dashes and two dots.

Use with Attribute.value to draw an alternating line of dashes and two dots.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_UNDERLINE_PATTERN_DASH_DOT_DOT> constant instead (without the iOS namespace).

Requires: iOS 7.0 and later

Use this constant when Attribute.type is either ATTRIBUTE_UNDERLINES_STYLE or ATTRIBUTE_STRIKETHROUGH_STYLE.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_UNDERLINE_PATTERN_DOT : Numberreadonlyremoved

Use with Attribute.value to draw a dotted line.

Use with Attribute.value to draw a dotted line.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_UNDERLINE_PATTERN_DOT> constant instead (without the iOS namespace).

Requires: iOS 7.0 and later

Use this constant when Attribute.type is either ATTRIBUTE_UNDERLINES_STYLE or ATTRIBUTE_STRIKETHROUGH_STYLE.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_UNDERLINE_PATTERN_SOLID : Numberreadonlyremoved

Use with Attribute.value to draw a solid line.

Use with Attribute.value to draw a solid line.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_UNDERLINE_PATTERN_SOLID> constant instead (without the iOS namespace).

Requires: iOS 7.0 and later

Use this constant when Attribute.type is either ATTRIBUTE_UNDERLINES_STYLE or ATTRIBUTE_STRIKETHROUGH_STYLE.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_UNDERLINE_STYLE_DOUBLE : Numberreadonlyremoved

Use with Attribute.value to draw a double line.

Use with Attribute.value to draw a double line.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_UNDERLINE_STYLE_DOUBLE> constant instead (without the iOS namespace).

Requires: iOS 7.0 and later

Use this constant when Attribute.type is either ATTRIBUTE_UNDERLINES_STYLE or ATTRIBUTE_STRIKETHROUGH_STYLE.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_UNDERLINE_STYLE_NONE : Numberreadonlyremoved

Use with Attribute.value to not draw a line.

Use with Attribute.value to not draw a line.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_UNDERLINE_STYLE_NONE> constant instead (without the iOS namespace).

Requires: iOS 6.0 and later

Use this constant when Attribute.type is either ATTRIBUTE_UNDERLINES_STYLE or ATTRIBUTE_STRIKETHROUGH_STYLE.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_UNDERLINE_STYLE_SINGLE : Numberreadonlyremoved

Use with Attribute.value to draw a single line.

Use with Attribute.value to draw a single line.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_UNDERLINE_STYLE_SINGLE> constant instead (without the iOS namespace).

Requires: iOS 6.0 and later

Use this constant when Attribute.type is either ATTRIBUTE_UNDERLINES_STYLE or ATTRIBUTE_STRIKETHROUGH_STYLE.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_UNDERLINE_STYLE_THICK : Numberreadonlyremoved

Use with Attribute.value to draw a thick line.

Use with Attribute.value to draw a thick line.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_UNDERLINE_STYLE_THICK> constant instead (without the iOS namespace).

Requires: iOS 7.0 and later

Use this constant when Attribute.type is either ATTRIBUTE_UNDERLINES_STYLE or ATTRIBUTE_STRIKETHROUGH_STYLE.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_WRITING_DIRECTION : Numberreadonlyremoved

Use with Attribute.type to control the direction of the text.

Use with Attribute.type to control the direction of the text.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_WRITING_DIRECTION> constant instead (without the iOS namespace).

Requires: iOS 7.0 and later

Set Attribute.value to a Titanium.UI.iOS.ATTRIBUTE_WRITING_DIRECTION_* constant.

See Attribute for more information on type modes.

Titanium.UI.iOS
ATTRIBUTE_WRITING_DIRECTION_EMBEDDING : Numberreadonlyremoved

Use with Attribute.value to use the embedded text direction.

Use with Attribute.value to use the embedded text direction.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_WRITING_DIRECTION_EMBEDDING> constant instead (without the iOS namespace).

Requires: iOS 7.0 and later

Use this constant when Attribute.type is ATTRIBUTE_WRITING_DIRECTION.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_WRITING_DIRECTION_LEFT_TO_RIGHT : Numberreadonlyremoved

Use with Attribute.value to write text left to right.

Use with Attribute.value to write text left to right.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_WRITING_DIRECTION_LEFT_TO_RIGHT> constant instead (without the iOS namespace).

Requires: iOS 7.0 and later

Use this constant when Attribute.type is ATTRIBUTE_WRITING_DIRECTION.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_WRITING_DIRECTION_NATURAL : Numberreadonlyremoved

Use with Attribute.value to use the Unicode Bidirection Algorithm rules P2 and P3 to determine which direction to use.

Use with Attribute.value to use the Unicode Bidirection Algorithm rules P2 and P3 to determine which direction to use.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_WRITING_DIRECTION_NATURAL> constant instead (without the iOS namespace).

Requires: iOS 7.0 and later

Use this constant when Attribute.type is ATTRIBUTE_WRITING_DIRECTION.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_WRITING_DIRECTION_OVERRIDE : Numberreadonlyremoved

Use with Attribute.value to override the text direction.

Use with Attribute.value to override the text direction.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_WRITING_DIRECTION_OVERRIDE> constant instead (without the iOS namespace).

Requires: iOS 7.0 and later

Use this constant when Attribute.type is ATTRIBUTE_WRITING_DIRECTION.

See Attribute for more information.

Titanium.UI.iOS
ATTRIBUTE_WRITING_DIRECTION_RIGHT_TO_LEFT : Numberreadonlyremoved

Use with Attribute.value to write text right to left.

Use with Attribute.value to write text right to left.

This property has been removed

6.0.0 Use the <Titanium.UI.ATTRIBUTE_WRITING_DIRECTION_RIGHT_TO_LEFT> constant instead (without the iOS namespace).

Requires: iOS 7.0 and later

Use this constant when Attribute.type is ATTRIBUTE_WRITING_DIRECTION.

See Attribute for more information.

Titanium.UI.iOS
AUTODETECT_ADDRESS : Numberreadonlyremoved

Converts strings formatted as addresses into clickable links.

Converts strings formatted as addresses into clickable links.

This property has been removed

6.0.0 Use <Titanium.UI.AUTOLINK_MAP_ADDRESSES> instead.

Requires: iOS 4.0 and later

Titanium.UI.iOS
AUTODETECT_ALL : Numberreadonlyremoved

Converts all detectable types of data into clickable links.

Converts all detectable types of data into clickable links.

This property has been removed since 6.0.0

Use <Titanium.UI.AUTOLINK_ALL> instead.

Titanium.UI.iOS
AUTODETECT_CALENDAR : Numberreadonlyremoved

Converts strings formatted as calendar events into clickable links.

Converts strings formatted as calendar events into clickable links.

This property has been removed

6.0.0 Use <Titanium.UI.AUTOLINK_CALENDAR> instead.

Requires: iOS 4.0 and later

Titanium.UI.iOS
AUTODETECT_NONE : Numberreadonlyremoved

Disables converting strings into clickable links.

Disables converting strings into clickable links.

This property has been removed since 6.0.0

Use <Titanium.UI.AUTOLINK_NONE> instead.

Titanium.UI.iOS
AUTODETECT_PHONE : Numberreadonlyremoved

Converts strings formatted as phone numbers into clickable links.

Converts strings formatted as phone numbers into clickable links.

This property has been removed since 6.0.0

Use <Titanium.UI.AUTOLINK_PHONE_NUMBERS> instead.

Titanium.UI.iOS
BLEND_MODE_CLEAR : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
BLEND_MODE_COLOR : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
BLEND_MODE_COLOR_BURN : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
BLEND_MODE_COLOR_DODGE : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
BLEND_MODE_COPY : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
BLEND_MODE_DARKEN : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
BLEND_MODE_DESTINATION_ATOP : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
BLEND_MODE_DESTINATION_IN : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
BLEND_MODE_DESTINATION_OUT : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
BLEND_MODE_DESTINATION_OVER : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
BLEND_MODE_DIFFERENCE : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
: Numberreadonly
Image mode constant. ...

Image mode constant. Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
BLEND_MODE_HARD_LIGHT : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
BLEND_MODE_HUE : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
BLEND_MODE_LIGHTEN : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
BLEND_MODE_LUMINOSITY : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
BLEND_MODE_MULTIPLY : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
BLEND_MODE_NORMAL : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
BLEND_MODE_OVERLAY : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
BLEND_MODE_PLUS_DARKER : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
BLEND_MODE_PLUS_LIGHTER : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
BLEND_MODE_SATURATION : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
: Numberreadonly
Image mode constant. ...

Image mode constant. Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
BLEND_MODE_SOFT_LIGHT : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
BLEND_MODE_SOURCE_ATOP : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
BLEND_MODE_SOURCE_IN : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
BLEND_MODE_SOURCE_OUT : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
BLEND_MODE_XOR : Numberreadonly

Use with MaskedImage.mode to specify a blend mode.

Use with MaskedImage.mode to specify a blend mode.

See Titanium.UI.MaskedImage for more information on blend modes.

Titanium.UI.iOS
: Numberreadonly
Use with BlurView.effect to specify a blur effect. ...

Use with BlurView.effect to specify a blur effect.

Requires: iOS 8.0 and later

Creates a blurring effect in the view. The area of the view is darker in hue than the underlying view.

  • 5.4.0
  • 5.4.0
Titanium.UI.iOS
: Numberreadonly
Use with BlurView.effect to specify a blur effect. ...

Use with BlurView.effect to specify a blur effect.

Requires: iOS 8.0 and later

Creates a blurring effect in the view. The area of the view is lighter in hue than the underlying view.

  • 5.4.0
  • 5.4.0
Titanium.UI.iOS
: Numberreadonly
Use with BlurView.effect to specify a blur effect. ...

Use with BlurView.effect to specify a blur effect.

Requires: iOS 8.0 and later

Creates a blurring effect in the view. The area of the view is the same approximate hue of the underlying view.

  • 5.4.0
  • 5.4.0
Titanium.UI.iOS
: Numberreadonly
Use with BlurView.effect to specify a blur effect. ...

Use with BlurView.effect to specify a blur effect.

Requires: iOS 10.0 and later

Creates a blurring effect in the view. The area of the view is presented more prominent than the underlying view.

  • 6.0.0
  • 6.0.0
Titanium.UI.iOS
: Numberreadonly
Use with BlurView.effect to specify a blur effect. ...

Use with BlurView.effect to specify a blur effect.

Requires: iOS 10.0 and later

Creates a blurring effect in the view. The blurring effect is the default one specified in iOS 10.

  • 6.0.0
  • 6.0.0
Titanium.UI.iOS
CLIP_MODE_DEFAULT : Numberreadonly

Use with Titanium.UI.View.clipMode to specify clipping behavior.

Use with Titanium.UI.View.clipMode to specify clipping behavior.

  • 3.3.0
  • 3.3.0
Titanium.UI.iOS
CLIP_MODE_DISABLED : Numberreadonly

Use with Titanium.UI.View.clipMode to specify clipping behavior.

Use with Titanium.UI.View.clipMode to specify clipping behavior.

  • 3.3.0
  • 3.3.0
Titanium.UI.iOS
CLIP_MODE_ENABLED : Numberreadonly

Use with Titanium.UI.View.clipMode to specify clipping behavior.

Use with Titanium.UI.View.clipMode to specify clipping behavior.

  • 3.3.0
  • 3.3.0
Titanium.UI.iOS
: Numberreadonly
Use with Titanium.UI.iOS.CollisionBehavior.collisionMode to specify collisions with both items and boundaries. ...

Use with Titanium.UI.iOS.CollisionBehavior.collisionMode to specify collisions with both items and boundaries.

Requires: iOS 7.0 and later

  • 3.2.0
  • 3.2.0
Titanium.UI.iOS
: Numberreadonly
Use with Titanium.UI.iOS.CollisionBehavior.collisionMode to specify collisions with boundaries only. ...

Use with Titanium.UI.iOS.CollisionBehavior.collisionMode to specify collisions with boundaries only.

Requires: iOS 7.0 and later

  • 3.2.0
  • 3.2.0
Titanium.UI.iOS
: Numberreadonly
Use with Titanium.UI.iOS.CollisionBehavior.collisionMode to specify collisions with items only. ...

Use with Titanium.UI.iOS.CollisionBehavior.collisionMode to specify collisions with items only.

Requires: iOS 7.0 and later

  • 3.2.0
  • 3.2.0
Titanium.UI.iOS
COLOR_GROUP_TABLEVIEW_BACKGROUND : Stringreadonly

Returns the iOS system texture used to render the background on a group table view.

Returns the iOS system texture used to render the background on a group table view.

Corresponds to iOS UIColor groupTableViewBackgroundColor`.

This constant has been deprecated in iOS 6. Group style table views still default to using the standard iOS group table view background texture if no background color is specified. However, specifying this constant explicitly on iOS 6 and above results in a black background color.

Can be used anywhere a color value is required. See also "Colors" in Titanium.UI.

  • 2.1.0
  • 2.1.0
Titanium.UI.iOS
COLOR_SCROLLVIEW_BACKGROUND : Stringreadonlyremoved

Returns the iOS system texture used to render the area behind scrollable content.

Returns the iOS system texture used to render the area behind scrollable content.

This property has been removed since 3.6.0

Corresponds to iOS UIColor scrollViewTexturedBackgroundColor.

Can be used anywhere a color value is required. See also "Colors" in Titanium.UI.

  • 2.1.0
  • 2.1.0
Titanium.UI.iOS
COLOR_UNDER_PAGE_BACKGROUND : Stringreadonlyremoved

Returns the iOS system texture used to render the background of a page.

Returns the iOS system texture used to render the background of a page.

This property has been removed

3.6.0

Requires: iOS 5.0 and later

Corresponds to iOS UIColor underPageBackgroundColor.

Can be used anywhere a color value is required. See also "Colors" in Titanium.UI.

  • 2.1.0
  • 2.1.0
Titanium.UI.iOS
COLOR_VIEW_FLIPSIDE_BACKGROUND : Stringreadonlyremoved

Returns the iOS system texture used for the back side of a view while it is being flipped.

Returns the iOS system texture used for the back side of a view while it is being flipped.

This property has been removed since 3.6.0

Corresponds to iOS UIColor viewFlipsideBackgroundColor.

Can be used anywhere a color value is required. See also "Colors" in Titanium.UI.

  • 2.1.0
  • 2.1.0
Titanium.UI.iOS
: Numberreadonly
The heavy impact style used as the style argument when creating a Titanium.UI.iOS.FeedbackGenerator with the type FEE...

The heavy impact style used as the style argument when creating a Titanium.UI.iOS.FeedbackGenerator with the type FEEDBACK_GENERATOR_TYPE_IMPACT.

Requires: iOS 10.0 and later

  • 6.0.0
  • 6.0.0
Titanium.UI.iOS
: Numberreadonly
The light impact style used as the style argument when creating a Titanium.UI.iOS.FeedbackGenerator with the type FEE...

The light impact style used as the style argument when creating a Titanium.UI.iOS.FeedbackGenerator with the type FEEDBACK_GENERATOR_TYPE_IMPACT.

Requires: iOS 10.0 and later

  • 6.0.0
  • 6.0.0
Titanium.UI.iOS
: Numberreadonly
The medium impact style used as the style argument when creating a Titanium.UI.iOS.FeedbackGenerator with the type FE...

The medium impact style used as the style argument when creating a Titanium.UI.iOS.FeedbackGenerator with the type FEEDBACK_GENERATOR_TYPE_IMPACT.

Requires: iOS 10.0 and later

  • 6.0.0
  • 6.0.0
Titanium.UI.iOS
: Numberreadonly
The error notification type used as the argument in Titanium.UI.iOS.FeedbackGenerator.notificationOccurred. ...

The error notification type used as the argument in Titanium.UI.iOS.FeedbackGenerator.notificationOccurred.

Requires: iOS 10.0 and later

  • 6.0.0
  • 6.0.0
Titanium.UI.iOS
: Numberreadonly
The success notification type used as the argument in Titanium.UI.iOS.FeedbackGenerator.notificationOccurred. ...

The success notification type used as the argument in Titanium.UI.iOS.FeedbackGenerator.notificationOccurred.

Requires: iOS 10.0 and later

  • 6.0.0
  • 6.0.0
Titanium.UI.iOS
: Numberreadonly
The warning notification type used as the argument in Titanium.UI.iOS.FeedbackGenerator.notificationOccurred. ...

The warning notification type used as the argument in Titanium.UI.iOS.FeedbackGenerator.notificationOccurred.

Requires: iOS 10.0 and later

  • 6.0.0
  • 6.0.0
Titanium.UI.iOS
: Numberreadonly
The feedback type to be used when specifying an impact in Titanium.UI.iOS.FeedbackGenerator. ...

The feedback type to be used when specifying an impact in Titanium.UI.iOS.FeedbackGenerator.

Requires: iOS 10.0 and later

  • 6.0.0
  • 6.0.0
Titanium.UI.iOS
: Numberreadonly
The feedback type to be used when specifying a received notification in Titanium.UI.iOS.FeedbackGenerator. ...

The feedback type to be used when specifying a received notification in Titanium.UI.iOS.FeedbackGenerator.

Requires: iOS 10.0 and later

  • 6.0.0
  • 6.0.0
Titanium.UI.iOS
: Numberreadonly
The feedback type to be used when specifying a selection in Titanium.UI.iOS.FeedbackGenerator. ...

The feedback type to be used when specifying a selection in Titanium.UI.iOS.FeedbackGenerator.

Requires: iOS 10.0 and later

  • 6.0.0
  • 6.0.0
Titanium.UI.iOS
KEYBOARD_DISMISS_MODE_INTERACTIVE : Numberreadonly

Use with Titanium.UI.ScrollView.keyboardDismissMode to control keyboard dismiss mode.

Use with Titanium.UI.ScrollView.keyboardDismissMode to control keyboard dismiss mode.

The keyboard follows the dragging touch offscreen, and can be pulled upward again to cancel the dismiss.

  • 6.0.0
  • 6.0.0
Titanium.UI.iOS
KEYBOARD_DISMISS_MODE_NONE : Numberreadonly

Use with Titanium.UI.ScrollView.keyboardDismissMode to control keyboard dismiss mode.

Use with Titanium.UI.ScrollView.keyboardDismissMode to control keyboard dismiss mode.

The keyboard does not get dismissed with a drag.

  • 6.0.0
  • 6.0.0
Titanium.UI.iOS
KEYBOARD_DISMISS_MODE_ON_DRAG : Numberreadonly

Use with Titanium.UI.ScrollView.keyboardDismissMode to control keyboard dismiss mode.

Use with Titanium.UI.ScrollView.keyboardDismissMode to control keyboard dismiss mode.

The keyboard is dismissed when a drag begins.

  • 6.0.0
  • 6.0.0
Titanium.UI.iOS
: Numberreadonly
Always use a larger title when this item is top most. ...

Always use a larger title when this item is top most.

Requires: iOS 11.0 and later

Use with Titanium.UI.Window.largeTitleDisplayMode.

  • 6.3.0
  • 6.3.0
Titanium.UI.iOS
: Numberreadonly
Automatically use the large out-of-line title based on the state of the p revious item in the navigation bar. ...

Automatically use the large out-of-line title based on the state of the p revious item in the navigation bar.

Requires: iOS 11.0 and later

Use with Titanium.UI.Window.largeTitleDisplayMode. An item with this constant will show or hide the large title based on the request of the previous navigation item. If the first item pushed is set to Automatic, then it will show the large title if the navigation bar has the property Titanium.UI.Window.largeTitleEnabled set to true.

  • 6.3.0
  • 6.3.0
Titanium.UI.iOS
: Numberreadonly
Never use a larger title when this item is top most. ...

Never use a larger title when this item is top most.

Requires: iOS 11.0 and later

Use with Titanium.UI.Window.largeTitleDisplayMode.

  • 6.3.0
  • 6.3.0
Titanium.UI.iOS
: Numberreadonly
To indicate that the Live Photo aspect is turned off and it will be treated as a still (e.g. ...

To indicate that the Live Photo aspect is turned off and it will be treated as a still (e.g. for sharing).

Requires: iOS 9.1 and later

Use with createLivePhotoBadge to specify the badge behavior.

  • 5.2.0
  • 5.2.0
Titanium.UI.iOS
: Numberreadonly
Include treatments so this image can be shown directly over the content of the Live Photo. ...

Include treatments so this image can be shown directly over the content of the Live Photo.

Requires: iOS 9.1 and later

Use with createLivePhotoBadge to specify the badge behavior.

  • 5.2.0
  • 5.2.0
Titanium.UI.iOS
: Numberreadonly
Plays back the entire motion and sound content of the Live Photo, including transition effects at the start and end. ...

Plays back the entire motion and sound content of the Live Photo, including transition effects at the start and end.

Requires: iOS 9.1 and later

This style matches the effect seen when pressing on a photo in the Photos app.

  • 5.2.0
  • 5.2.0
Titanium.UI.iOS
: Numberreadonly
Plays back only a brief section of the motion content of the Live Photo, without sound. ...

Plays back only a brief section of the motion content of the Live Photo, without sound.

Requires: iOS 9.1 and later

This style matches the effect seen in various iOS interface elements for hinting to the user when an asset contains Live Photo content.

  • 5.2.0
  • 5.2.0
Titanium.UI.iOS
MENU_POPUP_ARROW_DIRECTION_DEFAULT : Numberreadonly

An arrow that is automatically aligned.

An arrow that is automatically aligned.

Titanium.UI.iOS
MENU_POPUP_ARROW_DIRECTION_DOWN : Numberreadonly

An arrow that points downward.

An arrow that points downward.

Titanium.UI.iOS
MENU_POPUP_ARROW_DIRECTION_LEFT : Numberreadonly

An arrow that points toward the left.

An arrow that points toward the left.

Titanium.UI.iOS
MENU_POPUP_ARROW_DIRECTION_RIGHT : Numberreadonly

An arrow that points toward the right.

An arrow that points toward the right.

Titanium.UI.iOS
MENU_POPUP_ARROW_DIRECTION_UP : Numberreadonly

An arrow that points upward.

An arrow that points upward.

Titanium.UI.iOS
MODAL_PRESENTATION_CURRENT_CONTEXT : Number

View presented with the same style as its parent window.

View presented with the same style as its parent window.

Used with the Titanium.UI.Window.open and Titanium.UI.Window.close methods.

One of the group of modal window presentation style constants MODAL_PRESENTATION_CURRENT_CONTEXT, MODAL_PRESENTATION_FORMSHEET, MODAL_PRESENTATION_FULLSCREEN, and MODAL_PRESENTATION_PAGESHEET.

  • 5.4.0
  • 5.4.0
Titanium.UI.iOS
MODAL_PRESENTATION_FORMSHEET : Numberreadonly

Window width and height are smaller than those of the screen and the view is centered on the screen.

Window width and height are smaller than those of the screen and the view is centered on the screen.

If the system is in a landscape orientation and the keyboard is visible, the position of the view is adjusted upward so that the view remains visible. All uncovered areas are dimmed and do not respond to touch to prevent the user from interacting with them.

Used with the Titanium.UI.Window.open and Titanium.UI.Window.close methods.

One of the group of modal window presentation style constants MODAL_PRESENTATION_CURRENT_CONTEXT, MODAL_PRESENTATION_FORMSHEET, MODAL_PRESENTATION_FULLSCREEN, and MODAL_PRESENTATION_PAGESHEET.

  • 5.4.0
  • 5.4.0
Titanium.UI.iOS
MODAL_PRESENTATION_FULLSCREEN : Numberreadonly

Window covers the screen.

Window covers the screen.

Used with the Titanium.UI.Window.open and Titanium.UI.Window.close methods.

One of the group of modal window presentation style constants MODAL_PRESENTATION_CURRENT_CONTEXT, MODAL_PRESENTATION_FORMSHEET, MODAL_PRESENTATION_FULLSCREEN, and MODAL_PRESENTATION_PAGESHEET.

  • 5.4.0
  • 5.4.0
Titanium.UI.iOS
MODAL_PRESENTATION_PAGESHEET : Numberreadonly

Window height is the height of the screen and width is equal to screen width in a portrait orientation.

Window height is the height of the screen and width is equal to screen width in a portrait orientation.

Any uncovered areas are dimmed and do not respond to touch, to prevent the user from interacting with them. In portrait orientations, this option is essentially the same as MODAL_PRESENTATION_FULLSCREEN.

Used with the Titanium.UI.Window.open and Titanium.UI.Window.close methods.

One of the group of modal window presentation style constants MODAL_PRESENTATION_CURRENT_CONTEXT, MODAL_PRESENTATION_FORMSHEET, MODAL_PRESENTATION_FULLSCREEN, and MODAL_PRESENTATION_PAGESHEET.

  • 5.4.0
  • 5.4.0
Titanium.UI.iOS
: Numberreadonly
When the window is presented, its view slides up from the bottom of the screen. ...

When the window is presented, its view slides up from the bottom of the screen. On dismissal, the view slides back down (default.)

Used with the Titanium.UI.Window.open and Titanium.UI.Window.close methods.

One of the group of modal window transition style constants MODAL_TRANSITION_STYLE_COVER_VERTICAL, MODAL_TRANSITION_STYLE_CROSS_DISSOLVE, MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL, and MODAL_TRANSITION_STYLE_PARTIAL_CURL.

  • 5.4.0
  • 5.4.0
Titanium.UI.iOS
: Numberreadonly
When the window is presented, the current view fades out while the new view fades in at the same time. ...

When the window is presented, the current view fades out while the new view fades in at the same time. On dismissal, a similar type of cross-fade is used to return to the original view.

Used with the Titanium.UI.Window.open and Titanium.UI.Window.close methods.

One of the group of modal window transition style constants MODAL_TRANSITION_STYLE_COVER_VERTICAL, MODAL_TRANSITION_STYLE_CROSS_DISSOLVE, MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL, and MODAL_TRANSITION_STYLE_PARTIAL_CURL.

  • 5.4.0
  • 5.4.0
Titanium.UI.iOS
: Numberreadonly
When the window is presented, the current view initiates a horizontal 3D flip from right-to-left, resulting in the r...

When the window is presented, the current view initiates a horizontal 3D flip from right-to-left, resulting in the revealing of the new view as if it were on the back of the previous view. On dismissal, the flip occurs from left-to-right, returning to the original view.

Used with the Titanium.UI.Window.open and Titanium.UI.Window.close methods.

One of the group of modal window transition style constants MODAL_TRANSITION_STYLE_COVER_VERTICAL, MODAL_TRANSITION_STYLE_CROSS_DISSOLVE, MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL, and MODAL_TRANSITION_STYLE_PARTIAL_CURL.

  • 5.4.0
  • 5.4.0
Titanium.UI.iOS
: Numberreadonly
When the window is presented, one corner of the current view curls up to reveal the modal view underneath. ...

When the window is presented, one corner of the current view curls up to reveal the modal view underneath. On dismissal, the curled up page unfurls itself back on top of the modal view.

A modal view presented using this transition is itself prevented from presenting any additional modal views. This transition style is supported only if the window is presenting a MODAL_PRESENTATION_FULLSCREEN modal presentation style.

Used with the Titanium.UI.Window.open and Titanium.UI.Window.close methods.

One of the group of modal window transition style constants MODAL_TRANSITION_STYLE_COVER_VERTICAL, MODAL_TRANSITION_STYLE_CROSS_DISSOLVE, MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL, and MODAL_TRANSITION_STYLE_PARTIAL_CURL.

  • 5.4.0
  • 5.4.0
Titanium.UI.iOS
: Numberreadonly
The normal style for preview actions. ...

The normal style for preview actions.

Requires: iOS 9.0 and later

Used in conjunction with Titanium.UI.iOS.PreviewAction.style / Titanium.UI.iOS.PreviewActionGroup.style property.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
: Numberreadonly
The destructive style for preview actions. ...

The destructive style for preview actions.

Requires: iOS 9.0 and later

Used in conjunction with Titanium.UI.iOS.PreviewAction.style / Titanium.UI.iOS.PreviewActionGroup.style property.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
: Numberreadonly
The selected style for preview actions. ...

The selected style for preview actions.

Requires: iOS 9.0 and later

Used in conjunction with Titanium.UI.iOS.PreviewAction.style / Titanium.UI.iOS.PreviewActionGroup.style property.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
: Numberreadonly
Use with Titanium.UI.iOS.PushBehavior.pushMode to specifiy a continuous force. ...

Use with Titanium.UI.iOS.PushBehavior.pushMode to specifiy a continuous force.

Requires: iOS 7.0 and later

  • 3.2.0
  • 3.2.0
Titanium.UI.iOS
: Numberreadonly
Use with Titanium.UI.iOS.PushBehavior.pushMode to specifiy an instantaneous force. ...

Use with Titanium.UI.iOS.PushBehavior.pushMode to specifiy an instantaneous force.

Requires: iOS 7.0 and later

  • 3.2.0
  • 3.2.0
Titanium.UI.iOS
: Numberreadonly
The default style for RowActionType. ...

The default style for RowActionType.

Requires: iOS 8.0 and later

Used in conjunction with Titanium.UI.ListItem.editActions property and Titanium.UI.ListView.editaction event.

  • 4.1.0
  • 4.1.0
Titanium.UI.iOS
: Numberreadonly
The destructive style for RowActionType. ...

The destructive style for RowActionType.

Requires: iOS 8.0 and later

Used in conjunction with Titanium.UI.ListItem.editActions property and Titanium.UI.ListView.editaction event.

  • 4.1.0
  • 4.1.0
Titanium.UI.iOS
: Numberreadonly
The normal style for RowActionType. ...

The normal style for RowActionType.

Requires: iOS 8.0 and later

Used in conjunction with Titanium.UI.ListItem.editActions property and Titanium.UI.ListView.editaction event.

  • 4.1.0
  • 4.1.0
Titanium.UI.iOS
SCROLL_DECELERATION_RATE_FAST : Numberreadonly

Use with Titanium.UI.ScrollView.decelerationRate to control deceleration rate.

Use with Titanium.UI.ScrollView.decelerationRate to control deceleration rate.

  • 3.2.3
  • 3.2.3
Titanium.UI.iOS
SCROLL_DECELERATION_RATE_NORMAL : Numberreadonly

Use with Titanium.UI.ScrollView.decelerationRate to control deceleration rate.

Use with Titanium.UI.ScrollView.decelerationRate to control deceleration rate.

  • 3.2.3
  • 3.2.3
Titanium.UI.iOS
SEARCH_BAR_STYLE_MINIMAL : Numberreadonly

Use with to change the search bar style.

Use with to change the search bar style.

The search bar has no background, and the search field is translucent.

  • 5.4.0
  • 5.4.0
Titanium.UI.iOS
SEARCH_BAR_STYLE_PROMINENT : Numberreadonly

Use with to change the search bar style.

Use with to change the search bar style.

The search bar has a translucent background, and the search field is opaque.

  • 5.4.0
  • 5.4.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_ADD : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.0 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.0 and later

An icon for a quick action that adds an item.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_ALARM : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

An icon for a quick action that offers creation of an alarm.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_AUDIO : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

An icon for a quick action that offers use of audio.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_BOOKMARK : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

An icon for a quick action that offers creation of a bookmark.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_CAPTURE_PHOTO : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

An icon for a quick action that offers photo capture.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_CAPTURE_VIDEO : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

An icon for a quick action that offers video capture.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_CLOUD : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

An icon for a quick action that offers cloud access.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_COMPOSE : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.0 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.0 and later

An icon for a quick action that lets a user compose new content.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_CONFIRMATION : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

An icon for a quick action that indicates confirmation.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_CONTACT : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

An icon for a quick action that chooses a generic contact.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_DATE : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

An icon for a quick action that offers use of a calendar.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_FAVORITE : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

An icon for a quick action that lets a user designate a favorite item.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_HOME : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

An icon for a quick action that indicates home.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_INVITATION : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

An icon for a quick action that indicates an invitation.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_LOCATION : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.0 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.0 and later

Will cause a magnifying glass icon to be displayed at that location in the index. This should generally only be used as the first title in the index.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_LOVE : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

An icon for a quick action that lets a user designate a loved item.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_MAIL : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

An icon for a quick action that offers use of mail.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_MARK_LOCATION : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

An icon for a quick action that lets a user mark a location.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_MESSAGE : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

An icon for a quick action that offers use of messaging.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_PAUSE : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.0 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.0 and later

An icon for a quick action that pauses media playback.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_PLAY : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.0 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.0 and later

An icon for a quick action that plays media.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_PROHIBIT : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

An icon for a quick action that disallows something.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_SHARE : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.0 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.0 and later

An icon for a quick action that offers content sharing.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_SHUFFLE : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

An icon for a quick action that offers shuffle mode.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_TASK : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

An icon for a quick action that offers task creation.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_TASK_COMPLETED : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

An icon for a quick action that offers task completion.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_TIME : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

An icon for a quick action that offers use of a clock or timer.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
SHORTCUT_ICON_TYPE_UPDATE : Numberreadonly

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

Number that represents the icon used for the application shortcut

Requires: iOS 9.1 and later

An icon for a quick action that offers updating.

  • 5.1.0
  • 5.1.0
Titanium.UI.iOS
WEBVIEW_NAVIGATIONTYPE_BACK_FORWARD : Numberreadonly

User tapped the back or forward button.

User tapped the back or forward button.

Used with the WebView.beforeload event.

Corresponds to iOS UIWebView UIWebViewNavigationTypeBackForward.

  • 2.1.0
  • 2.1.0
Titanium.UI.iOS
WEBVIEW_NAVIGATIONTYPE_FORM_RESUBMITTED : Numberreadonly

User resubmitted a form.

User resubmitted a form.

Used with the WebView.beforeload event.

Corresponds to iOS UIWebView UIWebViewNavigationTypeFormResubmitted.

  • 2.1.0
  • 2.1.0
Titanium.UI.iOS
WEBVIEW_NAVIGATIONTYPE_FORM_SUBMITTED : Numberreadonly

User submitted a form.

User submitted a form.

Used with the WebView.beforeload event.

Corresponds to iOS UIWebView UIWebViewNavigationTypeFormSubmitted.

  • 2.1.0
  • 2.1.0
Titanium.UI.iOS
WEBVIEW_NAVIGATIONTYPE_OTHER : Numberreadonly

Some other action occurred.

Some other action occurred.

Used with the WebView.beforeload event.

Corresponds to iOS UIWebView UIWebViewNavigationTypeOther.

  • 2.1.0
  • 2.1.0
Titanium.UI.iOS
WEBVIEW_NAVIGATIONTYPE_RELOAD : Numberreadonly

User tapped the reload button.

User tapped the reload button.

Used with the WebView.beforeload event.

Corresponds to iOS UIWebView UIWebViewNavigationTypeReload.

  • 2.1.0
  • 2.1.0
apiName : Stringreadonly

The name of the API that this proxy corresponds to.

The name of the API that this proxy corresponds to.

The value of this property is the fully qualified name of the API. For example, Button returns Ti.UI.Button.

  • 3.2.0
  • 3.2.0
  • 3.2.0
Titanium.UI.iOS
appBadge : Number

Value of the badge for the application's springboard icon.

Value of the badge for the application's springboard icon.

  • 5.4.0
  • 5.4.0
Titanium.UI.iOS
appSupportsShakeToEdit : Boolean

Determines whether the shake to edit system-wide capability is enabled.

Determines whether the shake to edit system-wide capability is enabled.

  • 5.4.0
  • 5.4.0
Indicates if the proxy will bubble an event to its parent. ...

Indicates if the proxy will bubble an event to its parent.

Some proxies (most commonly views) have a relationship to other proxies, often established by the add() method. For example, for a button added to a window, a click event on the button would bubble up to the window. Other common parents are table sections to their rows, table views to their sections, and scrollable views to their views. Set this property to false to disable the bubbling to the proxy's parent.

Default: true

  • 3.0.0
  • 3.0.0
  • 3.0.0
Titanium.UI.iOS
: Booleanreadonly
Determines if the 3D-Touch capability "Force Touch" is supported (true) or not (false) by the device. ...

Determines if the 3D-Touch capability "Force Touch" is supported (true) or not (false) by the device.

Requires: iOS 9.0 and later

Returns true if the device supports 3D-Touch (iPhone 6S / iPhone 6S Plus and later) or false if not.

  • 5.1.0
  • 5.1.0

The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.

The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.

If this property is set to a Window or TabGroup, then the corresponding Activity lifecycle event callbacks will also be called on the proxy. Proxies that require the activity lifecycle will need this property set to the appropriate containing Window or TabGroup.

  • 3.6.0
Titanium.UI.iOS
: String
Sets the global status bar background color for the application. ...

Sets the global status bar background color for the application.

Default: Undefined (Uses the native defaults)

  • 6.0.0
  • 6.0.0
Defined By

Methods

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

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

Parameters

  • name : String

    Name of the event.

  • callback : Callback<Object>

    Callback function to invoke when the event is fired.

Returns

  • void
Applies the properties to the proxy. ...

Applies the properties to the proxy.

Properties are supplied as a dictionary. Each key-value pair in the object is applied to the proxy such that myproxy[key] = value.

  • 3.0.0
  • 3.0.0
  • 3.0.0

Parameters

  • props : Dictionary

    A dictionary of properties to apply.

Returns

  • void
Titanium.UI.iOS
( [parameters] ) : Titanium.UI.iOS.3DMatrixremoved
Creates and returns an instance of Titanium.UI.iOS.3DMatrix. ...

Creates and returns an instance of Titanium.UI.iOS.3DMatrix.

This method has been removed since 6.0.0

Use <Titanium.UI.3DMatrix> instead.

Parameters

Returns

Titanium.UI.iOS
( [parameters] ) : Titanium.UI.iOS.AdView
Creates and returns an instance of Titanium.UI.iOS.AdView. ...

Creates and returns an instance of Titanium.UI.iOS.AdView.

Parameters

Returns

Creates and returns an instance of Titanium.UI.iOS.AnchorAttachmentBehavior. ...

Creates and returns an instance of Titanium.UI.iOS.AnchorAttachmentBehavior.

  • 3.2
  • 3.2

Parameters

Returns

Titanium.UI.iOS
( [parameters] ) : Titanium.UI.iOS.Animator
Creates and returns an instance of Titanium.UI.iOS.Animator. ...

Creates and returns an instance of Titanium.UI.iOS.Animator.

  • 3.2
  • 3.2

Parameters

Returns

Creates and returns an instance of Titanium.UI.iOS.ApplicationShortcuts. ...

Creates and returns an instance of Titanium.UI.iOS.ApplicationShortcuts.

  • 5.1.0

Parameters

Returns

Titanium.UI.iOS
( [parameters] ) : Titanium.UI.iOS.Attributeremoved
Creates and returns an instance of Titanium.UI.iOS.Attribute. ...

Creates and returns an instance of Titanium.UI.iOS.Attribute.

This method has been removed since 6.0.0

Use instead.

  • 3.2
  • 3.2

Parameters

Returns

Titanium.UI.iOS
( [parameters] ) : Titanium.UI.iOS.AttributedStringremoved
Creates and returns an instance of Titanium.UI.iOS.AttributedString. ...

Creates and returns an instance of Titanium.UI.iOS.AttributedString.

This method has been removed since 6.0.0

Use <Titanium.UI.AttributedString> instead.

  • 3.2
  • 3.2

Parameters

Returns

Titanium.UI.iOS
( [parameters] ) : Titanium.UI.iOS.BlurView
Creates and returns an instance of Titanium.UI.iOS.BlurView. ...

Creates and returns an instance of Titanium.UI.iOS.BlurView.

  • 5.4.0
  • 5.4.0

Parameters

Returns

Creates and returns an instance of Titanium.UI.iOS.CollisionBehavior. ...

Creates and returns an instance of Titanium.UI.iOS.CollisionBehavior.

  • 3.2
  • 3.2

Parameters

Returns

Titanium.UI.iOS
( [parameters] ) : Titanium.UI.iOS.CoverFlowView
Creates and returns an instance of Titanium.UI.iOS.CoverFlowView. ...

Creates and returns an instance of Titanium.UI.iOS.CoverFlowView.

Parameters

Returns

Titanium.UI.iOS
( [parameters] ) : Titanium.UI.iOS.DocumentViewer
Creates and returns an instance of Titanium.UI.iOS.DocumentViewer. ...

Creates and returns an instance of Titanium.UI.iOS.DocumentViewer.

  • 2.1.1
  • 2.1.1

Parameters

Returns

Creates and returns an instance of Titanium.UI.iOS.DynamicItemBehavior. ...

Creates and returns an instance of Titanium.UI.iOS.DynamicItemBehavior.

  • 3.2
  • 3.2

Parameters

Returns

Creates and returns an instance of Titanium.UI.iOS.FeedbackGenerator. ...

Creates and returns an instance of Titanium.UI.iOS.FeedbackGenerator.

  • 6.0.0

Parameters

Returns

Creates and returns an instance of Titanium.UI.iOS.GravityBehavior. ...

Creates and returns an instance of Titanium.UI.iOS.GravityBehavior.

  • 3.2
  • 3.2

Parameters

Returns

Titanium.UI.iOS
( type ) : Titanium.Blob
Creates a live photo badge to be used together with the Titanium.UI.iOS.LivePhotoView API. ...

Creates a live photo badge to be used together with the Titanium.UI.iOS.LivePhotoView API.

Requires: iOS 9.1 and later

Supported on iOS 9.1 and later.

  • 5.2.0
  • 5.2.0

Parameters

Returns

Titanium.UI.iOS
( [parameters] ) : Titanium.UI.iOS.LivePhotoView
Creates and returns an instance of Titanium.UI.iOS.LivePhotoView. ...

Creates and returns an instance of Titanium.UI.iOS.LivePhotoView.

  • 5.2.0
  • 5.2.0

Parameters

Returns

Titanium.UI.iOS
( [parameters] ) : Titanium.UI.iOS.MenuPopup
Creates and returns an instance of Titanium.UI.iOS.MenuPopup. ...

Creates and returns an instance of Titanium.UI.iOS.MenuPopup.

  • 5.2.0
  • 5.2.0

Parameters

Returns

Creates and returns an instance of Titanium.UI.iOS.NavigationWindow. ...

Creates and returns an instance of Titanium.UI.iOS.NavigationWindow.

  • 3.1.3
  • 3.1.3

Parameters

Returns

Titanium.UI.iOS
( [parameters] ) : Titanium.UI.iOS.PreviewAction
Creates and returns an instance of Titanium.UI.iOS.PreviewAction. ...

Creates and returns an instance of Titanium.UI.iOS.PreviewAction.

  • 5.1.0

Parameters

Returns

Creates and returns an instance of Titanium.UI.iOS.PreviewActionGroup. ...

Creates and returns an instance of Titanium.UI.iOS.PreviewActionGroup.

  • 5.1.0

Parameters

Returns

Titanium.UI.iOS
( [parameters] ) : Titanium.UI.iOS.PreviewContext
Creates and returns an instance of Titanium.UI.iOS.PreviewContext. ...

Creates and returns an instance of Titanium.UI.iOS.PreviewContext.

  • 5.1.0

Parameters

Returns

Titanium.UI.iOS
( [parameters] ) : Titanium.UI.iOS.PushBehavior
Creates and returns an instance of Titanium.UI.iOS.PushBehavior. ...

Creates and returns an instance of Titanium.UI.iOS.PushBehavior.

  • 3.2
  • 3.2

Parameters

Returns

Titanium.UI.iOS
( [parameters] ) : Titanium.UI.iOS.SnapBehavior
Creates and returns an instance of Titanium.UI.iOS.SnapBehavior. ...

Creates and returns an instance of Titanium.UI.iOS.SnapBehavior.

  • 3.2
  • 3.2

Parameters

Returns

Titanium.UI.iOS
( [parameters] ) : Titanium.UI.iOS.SplitWindow
Creates and returns an instance of Titanium.UI.iOS.SplitWindow. ...

Creates and returns an instance of Titanium.UI.iOS.SplitWindow.

  • 3.6.0
  • 3.6.0

Parameters

Returns

Titanium.UI.iOS
( [parameters] ) : Titanium.UI.iOS.Stepper
Creates and returns an instance of Titanium.UI.iOS.Stepper. ...

Creates and returns an instance of Titanium.UI.iOS.Stepper.

  • 5.4.0
  • 5.4.0

Parameters

Returns

Titanium.UI.iOS
( [parameters] ) : Titanium.UI.iOS.SystemButton
Creates and returns an instance of Titanium.UI.iOS.SystemButton. ...

Creates and returns an instance of Titanium.UI.iOS.SystemButton.

  • 5.4.0
  • 5.4.0

Parameters

Returns

Titanium.UI.iOS
( [parameters] ) : Titanium.UI.iOS.TabbedBar
Creates and returns an instance of Titanium.UI.iOS.TabbedBar. ...

Creates and returns an instance of Titanium.UI.iOS.TabbedBar.

Parameters

Returns

Titanium.UI.iOS
( [parameters] ) : Titanium.UI.iOS.Toolbardeprecated
Creates and returns an instance of Titanium.UI.iOS.Toolbar. ...

Creates and returns an instance of Titanium.UI.iOS.Toolbar.

deprecated since 6.2.0

Use the cross-platform <Titanium.UI.Toolbar> instead.

Parameters

Returns

Titanium.UI.iOS
( transition ) : Titanium.Proxy
Creates a transition animation when opening or closing windows in a Titanium.UI.iOS.NavigationWindow or Titanium.UI.Tab. ...

Creates a transition animation when opening or closing windows in a Titanium.UI.iOS.NavigationWindow or Titanium.UI.Tab.

Requires: iOS 7.0 and later

Use the object returned by this method with the Window's transitionAnimation property.

Supported on iOS 7 and later.

  • 3.2.0
  • 3.2.0

Parameters

Returns

Creates and returns an instance of Titanium.UI.iOS.ViewAttachmentBehavior. ...

Creates and returns an instance of Titanium.UI.iOS.ViewAttachmentBehavior.

  • 3.2
  • 3.2

Parameters

Returns

Fires a synthesized event to any registered listeners. ...

Fires a synthesized event to any registered listeners.

Parameters

  • name : String

    Name of the event.

  • event : Dictionary

    A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

Returns

  • void
Gets the value of the apiName property. ...

Gets the value of the apiName property.

  • 3.2.0
  • 3.2.0
  • 3.2.0

Returns

  • String
Titanium.UI.iOS
( ) : Number
Gets the value of the appBadge property. ...

Gets the value of the appBadge property.

  • 5.4.0
  • 5.4.0

Returns

  • Number
Titanium.UI.iOS
( ) : Boolean
Gets the value of the appSupportsShakeToEdit property. ...

Gets the value of the appSupportsShakeToEdit property.

  • 5.4.0
  • 5.4.0

Returns

  • Boolean
Gets the value of the bubbleParent property. ...

Gets the value of the bubbleParent property.

  • 3.0.0
  • 3.0.0
  • 3.0.0

Returns

  • Boolean
Titanium.UI.iOS
( ) : Boolean
Gets the value of the forceTouchSupported property. ...

Gets the value of the forceTouchSupported property.

  • 5.1.0
  • 5.1.0

Returns

  • Boolean
Gets the value of the lifecycleContainer property. ...

Gets the value of the lifecycleContainer property.

  • 3.6.0

Returns

Titanium.UI.iOS
( ) : String
Gets the value of the statusBarBackgroundColor property. ...

Gets the value of the statusBarBackgroundColor property.

  • 6.0.0
  • 6.0.0

Returns

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

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

Multiple listeners can be registered for the same event, so the callback parameter is used to determine which listener to remove.

When adding a listener, you must save a reference to the callback function in order to remove the listener later:

var listener = function() { Ti.API.info("Event listener called."); }
window.addEventListener('click', listener);

To remove the listener, pass in a reference to the callback function:

window.removeEventListener('click', listener);

Parameters

  • name : String

    Name of the event.

  • callback : Callback<Object>

    Callback function to remove. Must be the same function passed to addEventListener.

Returns

  • void
Titanium.UI.iOS
( appBadge )
Sets the value of the appBadge property. ...

Sets the value of the appBadge property.

  • 5.4.0
  • 5.4.0

Parameters

  • appBadge : Number

    New value for the property.

Returns

  • void
Titanium.UI.iOS
( appSupportsShakeToEdit )
Sets the value of the appSupportsShakeToEdit property. ...

Sets the value of the appSupportsShakeToEdit property.

  • 5.4.0
  • 5.4.0

Parameters

  • appSupportsShakeToEdit : Boolean

    New value for the property.

Returns

  • void
Sets the value of the bubbleParent property. ...

Sets the value of the bubbleParent property.

  • 3.0.0
  • 3.0.0
  • 3.0.0

Parameters

  • bubbleParent : Boolean

    New value for the property.

Returns

  • void
Sets the value of the lifecycleContainer property. ...

Sets the value of the lifecycleContainer property.

  • 3.6.0

Parameters

Returns

  • void
Titanium.UI.iOS
( MODAL_PRESENTATION_CURRENT_CONTEXT )
Sets the value of the MODAL_PRESENTATION_CURRENT_CONTEXT property. ...

Sets the value of the MODAL_PRESENTATION_CURRENT_CONTEXT property.

  • 5.4.0
  • 5.4.0

Parameters

  • MODAL_PRESENTATION_CURRENT_CONTEXT : Number

    New value for the property.

Returns

  • void
Titanium.UI.iOS
( statusBarBackgroundColor )
Sets the value of the statusBarBackgroundColor property. ...

Sets the value of the statusBarBackgroundColor property.

  • 6.0.0
  • 6.0.0

Parameters

  • statusBarBackgroundColor : String

    New value for the property.

Returns

  • void