Closed tcurdt closed 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.
My bad - I was missing a super.scrollViewDidScroll(scrollView)
super.scrollViewDidScroll(scrollView)
I guess it must be me doing something wrong but while I have it setup like this:
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.