-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
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
Delegate method pageAppeared doesn't being called #174
Comments
This is because the method
And then, in the
This
Because the In general, I would recommend against custom setters that have side-effects. So we would have a (mostly empty) setter for |
I'm able to reproduce this as well by using tapToNext and tapping on the pages. |
…fter tapping a page This partially resolves [Issue ealeksandrov#174: Delegate method pageAppeared doesn't being called]
…fter tapping a page This partially resolves [Issue ealeksandrov#174: Delegate method pageAppeared doesn't being called]
…fter tapping a page This resolves [Issue ealeksandrov#174: Delegate method pageAppeared doesn't being called]
Okay, I fixed this in #177 . You can call |
…fter tapping a page This resolves [Issue ealeksandrov#174: Delegate method pageAppeared doesn't being called]
The method
func intro(introView: EAIntroView!, pageAppeared page: EAIntroPage!, withIndex pageIndex: UInt)
doesn't being called when we use the funcion setCurrentPageIndex:animatedThe text was updated successfully, but these errors were encountered: