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.
4 つのタブを持つタブ バー アプリがあります。各タブは同じ UITableViewController をロードします。
どのタブがタップされたかに基づいてテーブルを埋めたいと思います。
どのように?
使用する:
if (self.tabBarController.selectedIndex == 0) ...
等。