I have a big problem with my UIPageViewController. I want to present content in my app using sections and sub-sections. So, I have created \"two\"
UIPageViewController
I forgot to assign dataSource and delegate properties of my vertical page view controllers in
dataSource
delegate
-pageViewController:viewControllerBeforeViewController:
-pageViewController:viewControllerAfterViewController:
Problem solved, everything works beautifully.