I have specifically mentioned
textView.autocapitalizationType = .none
but when an input is done with Apple pen, the words entered will be automatically changed to Capital letter for the first word and other middle words which are originally entered as capitalized words being changed to small letters. If using keyboard for text input, no such issue.
Even when I change the setting->keyboard, turn off autocapitalization, the words will still be changed to Capital letter for first words and other words all to small letters as long as using Apple pen.
How can I programmatically forced the input by Apple pen to be exactly as what user key in ( which word to be in small letters, and which to be capital letters ), instead of autoCapitalized them and auto-turn capitalized words by user to small letters when it is not needed to do so at all. Thanks.