Skip to content

NavigationController subclass for handling TabBarControllers

License

Notifications You must be signed in to change notification settings

dasilvans/TabBarNavigationController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

TabBarNavigationController

TabBarNavigationController is a simple UINavigationController for iOS that handles the behavior of a UITabController when it should only be visible on the first ViewController inside the UINavigationController:

  • First UIViewController

    • Show TabBar
    • Hide NavigationBar
  • Others UIViewController

    • Hide TabBar
    • Show NavigationBar

Usage

Copy files

Just copy the following file to your projec:

  • TabBarNavigationController.swift

Initialize it as your default navigation's controller.

License

DOSingleton is available under the MIT license. See the LICENSE.md file for more info.

Feel free to use it and contribute!

About

NavigationController subclass for handling TabBarControllers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages