I am implementing a straightforward gallery view controller where the app displays a small range of full-screen images that the user can scroll through. I\'m using UIPageViewCon
My mistake was to set the count value more than the actual content pages in my page view controller in presentationCount() delegate method.