michaeltyson / TPKeyboardAvoiding

A drop-in universal solution for moving text fields out of the way of the keyboard in iOS
http://atastypixel.com/blog/a-drop-in-universal-solution-for-moving-text-fields-out-of-the-way-of-the-keyboard/
zlib License
5.81k stars 926 forks source link

Useless because of landscape mode on iPhone #217

Open gerchicov-bp opened 8 years ago

gerchicov-bp commented 8 years ago

UITableView + UITextView + landscape mode = HELL You always get one of two following situations: 1)UITextView is too huge than the visible area so you can't access text from the begin or the end 2)UITextView is fully scrolled outside the screen