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:
- A.viewWillDisAppear called
- B.viewWillAppear called
- A.viewDidDisAppear called
- B.viewDidAppear called
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: