1) I am not using any storyboards, and in the appDelegate file I'm setting the window's rootViewController as a tabBarController.
2) This tabBarController has 5 childs, those childs are navigationControllers with ViewControllers as roots.
2) Each of this childs are TableViewControllers, and when clicking a tableViewCell, I need to push to another ViewController
The problem is:
https://postimg.cc/image/ocskkyye5/
I tried pushing the viewController by clicking one of the cells, but the screen freezes and when I swipe form left to right, the controller is being shown from right
Solve it
. It was because I was using the navigationbar’s hide with animation method istead of the navigationbar’s isHidden method.