Often while developing an app, We ran into an issues where the iPhone UIKeyboard slide up and cover the UITextField/UITextView.
You can use IQKeyboardManager to fix this issue with just one line of code:-
[IQKeyBoardManager installKeyboardManager];
Just drag and drop IQKeyboardManager class in your project. In your appDelegate write just one line of code. This will handle all UITextField/UITextView covering problem.
-
Support Device Orientation.
-
Easy integration.
-
UITextField Category for easily adding Next/Previous and Done button as Keyboard UIToolBar.
-
Enable/Desable Keyboard Manager with Class methods.
-
Enable/Desable Next/Previous with Category methods.
-
Autohandle in Whole application without any extra work or code.
- Diego Ramirez