-
Notifications
You must be signed in to change notification settings - Fork 72
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
Icons Disappear After A Coded Selected Index Switch #11
Comments
@askopin It looks like you were the last one to actually maintain this project, but I realize you may have moved on from Cuberto, but I figured this was still worth a shot. Any suggestions? |
@EKKOING have you find solution for this problem |
@mbhanen I don't think I did ever figure this one out. I ended up going with another tab bar for the final product. |
@EKKOING thanks, you used the same animation? if yes can you give me the api |
Same issue |
I have the same issue too. Did you find any solution ? |
I have a screen that hides the tab bar controller. The issue is that as a result the way we return to the original view controller is by calling
self.tabBarController?.selectedIndex = 0
which works fine except that the icons for the screen we were on and the screen we swapped to completely disappear.Here is what that looks like:
And The Way It Is Supposed To Look:
The issue is on this repository.
I may be doing something else that is causing the issue.
The text was updated successfully, but these errors were encountered: