我已经设置了一个“UIViewController”(嵌入在“UINavigationController”中),并且“UIViewController”有一个带有“UIPageViewController”的“ContainerView”。
在“UIPageViewController”中有几个带有“UITableViews”的子视图。
现在的问题是,如果 TableView(嵌入在 ContainerView 中)滚动,启用“首选大标题”的“UINavigationBar”不会折叠。
我认为这是“UIPageViewController”的问题。大小与 ContainerView 相同。
我该如何解决这个问题?
