You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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.
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?
The text was updated successfully, but these errors were encountered: