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.
Approach #2 is preferred. If you use #1, you might run into this layout issue. Also, UIPageViewController
has many readonly
properties, and using composition instead of inheritance will encourage you to use it in the way in which it was designed.
You don't need to create a parent view controller to implement delegation methods.
You can simply drag an NSObject in the scene browser and set it's class to your datasource/delegate object.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With