I'm working on creating an introduction page for the app with a few pages. I'm using UIPageViewController to do that.
Is there any way to disable bounce effect/scrolling on the sides of the first page (to the left) and the last page (to the right)? I would like it to stay fixed at those pages without being able to swipe to the sides where there is no content. Maybe I need to do it some other way?
UPD: I saw this, but it was pointed out to me that it's not the best way to do it.