Skip to content
New issue

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

修复部分图片不显示问题,重复页面问题 #61

Open
gaici opened this issue Aug 9, 2018 · 2 comments
Open

修复部分图片不显示问题,重复页面问题 #61

gaici opened this issue Aug 9, 2018 · 2 comments

Comments

@gaici
Copy link

gaici commented Aug 9, 2018

修复部分图片不显示问题,重复页面问题 有偿服务 wechat: erric-zhe

@DoctorWiseman
Copy link

重复页面的问题,解决了,翻页的时候设置style为UIPageViewControllerTransitionStylePageCurl
_pageViewController = [[UIPageViewController alloc] initWithTransitionStyle:UIPageViewControllerTransitionStylePageCurl navigationOrientation:UIPageViewControllerNavigationOrientationHorizontal options:nil];

@yuanjun708
Copy link

重复页面的问题,解决了,翻页的时候设置style为UIPageViewControllerTransitionStylePageCurl
_pageViewController = [[UIPageViewController alloc] initWithTransitionStyle:UIPageViewControllerTransitionStylePageCurl navigationOrientation:UIPageViewControllerNavigationOrientationHorizontal options:nil];

有点奇怪 这是为啥呢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants