How to use UIPageViewController to also display a part of the previous and next views
问题 I used this amazing tutorial How to Use UIPageViewController in Swift to understand and implement an UIPageViewController in my app. I have successfully completed the integration, but I need to modify a little bit the behavior now. Instead of viewing only one colored view at a time, I would like to view 25% of the previous view and 25% of the next one. I think I have to use this method passing the 3 viewcontrollers: func setViewControllers(_ viewControllers: [UIViewController]?, direction: