Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
いくつかのボタンを持つビューがあり、2 つの異なるタブを持つタブ バー ビュー コントローラーがあります。ビューコントローラーのボタンの1つを押すと、タブバービューコントローラーの特定のタブにジャンプしたい。
これについてどうすればいいですか?
これを試して
[self.tabBarController setSelectedIndex:1];