Physics, asked by drthdate6724, 1 year ago

difference between subclassinf pageviewcontroller and creting a object of pageviewcontroller

Answers

Answered by dassristi2016
1
Viewcontroller is plain controller object managing its views, PageViewController in turn it container view controller which can hold/show multiple viewcontroller for page based navigation. You will observe that PageViewController is also subclass of viewcontroller itself. refer for creating custom/container viewcontroller. PageViewController is nothing but such container viewcontroller nothing more. If you put some efforts you can build your own too.
Similar questions