IQKeyboardManager Versions Save

Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView. Neither need to write any code nor any setup required and much more.

v2.2

6 years ago

Bugfixes:

  • Fixed an issue with a case where textView height is too big.

Features:

  • Added shouldResignOnTouchOutside property.
  • Added canAdjustTextView property.

Documentation:

  • Added how to use example.

v2.6

6 years ago

Bugfixes:

  • Fixed a contentOffset bug with UITextView in iOS7.

Features:

  • Added IQKEYBOARDMANAGER_DEBUG preprocessor for debugging purposes.
  • Added UITableView support.

v3.0.0

6 years ago

Features:

  • Added shouldShowTextFieldPlaceholder property.

v3.0.1

6 years ago

Bugfixes:

  • Disabled toolbar for UISearchBar and UIAlertView inner textField'.
  • Fixed toolbar resizing issue on orientation change.
  • Fixed buggy animations when keyboard show/hide.
  • Replaced UIBarButtonItem with IQBarButtonItem to overcome with appearance proxy related bugs.

Features:

  • Added shouldPlayInputClicks, shouldToolbarUsesTextFieldTintColor property.
  • Overrided +(void)load method to load IQKeyboardManager on class load.
  • Added easy category methods to UIView+IQKeyboardToolbar.h file.
  • Added IQTextView for placeholder support.

Documentation:

  • Updated README.md with video link.

v3.0.2

6 years ago

Bugfixes:

  • Fixed an issue with resetting textView frame to it's original position when resigning.

Features:

  • Added shouldAdoptDefaultKeyboardAnimation property.

v3.0.3

6 years ago

Bugfixes:

  • Fixed a bug with resetting textView frame when orientation.

v3.0.4

6 years ago

Bugfixes:

  • Fixed IQTextView placeholder update issues for older iOS versions.
  • Fixed a bug with UIScrollView contentOffset restoration.
  • Fixed a bug where any toolbar added by user is removed by library.

Features:

  • Added placeholderFont property.

Documentation:

  • Improved documentation for Manual Management.

v3.0.5

6 years ago

Features:

  • Added overrideKeyboardAppearance, keyboardAppearance property.
  • Added shouldHideTitle property in IQUIView+IQKeyboardToolbar.

v3.0.6

6 years ago

Bugfixes:

  • Fixed an issue with iOS7 UITableViewCell internal UIScrollView.
  • Fixed an issue with UIToolbar resizing bug. (Later this fix introduce another bug)

Documentation:

  • Enhanced demo app.

v3.0.7

6 years ago

Bugfixes:

  • Fixed an issue with detecting UISearchBar textField.