how to add uiview all over views
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开发者_如何学JAVA use viewcontroller for it?
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
精彩评论