mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-24 16:10:38 +00:00
Fix #1483
This commit is contained in:
parent
1ac25cc417
commit
bd3d2008c2
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ extension TextView.Representable {
|
||||||
textView.allowsEditingTextAttributes = false
|
textView.allowsEditingTextAttributes = false
|
||||||
textView.returnKeyType = .default
|
textView.returnKeyType = .default
|
||||||
textView.allowsEditingTextAttributes = true
|
textView.allowsEditingTextAttributes = true
|
||||||
|
if !ProcessInfo.processInfo.isiOSAppOnMac {
|
||||||
|
textView.inlinePredictionType = .no
|
||||||
|
}
|
||||||
|
|
||||||
self.getTextView?(textView)
|
self.getTextView?(textView)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue