Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lack of resizing during device rotation #99

Open
lordbron opened this issue May 22, 2014 · 2 comments
Open

Lack of resizing during device rotation #99

lordbron opened this issue May 22, 2014 · 2 comments

Comments

@lordbron
Copy link

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

@postgw
Copy link

postgw commented Jul 9, 2015

Same problem here,

Anyone knows a solution for this problem?

@bagage
Copy link

bagage commented Jul 16, 2015

I guess that one can use:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants