-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Transitioning the RootViewController of a ToolbarController to an UITableViewController causes flickering #610
Comments
Could you send me a sample of this? |
@DanielDahan You can take the programmatic NavigationDrawerController sample and make the |
This could be when the UITableVIewController is setup. Usually this is done after the view loads and could give a stutter effect. I will take a look and see if I can replicate the behavior. Also, this issue came up and could be the same on StackOverflow - flickering behavior. |
But the toolbar is hidden for exactly the same amount of time like the transition's duration is. So if you call |
Ahh... I think I know why. Okay, I will take a look later today. I am finishing up some documentation, and then will tackle this issue and some others on the board. Thanks for bringing this to my attention. |
Thanks! 😄 |
Thank you for sharing this issue with me. Please give Material 2.3.18 a try :) |
Transitioning the RootViewController of a ToolbarController to an UITableViewController causes the Toolbar not being shown for the duration of the transition:
myToolbarController.transition(to: myTableViewController, duration: TimeInterval(1))
-> Toolbar is hidden for 1 sec
Using a duration of 0 causes a bit flickering even with normal UIViewControllers.
The text was updated successfully, but these errors were encountered: