<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIPasteControl/DisplayMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIPasteControlDisplayMode"
  },
  "title" : "UIPasteControl.DisplayMode"
}
-->

# UIPasteControl.DisplayMode

Options that determine whether a paste button composes an icon, textual label, or both.

```
enum DisplayMode
```

## Overview

The paste button ([`UIPasteControl`](/documentation/UIKit/UIPasteControl)) property [`displayMode`](/documentation/UIKit/UIPasteControl/Configuration-swift.class/displayMode) is of this type.

## Topics

### Choosing a display mode

[`UIPasteControl.DisplayMode.iconAndLabel`](/documentation/UIKit/UIPasteControl/DisplayMode/iconAndLabel)

A display mode for a button that composes an icon and a textual label.

[`UIPasteControl.DisplayMode.iconOnly`](/documentation/UIKit/UIPasteControl/DisplayMode/iconOnly)

A display mode for an icon button.

[`UIPasteControl.DisplayMode.labelOnly`](/documentation/UIKit/UIPasteControl/DisplayMode/labelOnly)

A display mode for a textual label.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)