oseparovic / MessageComposerView

Custom UIView that sticks to the keyboard like in iMessage
MIT License
100 stars 27 forks source link

Changed to get keyboard height from NSNotification instead of constants. #3

Closed pompopo closed 10 years ago

pompopo commented 10 years ago

This fixes international keyboards issue.

oseparovic commented 10 years ago

I tried it out and it looks good on both iOS 6 and 7. Thanks so much for the contribution!