Answers for "uipageviewcontroller stop scrolling"

1

uipageviewcontroller stop scrolling

The documented way to prevent the UIPageViewController from scrolling is
to not assign the dataSource property. If you assign the data source
it will move into 'gesture-based' navigation mode which is what 
you're trying to prevent.
Posted by: Guest on March-17-2021

Code answers related to "uipageviewcontroller stop scrolling"

Code answers related to "Swift"

Browse Popular Code Answers by Language