Enricoza / EZCustomNavigation

Easy Custom Navigation Controller that allows popping view controllers with pan gesture from center too and UnPop them back in.
MIT License
23 stars 5 forks source link

UITabBar always moves the full width when pushing a controller with HidesBottomBarWhenPushed #11

Open Enricoza opened 3 years ago

Enricoza commented 3 years ago

The tab bar seems to move at its own will, not following the animation block. Something else is moving it and I don't know if there is a way to safely make it follow my animation.

This is not really a problem, but would be nice if it was equal to the navigationController default animation in this case too.