i have a tabbar app with 4 tabs.
i want to add a small view (frame is: 0, 390, 320, 50) just over the tabcontrollers. the view shows a picture (like banner).
but i want to see it on all over tabs. not just first tab’s view controllers.
where should i add it? should i use viewcontroller for it?
i have a tabbar app with 4 tabs. i want to add a small
Share
If you added your UITabBarController to the window in your AppDelegate, that adding the new UIView as a subview of the window will do the trick