-
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
TabsController indicator line bug #824
Comments
Nice, I will investigate this today :) Thank you! |
Thank you for submitting this issue. It is now fixed. I will push an update now. |
In latest version of Material (v2.9.1) the bug mentioned in first message (both issues) came back (fixed in v2.9.0). Regards, |
This issue exists in v2.9.4 as well on the first swap between tabs |
I will double check. |
I cannot reproduce it. Are you sure you are using the latest? That said, if you can provide reproduction steps, that would be helpful. Thank you! |
Using Material (2.9.4)
The only difference I guess is that AppTabBarController is one of the tabs in RamAnimatedTabBarController and then the Material TabsController has two viewcontrollers that is set in the viewDidLoad |
Hmmm... well I cannot reproduce this within Material, you would have to setup a sample project with another library and demonstrate how Material breaks. Then I would be happy to help out. |
It seems to be storyboard related (modified the sample)
}
Created a storyboard "Test" with 3 ViewControllers
i.e it's not related to the other library |
I need a sample project that creates this issue. As well, you shouldn't need to set this:
They should already be set. |
Demo Repo |
@egenvall I know this is a really old issue and you may have already solved this, but I had this same issue and it was solved by setting up my tabBar appearance before calling super.viewDidLoad in my subclass of TabsController:
I suspect this may be related to setting the |
I use following code to initialize TabBar:
As you can see, there are some problems with indicator line shown on active tab:
Regards,
Gogu.
The text was updated successfully, but these errors were encountered: