TPKeyboardAvoiding icon indicating copy to clipboard operation
TPKeyboardAvoiding copied to clipboard

Lack of resizing during device rotation

Open lordbron opened this issue 10 years ago • 2 comments

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

lordbron avatar May 22 '14 17:05 lordbron

Same problem here,

Anyone knows a solution for this problem?

postgw avatar Jul 09 '15 09:07 postgw

I guess that one can use:

- (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation {
    [tpScrollView contentSizeToFit];
}

bagage avatar Jul 16 '15 12:07 bagage