I have creating an app using page view in iPhone, in this app we swiping pages like iPhone or other smartphone devices shows its main menu, and also I have created successfully and enabling transition style as Scroll on page view controller, after that its looking like this..

but here is an issue in my app, I am unable to show dots for each view on the bottom and I can't resolve this problem.
can any one who help me to solve my problem.
Your problem is not an issue because to display dots of page views needs to implement two more methods of UIPageViewController in your code:
these are the two methods:
after using both method on your screen displaying 3 dots on screen,
I think this is sufficient solution for your problem.