Skip to content

geogerar/IQKeyboardManager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

Keyboard TextField Manager

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.

Feature:-

  1. Support Device Orientation.
  2. Easy integration.
  3. UITextField Category for easily adding Next/Previous and Done but ton as Keyboard UIToolBar.
  4. Enable/Disable Keyboard Manager with Class methods.
  5. Enable/Disable Next/Previous with Category methods.
  6. Auto handle in Whole application without any extra work or code.

Contribution and Thanks

  1. Diego Ramirez

About

Keyboard TextField Manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published