I have a UIViewCOntrollerthat contains a UITextView. When the keyboard appears I resize it like this:
UIViewCOntroller
UITextView
#pragma mark - Responding to
A simpler solution to this problem is to update the text view frame in response to the textViewDidBegingEditing delegate method. For further details, see the following:
How to re-size UITextView when keyboard shown with iOS 7