How to hide tab bar when push in iOS
Issue #471
1 | let navigationController = UINavigationController(rootViewController: viewControllerA) |
In view controller B, need to set hidesBottomBarWhenPushed
in init
1 | final class ViewControllerB: UIViewController { |