mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-25 17:51:01 +00:00
Composer: disable predictive type on all platforms
This commit is contained in:
parent
04af087c4b
commit
ba3d8b1882
1 changed files with 1 additions and 3 deletions
|
@ -45,9 +45,7 @@ extension TextView.Representable {
|
||||||
textView.allowsEditingTextAttributes = false
|
textView.allowsEditingTextAttributes = false
|
||||||
textView.returnKeyType = .default
|
textView.returnKeyType = .default
|
||||||
textView.allowsEditingTextAttributes = true
|
textView.allowsEditingTextAttributes = true
|
||||||
#if targetEnvironment(macCatalyst)
|
textView.inlinePredictionType = .no
|
||||||
textView.inlinePredictionType = .no
|
|
||||||
#endif
|
|
||||||
|
|
||||||
self.getTextView?(textView)
|
self.getTextView?(textView)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue