Skip to content

Include visionOS with the iOS textView autocorrection setup? #31

@alcor

Description

@alcor

It'd be nice to include visionOS in the disabling of iOS-style automatic behaviors.

#if os(iOS) || os(visionOS)
      textView.autocapitalizationType = .none
      textView.smartDashesType = .no
      textView.autocorrectionType = .no
      textView.spellCheckingType = .no
      textView.smartQuotesType = .no
#endif

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions