📜  uipageviewcontroller 停止滚动 - Swift 代码示例

📅  最后修改于: 2022-03-11 15:01:01.139000             🧑  作者: Mango

代码示例1
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.