UIPageViewController, instantiating ViewControllers with Storyboard ID, Objective-C
问题 I am trying to implement UIPageViewController and I believe that I am in the last stage. At first the UIPageViewController only used one VC to scroll to a "different" page. Now i want it to scroll between different ViewControllers. This is the code i am using: - (void)viewDidLoad { [super viewDidLoad]; self.vcIdentifiers = @[@"PageContentViewController", @"PageContentViewController1"]; // Create page view controller self.pageViewController = [self.storyboard