Sunday, 13 December 2015

Hi Folks,

Please have a look at below link

https://github.com/hackiftekhar/IQKeyboardManager


Feature:-
1) Support Device Orientation.
2) Enable/Disable Keyboard Manager when needed with enable boolean.
3) Easiest integration.
4) AutoHandle UIToolbar as a accessoryInputView of textField/textView with enableAutoToolbar boolean.
5) AutoHandle UIToolbar can be manged by superview's hierarchy or can be managed by tag property of textField/textView using toolbarManageBehaviour enum.
6) UIView Category for easily adding Next/Previous and Done button as Keyboard UIToolBar, even automatic withenableAutoToolbar boolean.
7) Enable/Disable Next/Previous buttons with Category methods, even automatic with enableAutoToolbar boolean.
8) Set keyboard distance from textFields using keyboardDistanceFromTextField.
9) Resign keyboard on touching outside using shouldResignOnTouchOutside.
10) Manage UITextView's frame when it's hight is too large to fit on screen with canAdjustTextView boolean.
11) Can manage UITextField/UITextView inside UITableView/UIScrollView.
12) Can play input sound on Next/Previous/Done click.