stefanceriu / SCPageViewController

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

I want SCSlidingPageLayouter to roll forward and roll backwards. In the same way。 #41

Closed xiushaomin closed 7 years ago

xiushaomin commented 7 years ago

what can I do?

stefanceriu commented 7 years ago

Hey, I'm not entirely sure what that means but generally pageLayouters are there to allow you to customize transitions. I suggest you write your own based on the SCPageLayouterProtocol and make it work however you see fit.

xiushaomin commented 7 years ago

ok,Thank you very much.