IQKeyboardManager Versions Save

Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView. Neither need to write any code nor any setup required and much more.

v6.0.5

5 years ago

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

5 years ago

Improvements

  • Added support for Swift 4.2

v6.0.1

5 years ago

Bug fixes

  • Fixed an issue where parentContainerViewController method stuck with infinite loop

v6.0.3

5 years ago

Bug fixes

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

v6.0.2

5 years ago

Bug fixes

  • Fixed an issue where parentContainerViewController method stuck with infinite loop

v6.0.0

6 years ago

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

2.5.0

6 years ago

Imporovements

  • CocoaPods Support

v1.0

6 years ago

Bugfixes:

  • Fixes framing bug with ModalViewController when presentation style is FormSheet/PageSheet in iPad.
  • fixed some issues with LandscapeLeft offset calculations.
  • Optimized for iOS7.

Features:

  • Basic distance handling of UITextField and UITextView.
  • Added Previous/Next UISegmentControl for moving between textFields.
  • Added enableKeyboardManager, disableKeyboardManager methods.
  • Added keyboardDistanceFromTextField, enabled properties.
  • Added Device Orientation support.

Documentation:

  • Added README.md.
  • Added iOS NSNotification Mechanism chart.

v2.0

6 years ago

Features:

  • Added UIView category methods to easily add Next Previous button toolbars.
  • Added iOS7 style previous/next button images.
  • Added enableAutoToolbar support by Subviews and Tag.
  • sharedInstance support.

v2.1

6 years ago

Features:

  • Added UIScrollView support.