lionheart / LHSKeyboardAdjusting

An easy-to-use Objective-C protocol that automatically resizes / adjusts views when a keyboard appears on iOS.
http://lionheartsw.com
Apache License 2.0
100 stars 10 forks source link

Compute bottom constraint by expressing keyboard's frame in self.view co... #6

Closed nsixbdg closed 9 years ago

nsixbdg commented 9 years ago

...ordinate space. This addresses cases when self.view does not extend to the bottom of the window and continues to work when it does.

dlo commented 9 years ago

@nsixbdg so sorry for the delay on this. Totally fell off the radar. I appreciate the contribution!