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
Did you try to set clipsToBounds=NO for your UITextView? Sounds like it's clipping the autocorrect view to the frame size of your UITextView..or perhaps auto-positioning it inside your frame. Worth a try anyway..