I have a UITextView with autocorrection on. The view\'s height is about 30 pix. When autocorrect kicks in the autocorrect view is nearly invisible below the text. Is there a way
I discovered that setting the scrollEnabled to false on the UITextView the popup would always appear above the word being corrected.