Contents

image

The achievement’s artwork that you display when the player completes the achievement.

Declaration

var image: NSImage? { get }
var image: UIImage? { get }

Discussion

The value of this property is undefined until you load the image using the loadImage(completionHandler:) method.

See Also

Reading and Writing Achievement Properties