Skip to content

Releases: hackiftekhar/IQKeyboardManager

v2.5.0 CocoaPods Support

17 Mar 04:54
Compare
Choose a tag to compare

Imporovements

  • CocoaPods Support

v.2.2 Supported resigning on touch outside

17 Mar 04:40
Compare
Choose a tag to compare

Bugfixes:

  • Fixed an issue with a case where textView height is too big.

Features:

  • Added shouldResignOnTouchOutside property.
  • Added canAdjustTextView property.

Documentation:

  • Added how to use example.

v2.1 ScrollView support

17 Mar 04:40
Compare
Choose a tag to compare

Features:

  • Added UIScrollView support.

v2.0 Auto Toolbar Support

17 Mar 04:41
Compare
Choose a tag to compare

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.

v1.0 Initial release, iOS7 support

17 Mar 04:41
Compare
Choose a tag to compare

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.