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.
現時点では、ナビゲーションバーが上部にあるタブバーコントローラーを持つアプリがあります。私の主な目標は、次のようなことをすること です :コントロールは、テーブル ビューを変更します。これを達成する方法はありますか?
これを試して
[segmentedControl setFrame:[self.navigationController.toolbar bounds]]; [self.navigationController.toolbar addSubview:segmentedControl];