Go from a ViewController, to an other section of a TabBar

Posted by Seraphin on Stack Overflow See other posts from Stack Overflow or by Seraphin
Published on 2010-04-14T18:01:32Z Indexed on 2010/04/14 18:03 UTC
Read the original article Hit count: 310

Hi,

I'm currently doing an application with 5 View Controllers and a tabBar on the bottom.

For this application, I need to set up a button in viewController(1) which can send me to an other viewController(3), but without touching the tabBar (it will be hidden for the viewController(1)).

I basically know how to use a tabBar, but I don't know wich functions I can use to do that.

Thanks in advance!

Séraphin

© Stack Overflow or respective owner

Related posts about uitabbarcontroller

Related posts about uitabbar