Open EKKOING opened 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?
@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.