Protocol: UIInputViewAudioFeedback
Overview
The UIInputViewAudioFeedback protocol defines a single property for enabling a custom input or keyboard accessory view to play standard keyboard input clicks.Specifies whether or not an input view enables input clicks.
Instance Attribute Summary (collapse)
-
- enableInputClicksWhenVisible
readonly
Specifies whether or not an input view enables input clicks.
Instance Attribute Details
- (Boolean) enableInputClicksWhenVisible (readonly)
Specifies whether or not an input view enables input clicks. In your custom subclass of UIView, implement this property as a getter method. Return YES to enable input clicks in your custom input or keyboard accessory view, as follows:Input clicks will be produced only if the user has also enabled keyboard clicks in Settings > Sounds.