Skip to content

Releases: hackiftekhar/IQKeyboardManager

v6.0.5 UINavigationController popGestureRecognizer fix

29 Apr 17:49
Compare
Choose a tag to compare

Bug fixes

  • Added parentIQContainerViewController for the projects which is using side menu kind of layout. Developer have to manually implement some code to make this work.
  • Fixed an issue with the NavigationController popGestureRecognizer, where using this gesture to navigate causing blank space at the bottom.
  • Fixed some position related issues with IQTextView.

Documentation

  • Added default template when creating new issue.

v6.0.4 Swift 4.2 support

15 Jun 10:26
Compare
Choose a tag to compare

Improvements

  • Added support for Swift 4.2

v6.0.3 Critical bug fix

10 May 15:39
Compare
Choose a tag to compare

Bug fixes

  • Fixed an issue where customized done button invocation wasn't getting called.

v6.0.2 Critical bug fix

09 May 12:47
Compare
Choose a tag to compare

Bug fixes

  • Fixed an issue where parentContainerViewController method stuck with infinite loop

v6.0.1 Critical bug fix

10 May 15:40
Compare
Choose a tag to compare

Bug fixes

  • Fixed an issue where parentContainerViewController method stuck with infinite loop

v6.0.0 Core Logic changed, Bug fixes and improvements

12 Apr 12:14
f9eee09
Compare
Choose a tag to compare

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

v5.0.8 Fixed memory leaks

17 Mar 04:17
Compare
Choose a tag to compare

Bugfixes:

  • Fixed couple of memory leak issues.

Features:

  • Added shouldResignOnTouchOutsideMode in UITextFieldView category to override resign on touch outside behaviour for particular textField.

v5.0.7 Bug fixes and improvements

17 Mar 04:20
Compare
Choose a tag to compare

Bugfixes:

  • Fixed a deprecated warning about characters.

Improvements:

  • Improved IQToobar button frame calculations below iOS11.

Documentation:

  • Updated Update PROPERTIES & FUNCTIONS.md.

v5.0.6 Bug fixes and improvements

17 Mar 04:20
Compare
Choose a tag to compare

Bugfixes:

  • Fixed a compilation issue due to NSAttributedString.

Improvements:

  • Replaced some Objective-C style API's with Swift style API's.

v5.0.5 Bug fixes and improvements

17 Mar 04:21
Compare
Choose a tag to compare

Improvements:

  • Patched a tweak for appearance proxy where appearance proxy on UIBarButtonItem was also overriding IQBarButtonItem appearance, which shouldn't be intended.