-
Notifications
You must be signed in to change notification settings - Fork 65
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
tabBar reset my segment buttonbar when hide #68
Comments
I don’t think this has anything to do with the tab bar. What library are you using for that segment control? |
I use the apple original segment control and write an extension function for moving the bottombar. works fine
or
can't works
or
|
Hi, I use the tab bar and hide it in my main view(first tab), and use self.currentTabBar?.setBar(hidden: false, animated: false) in main view's viewDidDissapear(). I also set some segment with button bar in other tab view. The issue is that my button bar reset to the first segment position. My button bar works fine when I change tab with tapping tab bar. I try many times and found that issue supposedly happen when tabBar hidden is changing. Is some way to correct this issue?
Demo video: https://youtu.be/V6lD-40gNpw
`
The text was updated successfully, but these errors were encountered: