Skip to content

Titanium.UI.iOS.CoverFlowImageType

Simple object for defining a single image in a cover flow view.

If supplied, the width and height values must be exact values, not a percentage size.

If the size specified is different to the size of the image, the image is cropped and/or scaled to fit the specified size.

Properties #

height#

Type: Number

Display height of the image, in Apple points.

image#

Type: String, Titanium.Blob, Titanium.Filesystem.File

Image to use, as a local file URL, Blob, or File.

width#

Type: Number

Display width for the image, in Apple points.

Titanium SDK Documentation