0

コードを介して UITabBar の選択されたタブをどのように変更するのだろうか?

はい、私はこのスレッドが次のコピーであることを知っています: Objective C: How to switch from one Tab bar to another via program but that solution did not work.

ありがとう!

-Shredder2794

4

1 に答える 1

1

これはあなたのケースでうまくいきますか?

[tabBar setSelectedItem:[[tabBar items] objectAtIndex:index]];

また

[tabBarController setSelectedIndex:index];
于 2012-04-23T04:03:59.627 に答える