We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,冒昧请教.近期在做一个阅读器的项目 阅读器设置为<仿真>翻页的时候章节和页码都正常 但是将阅读器设置为样式的时候,数据源方法调用就出现混乱的问题,可能是有什么因素造成的 方法1 手势向右滑动时调用 - (UIViewController *)pageViewController:(UIPageViewController *)pageViewController viewControllerBeforeViewController:(UIViewController *)viewController 方法 2 手势向左滑动时调用 - (UIViewController *)pageViewController:(UIPageViewController *)pageViewController viewControllerAfterViewController:(UIViewController *)viewController 这两个方法是UIPageViewController的代理方法 翻页模式设置为仿真的时候左右翻页都是正常的; 但是平铺效果的时候 有时候就会出现 手势是向右(左)滑动 两个方法都调用的情况
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好,冒昧请教.近期在做一个阅读器的项目 阅读器设置为<仿真>翻页的时候章节和页码都正常 但是将阅读器设置为样式的时候,数据源方法调用就出现混乱的问题,可能是有什么因素造成的 方法1 手势向右滑动时调用 - (UIViewController *)pageViewController:(UIPageViewController *)pageViewController
viewControllerBeforeViewController:(UIViewController *)viewController 方法 2 手势向左滑动时调用 - (UIViewController *)pageViewController:(UIPageViewController *)pageViewController
viewControllerAfterViewController:(UIViewController *)viewController 这两个方法是UIPageViewController的代理方法 翻页模式设置为仿真的时候左右翻页都是正常的; 但是平铺效果的时候 有时候就会出现 手势是向右(左)滑动 两个方法都调用的情况
The text was updated successfully, but these errors were encountered: