Releases: honghaoz/AutoKeyboardScrollView
Releases · honghaoz/AutoKeyboardScrollView
Swift 5
Swift 2.0 Supports
Swift 2.0 🎉
Other bugs fix
Code cleaned up
1.3
contentView can have same width/height with scrollView
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
Fixed NSNotification related crashes: UIKeyboardWillChangeFrameNotification
Works for textField
- 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
contentViewand make your life with Auto Layout easier