Blank space coming between keyboard and UIVew in iOS

Viewed 1897

I have a tab bar controller-based application and I am using IQKeyboardManager to handle form-like stuff.

screenshot of blank space in IQKeyboardManager

Step 1: Tab bar controller with bottom a UITextView inside a UIView. Check Image 1.

Step2: When I click on UITextView, the keyboard appears but a blank space is appearing due to the tab bar. I have tried to remove IQKeyboardManager but it still occurs, so it is confirmed that it is not the issue of IQKeyboardManager. It is an issue due to the tab bar controller.

How to remove that spacing?

1 Answers
Related