Closed hcphuc5295 closed 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.
Like in this photo, it has a header and I want it to be fixed for all tabs
This is a navigation controller. In your storyboard select the controller, and then select embed -> embed in a navigation controller.
I will try, thank you @Minitour
Hello, I don't know if we can add a headerView which is fixed for all viewControllers in the TabBarVC? Thank you very much.