Disable bounce effect in UIPageViewController [duplicate]
问题 This question already has an answer here: Disable UIPageViewController bounce 9 answers I have implemented a UIPageViewController that contains two pages. On the right most page, I am able to swipe to the right, and pull the page back so that when I release, it bounces back. The same thing occurs on the left page when I swipe to the left. (The bouncing is like what happens when you reach the bottom of a safari page) Is there a way to disable the bounce effect? Thanks! 回答1: Thus far, none of