What's the preferred way to use UIPageViewController?
Subclass UIPageViewController and also use that object as the datasource for itself?
Create a container VC and add a UIPageViewController as its child VC? (having the container VC be the data source)
Pros/Cons to either approach would be appreciated.