my UIPageViewController class conforms to UIPageViewControllerDataSource protocol and yet UIPageControl is not visible.
I've attached screen representing segues between UIPageViewController and it's child UIViewController's which are added by setViewControllers method.

Question is why Page Control is not shown and what can i do with it except adding UIPageControl instance to view myself ?