Skip to content

Releases: honghaoz/AutoKeyboardScrollView

Swift 5

Choose a tag to compare

@honghaoz honghaoz released this 06 Aug 00:55

Migrated to Swift 5

Swift 2.0 Supports

Choose a tag to compare

@honghaoz honghaoz released this 22 Sep 13:53

Swift 2.0 🎉
Other bugs fix

Code cleaned up

Choose a tag to compare

@honghaoz honghaoz released this 10 Sep 19:55
1.3

contentView can have same width/height with scrollView

Choose a tag to compare

@honghaoz honghaoz released this 09 Feb 01:07

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

Choose a tag to compare

@honghaoz honghaoz released this 07 Feb 06:30

Fixed NSNotification related crashes: UIKeyboardWillChangeFrameNotification

Works for textField

Choose a tag to compare

@honghaoz honghaoz released this 07 Feb 05:09
  • 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