1

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.

Community
  • 1
  • 1
makaed
  • 419
  • 1
  • 5
  • 13
  • Unfortunately, there is no documented way to do this; the techniques in the link you posted are probably your best bet. – Ash Furrow Aug 30 '14 at 19:02

1 Answers1

-1

Setting bounces to NO should do the trick.