You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lifecycle of ASPagerNode’s ViewController is strange.
It doesn’t call viewDidLoad the first time.
and doesn’t call viewWillDisappear when scrolling.
ASPagerNode should behave like UIPageViewController.
e.g:
When scrolling A to B
A.viewWillDisAppear called
B.viewWillAppear called
A.viewDidDisAppear called
B.viewDidAppear called
The text was updated successfully, but these errors were encountered:
The lifecycle of ASPagerNode’s ViewController is strange.
It doesn’t call viewDidLoad the first time.
and doesn’t call viewWillDisappear when scrolling.
ASPagerNode should behave like UIPageViewController.
e.g:
The text was updated successfully, but these errors were encountered: