IQKeyboardManager v5.0.0 Release Notes

Release Date: 2017-09-19 // over 6 years ago
  • ๐Ÿ›  Bugfixes:

    • ๐Ÿ›  Fixed an issue where custom bar button actions wasn't not passing UITextField/UITextView object to method.

    ๐Ÿ”‹ Features:

    • Added shouldIgnoreScrollingAdjustment property in UIScrollView category to prevent scrollView to scroll to adjust textField position. This will be useful if there are nested UIScrollView are having and we should like to scroll an specific one to autoscroll to correct position.

    ๐Ÿ‘Œ Improvements:

    • Converted project to support swift4, with backward compatibility of swift3.2 and swift 3.0.
    • Migrated from #import statements to @import.

    ๐Ÿšš Deprecations and Removed:

    • โœ‚ Removed localizable.strings files from Bundle since it's no longer useful.