我正在尝试使用NEXT按钮更改UIPageViewController的当前ViewController。所以我使用委托(delegate)在我的mainViewController中调用我的containterViewController中的函数。但它不执行setViewControllers行。在这里你可以看到我的代码:这是我使用委托(delegate)调用的方法:funcforwardPage(){print("Start")currentPage+=1print(vcs[currentPage])self.setViewControllers([vcs[currentPage]