Disable iOS Keyboard text replacement in UITextView

Is there a way to disable iOS Keyboard text replacement in UITextView via swift code?

(Settings > General > Keyboards > Text Replacement)

Note: textView.autocorrectionType = .no doesn't affect text replacement

Disable iOS Keyboard text replacement in UITextView
 
 
Q