This commit is contained in:
Thomas Ricouard 2023-09-18 14:30:24 +02:00
parent 1ac25cc417
commit bd3d2008c2
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ extension TextView.Representable {
textView.allowsEditingTextAttributes = false
textView.returnKeyType = .default
textView.allowsEditingTextAttributes = true
if !ProcessInfo.processInfo.isiOSAppOnMac {
textView.inlinePredictionType = .no
}
self.getTextView?(textView)
}