HurkNburkS
HurkNburkS

Reputation: 5510

how to stop one subview covering another

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

Answers (1)

borrrden
borrrden

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

Related Questions