Cuberto / flashy-tabbar

One another nice animated tabbar
MIT License
721 stars 73 forks source link

Icons Disappear After A Coded Selected Index Switch #11

Open EKKOING opened 4 years ago

EKKOING commented 4 years ago

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: Messed Up Tab Bar

And The Way It Is Supposed To Look: Normal Tab Bar

The issue is on this repository.

I may be doing something else that is causing the issue.

EKKOING commented 4 years ago

@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?

mbhanen commented 3 years ago

@EKKOING have you find solution for this problem

EKKOING commented 3 years ago

@mbhanen I don't think I did ever figure this one out. I ended up going with another tab bar for the final product.

mbhanen commented 3 years ago

@EKKOING thanks, you used the same animation? if yes can you give me the api

imhamza32 commented 2 years ago

Same issue

talhaordukaya commented 1 year ago

I have the same issue too. Did you find any solution ?