devxoul / URLNavigator

⛵️ Elegant URL Routing for Swift
MIT License
3.25k stars 297 forks source link

where to perform hidesBottomBarWhenPushed? #127

Open tospery opened 5 years ago

tospery commented 5 years ago

When push from TabBarController, where to perform hidesBottomBarWhenPushed method?

devxoul commented 5 years ago

You may set the value in the constructor of the view controller.

Colddddd commented 4 years ago

You may set the value in the constructor of the view controller.

please,show me how ? thanks