ios - Can UITextField have suggestions when autocorrect is no? -


uitextinputstraits protocol conformed uitextfield , uitextview has property autocorrectiontype enum values default, no , yes.

for particular uitextfield have autocorrect turned off (so automatic substitutions not made). however, i'd completion suggestions still shown above keyboard. when set autocorrecttype no, suggestions no longer shown.

is possible disable autocorrect, still have suggestions shown?


Comments

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -