hope u can help me!
I've made an iPhoneApplication navigated by a tabbarcontroller.
The problem is, that I want to change the selected tab in a method!
Something like: [self changeSelectedTabBarController: 4]; ...
Is there an easy way to do this? I've already searched the whole www for an answer but I'm not getting any help there!
Thanks
P.S. I'm quite new to Xcode and Objective-C and maybe not getting all of what you answer^^