Releases: hackiftekhar/IQKeyboardManager
Releases · hackiftekhar/IQKeyboardManager
v6.0.5 UINavigationController popGestureRecognizer fix
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
Improvements
- Added support for Swift 4.2
v6.0.3 Critical bug fix
Bug fixes
- Fixed an issue where customized done button invocation wasn't getting called.
v6.0.2 Critical bug fix
Bug fixes
- Fixed an issue where
parentContainerViewController
method stuck with infinite loop
v6.0.1 Critical bug fix
Bug fixes
- Fixed an issue where
parentContainerViewController
method stuck with infinite loop
v6.0.0 Core Logic changed, Bug fixes and improvements
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 withviewContainingController()
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
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
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
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
Improvements:
- Patched a tweak for appearance proxy where appearance proxy on UIBarButtonItem was also overriding IQBarButtonItem appearance, which shouldn't be intended.