UIInputViewAudioFeedback
A property that enables a custom input or keyboard accessory view to play standard keyboard input clicks.
Declaration
@MainActor protocol UIInputViewAudioFeedback : NSObjectProtocolOverview
Implement this protocol in your custom subclass of UIView that you associate with your custom input nib file. For more information, see Text Programming Guide for iOS.
Implementation of this protocol is optional but expected.