---
title: wantsIconRepresentation
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uidocumentproperties/wantsiconrepresentation
---

# wantsIconRepresentation

A Boolean value that determines whether to render an icon of the document in the navigation bar.

## Declaration

```swift
var wantsIconRepresentation: Bool { get set }
```

## Discussion

Discussion If the value is true, an icon representation of the document appears on the leading edge of the document’s title in the navigation bar.
