Contents

image

The UIKit image object

Declaration

var image: UIImage? { get }

Discussion

The value in this property is set using the init(image:) method. For image objects created using other methods, this property is nil.

See Also

Getting the Image Data