以下のように、アプリに複数のビュー コントローラーを設定すると、アプリがクラッシュし続けます。
[self setViewControllers:_images direction:UIPageViewControllerNavigationDirectionForward animated:YES completion:NULL];
私の画像はView Controllerの配列です。
次のエラーが表示されてアプリがクラッシュします。どこから始めればよいかわかりません。
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'The number of view controllers provided (9) doesn't match the number required (1) for the requested transition