I want to reuse header
section all view controller scene
.header section mean green view and label (\"AMAR LIFE\")
Here is my may 1st
Subclass UITabBarController. Make the green view a subview of the tab bar controller's main view. Whenever the selected view controller changes (or anything else happens), keep bringing the green view to the front. (Even better, make the green view a layer, not a view, and give it a higher z-position so that it automatically floats in front of all subviews.)