iOS — UITextView still putting period before double space if autocorrectionType is UITextAutoCorrectionTypeNo

StackOverflow https://stackoverflow.com/questions/4606734

문제

I want to turn off this behavior. How can I do that?

도움이 되었습니까?

해결책

That is a feature in the iOS Settings. Only the user can turn that off.

Settings > General > Keyboard > "." Shortcut

However, you could always monitor the valueChanged event of the UITextField and remove any characters that you don't want.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top