Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Kirill Koleno
seal-mask
.a{fill-rule:evenodd;}techdegree
Kirill Koleno
iOS Development with Swift Techdegree Student 15,327 Points

Disable swipe at first and last pages of PageViewController

Hi there!

I have some trouble with PageViewController... Please help! =)

I have PageViewController with 3 views. And I want to fix position of view when displaying first or last page of PageViewController if I swipe left/right. (I mean that I want to fixing view / disable bounce effect). But I need to switch between pages.

I want to get rid of this (see this link)

Kirill Koleno
seal-mask
.a{fill-rule:evenodd;}techdegree
Kirill Koleno
iOS Development with Swift Techdegree Student 15,327 Points

Thank you, Chris Stromberg! But if I try to use this method: scrollView.bounces = false it turn off all swipes (not only at first or last pages)