1

If the property is enabled:

 self.hidesBottomBarWhenPushed = YES;

then when you swipe back items on TabBar are displayed incorrectly.

This bug can be found in WhatsApp

How I can fix this?

Dmitry Kuzin
  • 656
  • 1
  • 6
  • 15

1 Answers1

1

In your UITabBarController, set isTranslucent = false

thanks Vanya

Dmitry Kuzin
  • 656
  • 1
  • 6
  • 15