How to reuse header section all scene?

后端 未结 3 861
天涯浪人
天涯浪人 2021-01-29 08:42

I want to reuse header section all view controller scene .header section mean green view and label (\"AMAR LIFE\")

Here is my may 1st

3条回答
  •  天涯浪人
    2021-01-29 09:37

    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.)

提交回复
热议问题