I've used search already, haven't found an answer.
Trying to switch like this:
[self. tabBarController.selectedViewController OptionsViewContorller];
and like this:
[self.tabBarController.selectedViewController = self.tabBarController.viewControllers objectAtIndex:3];
but it doesn't work, i also tried and advice to change
self.tabBarController.selectedIndex
but it only changes at tab bar not a view.