Skip to content

Releases: honghaoz/AutoKeyboardScrollView

Swift 5

06 Aug 00:55

Choose a tag to compare

Migrated to Swift 5

Swift 2.0 Supports

22 Sep 13:53

Choose a tag to compare

Swift 2.0 🎉
Other bugs fix

Code cleaned up

10 Sep 19:55

Choose a tag to compare

contentView can have same width/height with scrollView

09 Feb 01:07

Choose a tag to compare

Added two properties:

var contentViewHasSameWidthWithScrollView: Bool
var contentViewHasSameHeightWithScrollView: Bool

These two properties will set whether contentView will have same width/height with scrollView

Fixed NSNotification related crashes

07 Feb 06:30

Choose a tag to compare

Fixed NSNotification related crashes: UIKeyboardWillChangeFrameNotification

Works for textField

07 Feb 05:09

Choose a tag to compare

  • Scroll to proper position and make sure the active textField is visible when keyboard is showing
  • Customize top and bottom margin for textField
  • Dismiss keyboard when tap on scrollView
  • Dismiss keyboard on tap "Return"
  • Support contentView and make your life with Auto Layout easier