Skip to content

A custom implementation of UIPageViewController with scrolling transition support.

License

Notifications You must be signed in to change notification settings

an0/WLPageViewController

Repository files navigation

WLPageViewController

WLPageViewController is a custom implementation of UIPageViewController with scrolling transition support.

Demo

WLPageViewController was initially created for iOS 5 wherein UIPageViewController only supported page curl transition. It is still used in iOS 6 or even iOS 7 projects for its synchronous navigation title transition support.

It uses CAKeyframeAnimation to build a damping system to implement inertial scrolling and bouncing. With the introduction of UIKit Dynamics in iOS 7, one might be able to implement it with simpler code. But still, it is a good sample of how to do physics based animation from the ground up.

About

A custom implementation of UIPageViewController with scrolling transition support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published