Minitour / AZTabBarController

A custom tab bar controller for iOS written in Swift 4.2
MIT License
348 stars 65 forks source link

How to hide tabbar on navigation bar push? #34

Closed tempurai closed 6 years ago

tempurai commented 6 years ago

I have view as:

AZTabBarController ---
    ---- X1
    ---- X2
    ---- Setting (wrapped with navigation controller)
         ---- Personal Setting

How do I hide AZTabBarController when push from Setting View to Personal Setting View?