GGTabBar icon indicating copy to clipboard operation
GGTabBar copied to clipboard

When you present a new viewcontroller and dismiss it, main viewcontroller will been covered by something.

Open dskyu opened this issue 9 years ago • 5 comments

Before present image

After dismiss image

dskyu avatar Nov 21 '14 07:11 dskyu

Could you add some code to the issue? That way I can test it :+1:

Goles avatar Nov 21 '14 10:11 Goles

@dskyu hey there, I'm really interested in fixing this. Could you post some code so I can accurately reproduce the issue?

Cheers! :+1:

Goles avatar Nov 27 '14 04:11 Goles

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 image

dskyu avatar Dec 03 '14 14:12 dskyu

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.

Goles avatar Dec 03 '14 15:12 Goles

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

Goles avatar Apr 19 '15 04:04 Goles