JRG-Developer / AutoLayoutTextViews

AutoLayoutTextViews subclasses UITextView and adds placeholder text, auto resizing, and keyboard avoiding functionality.
Other
19 stars 6 forks source link

Weird spacing between UITextView and Keyboard #3

Closed codepushr closed 7 years ago

codepushr commented 8 years ago

Hi there,

thanks for the library! I'm using ALKeyboardAvoidingTextView and sadly I got a problem, everything works well (when the keyboard appears it resizes the TextView) except that there is a weird ~40pixel spacing between my UITextView and Keyboard.

First I thought maybe its the inputAccessoryView of the UITextField but after checking (setting it to nil) I found out that it has to be the bottom constraint that fools around.

Any ideas? (Using iOS 9.1 and Xcode 7.1.1)

JRG-Developer commented 7 years ago

I'm not able to reproduce this.

This ticket is fairly old, however, so it's likely this isn't a problem anymore...?

I'm closing this ticket for now...

If you're still having issues, please provide a link to a demo project and/or PR, and I'd be happy to re-open this.