TPKeyboardAvoiding
TPKeyboardAvoiding copied to clipboard
Lack of resizing during device rotation
If you start in one rotation mode (portrait or landscape), open the keyboard, rotate while keyboard is open, the tableview maintains the previous offsets. Is this a known bug? If so, are you working on a solution? If not, I can take a stab at it and send a pull request.
Thanks, Tom
Same problem here,
Anyone knows a solution for this problem?
I guess that one can use:
- (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation {
[tpScrollView contentSizeToFit];
}