How to move UITextView correction suggestion above text

后端 未结 7 880
闹比i
闹比i 2020-12-13 16:40

I\'m using a UITextView to roughly replicate the SMS text box above the keyboard. I\'m using a UITextView instead of a field so that it can expand with multiple lines.

7条回答
  •  盖世英雄少女心
    2020-12-13 16:48

    If the bottom of your UITextView clears the keyboard, you should be able to just resize your UITextView to be tall enough to see the corrections. The corrections themselves don't display outside of the UITextView's frame.

    If you want to mimic what you are getting in the SMS app (corrections above), you'll probably have to roll your own.

提交回复
热议问题