---
title: incompleteAchievementImage()
framework: gamekit
role: symbol
role_heading: Type Method
path: gamekit/gkachievementdescription/incompleteachievementimage()
---

# incompleteAchievementImage()

A common image that you can display when the player hasn’t completed the achievement.

## Declaration

```swift
class func incompleteAchievementImage() -> UIImage
```

```swift
class func incompleteAchievementImage() -> NSImage
```

## Return Value

Return Value A common image that represents an incomplete achievement.

## Discussion

Discussion In macOS versions earlier than macOS 11, this class method returns an NSImage object but otherwise works the same as in iOS, Mac Catalyst, and tvOS. Starting with iOS 14, macOS 11, and tvOS 14, this method returns a symbol image. To match your game’s appearance, make adjustments to the symbol image as described in Configuring and displaying symbol images in your UI.

## See Also

### Working with Achievement Images

- [placeholderCompletedAchievementImage()](gamekit/gkachievementdescription/placeholdercompletedachievementimage().md)
- [loadImage(completionHandler:)](gamekit/gkachievementdescription/loadimage(completionhandler:).md)
