IFTTT / RazzleDazzle

A simple keyframe-based animation framework for iOS, written in Swift. Perfect for scrolling app intros.
http://ifttt.github.io
MIT License
3.36k stars 292 forks source link

not (staying) on multiple pages #33

Closed tcurdt closed 8 years ago

tcurdt commented 8 years ago

I guess it must be me doing something wrong but while I have it setup like this:

        keepView(pageControl, onPages: [0,1,2])

the page control shows only one the first page.

BTW: It would be great to mention in the docs whether the pages are 0 or 1 based.

tcurdt commented 8 years ago

My bad - I was missing a super.scrollViewDidScroll(scrollView)