Contents

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.

See Also

Deprecated environment values