Contents

UIInputView

An object that displays and manages custom input for a view when that view becomes the first responder.

Declaration

@MainActor class UIInputView

Overview

The UIInputView class is designed to match the appearance of the standard system keyboard when used as an input view with a responder. When defining your own custom input views or input accessory views, you can use a UIInputView object as the root view and add any subviews you want to create your input view. The input view and its subviews receive tinting and blur effects based on the options you specify at initialization time.

Topics

Initializing an input view

Getting the input style

Sizing the input view

See Also

Custom keyboards