GGTabBar
GGTabBar copied to clipboard
When you present a new viewcontroller and dismiss it, main viewcontroller will been covered by something.
Before present
After dismiss
Could you add some code to the issue? That way I can test it :+1:
@dskyu hey there, I'm really interested in fixing this. Could you post some code so I can accurately reproduce the issue?
Cheers! :+1:
I'm sorry for my late relpy. You just present a new ViewController in TestViewController1 and dismiss this new ViewController backing to TestViewController ,then this bug is occurred.
There is my code in TestViewController1
Hey there,
Don't worry :+1: , I'll take a look at it as soon as possible. (Leaving for a short vacation this Friday, so It will have to wait until next week!)
If you happen to solve it, I do take pull requests too!
Cheers! Nico.
@dskyu are you sure you're not presenting a detached view controller?
That could be the issue. It's not supported by GGTabBar
and you should see a warning in your console.