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

Calling [self scrollViewDidScroll:nil]; in viewDidAppear provoke like a jump #7

Open
iNono22 opened this issue Mar 10, 2015 · 2 comments

Comments

@iNono22
Copy link

iNono22 commented Mar 10, 2015

If we put it in viewWillAppear it doesn't set pictures frames until we actually scroll.

But in viewDidAppear we can see all the visibles pictures cell move to there place and looks like a bad jump.
Do you have an idea on how to update cells before showing the tableView to the user?

@jarrillaga
Copy link

Hi Arnaud,
Same problem here, did you solve it?
Regards,Juan

@bagratkirakosian
Copy link

@arnaudWasappli @jarrillaga guys are you trying to mix autolayout and frames? I had that problem when I mixed them up. Also try moving from viewDidAppear to viewDidLayoutSubviews it should theoretically work.

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