I would like to disable suggestions for UITextView but keep the auto-correct.
By setting the autocorrectionType to NO will hide the suggestions but will disable the auto-correct option as well.
Here is the example I want to achieve https://stackoverflow.com/a/26500983
Any ideas are welcome. Thanks