mamaral / Onboard

An iOS framework to easily create a beautiful and engaging onboarding experience with only a few lines of code.
MIT License
6.46k stars 765 forks source link

disable UIPageViewController's bounce #135

Open devcxm opened 8 years ago

devcxm commented 8 years ago

When I prefer to use an image to fill content viewcontroller for onboarding, UIPageViewController's bounce leads me to a bad experience at the first and last page. So I add a property "disableBounce" to disable UIPageViewController's bounce. (sorry for my bad english)