Skip to content

Instantly share code, notes, and snippets.

@nantekkotai
Created July 12, 2012 10:59
Show Gist options
  • Save nantekkotai/3097427 to your computer and use it in GitHub Desktop.
Save nantekkotai/3097427 to your computer and use it in GitHub Desktop.
TabBarをタップ以外で切り替える方法

とても簡単です。

self.tabBarController.selectedIndex = 2; // 左から3番目のタブに切り替え

代入と同時に切り替わります。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment