Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Page Control #18

Open
killfish opened this issue Jul 10, 2014 · 0 comments
Open

Page Control #18

killfish opened this issue Jul 10, 2014 · 0 comments

Comments

@killfish
Copy link

Where would be the best place to update my Page Control? I'm playing around with the demo and I tried putting it in the controllerAtIndex method but that method gets called 3 times (for back, curr, next vc). I could add some logic to get the current vc but it would be hackish.

I tried implementing this in the DMViewController.m

- (void)lazyScrollView:(DMLazyScrollView *)pagingView currentPageChanged:(NSInteger)currentPageIndex {
     NSLog(@"%ld", (long)currentPageIndex);
}

but that method doesn't get called.

Any help on this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant