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.
同じように見えるビューがたくさんあり、ビューの上部にツールバーがあり、その上にいくつかの項目があります。そのため、ベース ビュー コントローラーを設定し、他のビュー コントローラーがそれを継承できるようにすることはできないのでしょうか。 View Controllerを作成するたびにこれらの項目を設定するのですが、良いアイデアはありますか?ベースのView Controllerを作成することは可能ですか?
iOS 5.0 以降では、以下を使用できます。
- (void)addChildViewController:(UIViewController *)childController