Instance Property インスタンスプロパティ

disableAutocorrection

A Boolean value that determines whether the view hierarchy has auto-correction enabled. あるブール値、それはビュー階層が自動補正を可能にされるかどうかを決定します。

Declaration 宣言

var disableAutocorrection: Bool? { get set }

Discussion 議論

When the value is nil, SwiftUI uses the system default. The default value is nil. 値がnilである場合、SwiftUIはシステム省略時のものを使います。省略時の値は、nilです。

See Also 参照

Text Styles