次の方法で共有


UIKeyboardAppearance 列挙型

定義

キーボードの外観。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIKeyboardAppearance
type UIKeyboardAppearance = 
継承
UIKeyboardAppearance
属性

フィールド

Alert 1

アラート パネルで使用されるキーボード。

Dark 1

暗いテーマのキーボード。

Default 0

通常のキーボードの外観。

Light 2

明るいテーマのキーボード。

適用対象