DCPathButton
DCPathButton copied to clipboard
issues of Push
When push ViewControllers,how to hide or hide with tabbarcontroller together,such as "VC.hidesBottomBarWhenPushed = YES;"
I copy this button from Path.
In the Path App, you can see they are using present, not push
So there is nothing like "VC.hidesBottomBarWhenPushed = YES;"
Check this issue. It will solve your problem.