私は既に検索を使用していますが、回答が見つかりませんでした。プログラムでselectedViewControllerプロパティを使用してタブを切り替える
次のように切り替えるようにしよう:
[self. tabBarController.selectedViewController OptionsViewContorller];
と、このような:
[self.tabBarController.selectedViewController = self.tabBarController.viewControllers objectAtIndex:3];
が、それは動作しません、私も
self.tabBarController.selectedIndex
を変更しようとしたアドバイスが、ビューではなくタブバーでのみ変更されます。
iOS SDKのどのバージョンをお使いですか? –