-
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
NavigationBar Jumping Problem #1289
Comments
same here. Have you figured it out yet? |
Same here as well. Waiting for feedback! |
Anything about resolving issue guys? |
Hi guys, I'm having the same issue! Could anyone figure this one out yet? |
same here. Have you figured it out yet?!! |
Same issue. How to solve this? |
Same, here's a quick fix though be alerted that it MAY CORRUPT your other views, because I haven't checked other components of this library, but here it is.
Though, I'd like it to be solved by the creators of the library |
So what do you suggest guys |
@cointowitcher is there any way to resolve this bug ? |
Hi guys, first of all, thanks for creating such a great UI library. I enjoy using this framework.
Recently, I saw a problem about when navigation back through the back button. The navigation bar is jumping when back button pressed. My code is not customized, it s from sample project. Can you help me to solve jumping?
Main NavigationController code is below;
class AppNavigationController: NavigationController {
open override func prepare() {
super.prepare()
isMotionEnabled = true
guard let v = navigationBar as? NavigationBar else {
return
}
}
These are the root ListViewController UI lifecycle functions. Nothing is special.
The text was updated successfully, but these errors were encountered: