Disable iOS8 Quicktype Keyboard programmatically on UITextView

后端 未结 6 721
被撕碎了的回忆
被撕碎了的回忆 2020-11-27 19:02

I\'m trying to update an app for iOS8, which has a chat interface, but the new Quicktype keyboard hides the text view, so I would like to turn it off programmatically or in

6条回答
  •  醉梦人生
    2020-11-27 19:32

    For completeness sake I would like to add that you can also do this in the Interface Builder.

    To disable Keyboard Suggestions on UITextField or UITextView — in the Attributes Inspector set Correction to No .

    enter image description here

提交回复
热议问题