<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIInputViewAudioFeedback",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UIInputViewAudioFeedback"
  },
  "title" : "UIInputViewAudioFeedback"
}
-->

# UIInputViewAudioFeedback

A property that enables a custom input or keyboard accessory view to play standard keyboard input clicks.

```
@MainActor protocol UIInputViewAudioFeedback : NSObjectProtocol
```

## Overview

Implement this protocol in your custom subclass of [`UIView`](/documentation/UIKit/UIView) that you associate with your custom input nib file. For more information, see [Text Programming Guide for iOS](https://developer.apple.com/library/archive/documentation/StringsTextFonts/Conceptual/TextAndWebiPhoneOS/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009542).

Implementation of this protocol is optional but expected.

## Topics

### Enabling input clicks

[`enableInputClicksWhenVisible`](/documentation/UIKit/UIInputViewAudioFeedback/enableInputClicksWhenVisible)

Specifies whether or not an input view enables input clicks.



---

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)