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
目标:要做一个和京东商品详情顶部的预览效果一样的页面,第一屏是视频,后面是图片的collectionview iphoneX iOS16.2 SJVideoPlayer '3.4.3' 版本
cellForItemAtIndexPath里添加player.view视图
问题一:底部没有预留安全距离 (测试,如果把playerview添加到self.view是有安全距离的)
问题二:切到横屏,然后切换竖屏后,cell会自动向上偏移
问题三:往右滑动之后,cell偏移的距离又恢复正常
The text was updated successfully, but these errors were encountered:
问题二已使用,设置contentoffset的方式修复
Sorry, something went wrong.
No branches or pull requests
目标:要做一个和京东商品详情顶部的预览效果一样的页面,第一屏是视频,后面是图片的collectionview
iphoneX
iOS16.2
SJVideoPlayer '3.4.3' 版本
cellForItemAtIndexPath里添加player.view视图
问题一:底部没有预留安全距离 (测试,如果把playerview添加到self.view是有安全距离的)
问题二:切到横屏,然后切换竖屏后,cell会自动向上偏移
问题三:往右滑动之后,cell偏移的距离又恢复正常
The text was updated successfully, but these errors were encountered: