Skip to content

Releases: hackiftekhar/IQKeyboardManager

v3.0.8 Bug fixes

17 Mar 04:38
Compare
Choose a tag to compare

Bugfixes:

  • Fixed tintColor issue with IQToolbar UIBarButtonItem's.
  • Reverted UIToolbar resizing related fixes done with 3.0.6.

v3.0.7 Bug fixes

17 Mar 04:38
Compare
Choose a tag to compare

Bugfixes:

  • Fixed an issue with detecting UISearchBar textField.

v3.0.6 Bug fixes

17 Mar 04:38
Compare
Choose a tag to compare

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.5 Keyboard Appearance Tweak

17 Mar 04:38
Compare
Choose a tag to compare

Features:

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

v3.0.4 Bug fixes

17 Mar 04:38
Compare
Choose a tag to compare

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.3 Bug fixes

17 Mar 04:39
Compare
Choose a tag to compare

Bugfixes:

  • Fixed a bug with resetting textView frame when orientation.

v3.0.2 Bug fixes

17 Mar 04:39
Compare
Choose a tag to compare

Bugfixes:

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

Features:

  • Added shouldAdoptDefaultKeyboardAnimation property.

v3.0.1 Bug fixes

17 Mar 04:39
Compare
Choose a tag to compare

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.0 Toolbar placeholder support

17 Mar 04:39
Compare
Choose a tag to compare

Features:

  • Added shouldShowTextFieldPlaceholder property.

v2.6 UITableView support

17 Mar 04:39
Compare
Choose a tag to compare

Bugfixes:

  • Fixed a contentOffset bug with UITextView in iOS7.

Features:

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