When I have a UITabBar with a TTTableViewController and a autoresizesForKeyboard set to YES, there’s a gap in the height of the Tab Bar (probably) above the keyboard.
How could this be fixed?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I just ran into the same problem and found a solution. If you’re using a modal view you can call self.hidesBottomBarWhenPushed = YES; and you won’t see any difference as it’s covering up the tab bar anyway but when the keyboard appears the gap is gone 🙂