IQKeyboardManager v6.0.0 Release Notes

  • ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed an issue where textView was going out of the screen of form sheet or page sheet style presentation on iPad.
    • ๐Ÿ›  Fixed couple of memory leaks.
    • ๐Ÿ›  Fixed animation glitch if constraint are pinned with layout guides or safe area.
    • ๐Ÿ›  Fixed an issue where navigation bar moves with textFields.
    • Introduce IQInvocation class to fix some memory leak issues.

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ›  Core logic changed to handle distance between textField and keyboard. This fixes most of the recent issues automatically.
    • ๐Ÿ“‡ Renamed sharedManager() withshared for swift version.
    • ๐Ÿ“‡ Renamed viewController() method with viewContainingController() due to naming conflict with other third party SDK's.
    • ๐Ÿ‘Œ Supported toolbar placeholder text color
    • โž• Added @objc annotation to make swift library available for Objective-C files.
    • Added placeholderTextColor to IQTextView

    ๐Ÿšš Deprecation and removed

    • Deprecated preventShowingBottomBlankSpace, shouldFixInteractivePopGestureRecognizer, canAdjustAdditionalSafeAreaInsets