image Instance Property

var image: UIImage? { get }
@property (nonatomic, readonly) UIImage * image;

The image displayed in the view.

Top