views:

30

answers:

1

Hi. I've created a tabbar application using the template in Xcode, and have setup a working tab bar application. I want to know how I can change the view currently on the screen using a UIButton, so the result is the same as if the user just clicked one of the tabs.

+2  A: 

this is question was also asked by me and got good answer

look at

http://stackoverflow.com/questions/3880922/click-a-tab-of-tabbarcontroller-by-programming

hope it will help....

Ranjeet Sajwan