Reputation: 5510
I have two subviews that load. One is a tabbar thats inside a viewcontroller which gets loaded fairly early on and the second is a view that appears when a tab bar item is pressed.
however when this subview is added it loads over the tabbar subview.. is there a way to bring to front or something along those lines?
Upvotes: 0
Views: 97
Reputation: 33421
There is a whole plethora of methods to choose from...see the section Managing the View Hierarchy in the UIView docs
Upvotes: 1