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.
我有一个设计,其中有一个主视图控制器,其中包含三个子视图。如何将 UINavigationController 添加到其中一个子视图以仅管理该子视图的视图堆栈?
从 iOS 5 开始,您可以创建自定义容器视图控制器。我建议创建一个包含 3 个视图(每个都是视图控制器对象)的容器。既然UINavigationController是一个UIViewController子类,你应该能够将它添加到你的容器中。
UINavigationController
UIViewController