After thinking about this library for a while, I've come to a decision: decoupling the keyframing/interpolation logic from the view logic, leading to 2 different projects.
For the last few months, I've been working on a value interpolation framework called Popsicle, highly inspired by both Facebook's pop and IFTTT's JazzHands, providing the best of both frameworks, such as custom value interpolation and UIKit agnosticism.
The view logic will lie on DRPageScrollView, a library I just released. This way, you can use DRPageScrollView as a single paginated scroll view, or combine it with the future Popsicle framework in order to get some fancy animated transitions. Needless to say that Popsicle is completely independent from DRPageScrollView as well.
Popsicle will be released really soon, so stay tuned :)
After thinking about this library for a while, I've come to a decision: decoupling the keyframing/interpolation logic from the view logic, leading to 2 different projects.
For the last few months, I've been working on a value interpolation framework called Popsicle, highly inspired by both Facebook's pop and IFTTT's JazzHands, providing the best of both frameworks, such as custom value interpolation and UIKit agnosticism.
The view logic will lie on DRPageScrollView, a library I just released. This way, you can use
DRPageScrollView
as a single paginated scroll view, or combine it with the futurePopsicle
framework in order to get some fancy animated transitions. Needless to say thatPopsicle
is completely independent fromDRPageScrollView
as well.Popsicle will be released really soon, so stay tuned :)