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

[BUG]when change to another view and back, the visible row is wrong #12

Closed
kilik52 opened this issue Nov 9, 2014 · 1 comment
Closed

Comments

@kilik52
Copy link

kilik52 commented Nov 9, 2014

To reproduce this, first add a TabbarController in RJAppDelegate.m

UIViewController *dummyVC = [[UIViewController alloc] init];
[dummyVC.view setBackgroundColor:[UIColor redColor]];

self.tabbarController = [[UITabBarController alloc] init];
self.tabbarController.viewControllers = @[self.navigationController,dummyVC];

self.window.rootViewController = self.tabbarController;

Run the code, scroll to the end. Switch to tab 2, and switch back.
You will see now the scroll position is not at the end of the tableview.

@smileyborg
Copy link
Owner

I'm almost certain that you're running into the same Apple bug that has been raised numerous times, most recently here: #8

Please file duplicate radars with Apple so that they prioritize a fix.

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

2 participants