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.
我正在使用 ECSlidingViewController 框架,我需要实现一个表,它是 MenuViewController 的子表。当我选择一行时,我必须使用导航控制器转到另一个 tableview,我该如何配置它?谢谢
您可以创建一个UINavigationController带有根视图控制器的MenuViewController. 然后,您可以将该导航控制器设置为滑动视图控制器上的视图控制器之一。
UINavigationController
MenuViewController