0

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?

HurkNburkS
  • 5,492
  • 19
  • 100
  • 183

1 Answers1

1

There is a whole plethora of methods to choose from...see the section Managing the View Hierarchy in the UIView docs

borrrden
  • 33,256
  • 8
  • 74
  • 109
  • yep sorry, I had looked in there but only at the top where all of the function/method normally hide but then after asking the question I went further down and found the solution.... – HurkNburkS Jun 06 '12 at 03:57
  • should I delete the question or leave it here for other people? – HurkNburkS Jun 06 '12 at 03:57
  • Nobody is complaining so it probably won't hurt anything to leave it here. If anything, this is a lesson to people to read the docs carefully before asking a question ^^. – borrrden Jun 06 '12 at 04:59