Share via


UIKeyboardAppearance Enum

Definition

The keyboard appearance.

[ObjCRuntime.Native]
public enum UIKeyboardAppearance
[<ObjCRuntime.Native>]
type UIKeyboardAppearance = 
Inheritance
UIKeyboardAppearance
Attributes

Fields

Name Value Description
Default 0

The normal keyboard appearance.

Alert 1

The keyboard used in alert panels.

Dark 1

A keyboard with a dark theme.

Light 2

A keyboard with a light theme.

Applies to