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.
The UIKit image object
var image: UIImage? { get }The value in this property is set using the init(image:) method. For image objects created using other methods, this property is nil.