Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Include visionOS with the iOS textView autocorrection setup? #31

Open
alcor opened this issue Mar 29, 2024 · 0 comments
Open

Include visionOS with the iOS textView autocorrection setup? #31

alcor opened this issue Mar 29, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@alcor
Copy link

alcor commented Mar 29, 2024

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
@helje5 helje5 added the good first issue Good for newcomers label Mar 30, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants