Minitour / AZTabBarController

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

Add a HeaderView for all viewControllers in tabbar #47

Closed hcphuc5295 closed 6 years ago

hcphuc5295 commented 6 years ago

Hello, I don't know if we can add a headerView which is fixed for all viewControllers in the TabBarVC? Thank you very much.

Minitour commented 6 years ago

@hcphuc5295 By HeaderView you mean Navigation Bar? if so you can. That can be done by having the main view controller which hosts the Tab Bar, wrapped with a UINavigationController.

hcphuc5295 commented 6 years ago

image d ios Like in this photo, it has a header and I want it to be fixed for all tabs

Minitour commented 6 years ago

This is a navigation controller. In your storyboard select the controller, and then select embed -> embed in a navigation controller.

hcphuc5295 commented 6 years ago

I will try, thank you @Minitour