-
Notifications
You must be signed in to change notification settings - Fork 207
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
无法关闭 #171
Comments
感谢反馈,请问可以上传个demo工程复现问题给我看看吗 |
项目上的代码不好分离,你试一下瀑布布局,每个图片的大小都不一样。
发件人: <[email protected]> 代表 JiongXing <[email protected]>
答复: JiongXing/PhotoBrowser <[email protected]>
日期: 2020年3月7日 星期六 下午10:10
收件人: JiongXing/PhotoBrowser <[email protected]>
抄送: lghisfc <[email protected]>, Author <[email protected]>
主题: Re: [JiongXing/PhotoBrowser] 无法关闭 (#171)
感谢反馈,请问可以上传个demo工程复现问题给我看看吗
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
let cell = collectionView.cellForItem(at: path) as? BaseCollectionViewCell
return cell?.imageView
刚跟踪了一下代码,超过一屏这个cell是nil
发件人: <[email protected]> 代表 JiongXing <[email protected]>
答复: JiongXing/PhotoBrowser <[email protected]>
日期: 2020年3月7日 星期六 下午10:10
收件人: JiongXing/PhotoBrowser <[email protected]>
抄送: lghisfc <[email protected]>, Author <[email protected]>
主题: Re: [JiongXing/PhotoBrowser] 无法关闭 (#171)
感谢反馈,请问可以上传个demo工程复现问题给我看看吗
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
请问下你是用的默认的FadeAnimator还是ZoomAnimator呢? |
JXPhotoBrowserZoomAnimator
发件人: <[email protected]> 代表 JiongXing <[email protected]>
答复: JiongXing/PhotoBrowser <[email protected]>
日期: 2020年3月8日 星期日 下午9:40
收件人: JiongXing/PhotoBrowser <[email protected]>
抄送: lghisfc <[email protected]>, Author <[email protected]>
主题: Re: [JiongXing/PhotoBrowser] 无法关闭 (#171)
请问下你是用的默认的FadeAnimator还是ZoomAnimator呢?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
我还没找到原因。你有没试过Fade的会不会出问题呢? |
你好,我刚更新了代码,版本3.1.0,应该修复了这个问题。感谢反馈~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
如果图片数量超过一屏幕,我右滑到超过一屏的照片时会无法关闭
The text was updated successfully, but these errors were encountered: