次の方法で共有


UITextAutocorrectionType 列挙型

定義

自動修正型の列挙。

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

フィールド

Default 0

現在のスクリプト システムに基づく既定の動作。

No 1

自動修正を無効にします。

Yes 2

自動修正を有効にします。

適用対象