stefanceriu / SCPageViewController

Just like UIPageViewController but better.. :)
MIT License
352 stars 70 forks source link

setBouces: described in documentation is missing #39

Closed ekazaev closed 7 years ago

ekazaev commented 7 years ago

Actually it was the only reason why i tried this control. layouter.navigationConstraintType = SCPageLayouterNavigationContraintTypeNone did not fix bouncing effect either

Also if Iphone orientation changes swipes back to the previous page automaticaly

stefanceriu commented 7 years ago

I've exposed full access to the internal scrollView a while back so you can just [self.pageViewController.scrollView setBounces:NO];

As for the other issue, the demo projects don't seem to have this problem so you're going to have to send me a sample project where it happens.