We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any really simple way to get a callback when specific page is shown?
If not trivial do you think it make sense to add it on
- (void)animateCurrentFrame { [super animateCurrentFrame]; if(floorf(self.pageOffset) == self.pageOffset) { // did scroll to page self.pageOffset } }
should it be implemented directly in the lib as a method to subclass or even a delegate?
what do you think?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Any really simple way to get a callback when specific page is shown?
If not trivial do you think it make sense to add it on
should it be implemented directly in the lib as a method to subclass or even a delegate?
what do you think?
The text was updated successfully, but these errors were encountered: