If we are implementing a page control such that we are adding small controllers on the scrollview. Although adding controller's view as a subview is not a good practice, but if this is the implementation, then, while adding the controller's view as a subview on the scrollview should the viewWillAppear method be invoked or not ? As per the current implementation, we are loading 4 pages initially. At this time, vieWillAppear does not invoked but when other pages are loaded while scrolling the scrollview, viewWillAppear gets invoked.
Please share your opinion.