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
进入大图浏览模式时,你点击一下图片然后快速左右移动一下图片就会crash
断点定位崩溃
LLBrowserViewController.swift line: 367
解决: 要先判断indexPath if let indexPath = collectView?.indexPath(for: cell) { NotificationCenter.default.removeObserver(self, name: NSNotification.Name.UIDeviceOrientationDidChange, object: nil) ... 把单机退出浏览模式的相关代码放里面 }
The text was updated successfully, but these errors were encountered:
@cwxatlm 感谢指出错误,一会将更新CocoaPods,谢谢
Sorry, something went wrong.
修复退出时候的滚动问题 #5
b401798
No branches or pull requests
进入大图浏览模式时,你点击一下图片然后快速左右移动一下图片就会crash
断点定位崩溃
LLBrowserViewController.swift line: 367
解决: 要先判断indexPath
if let indexPath = collectView?.indexPath(for: cell) {
NotificationCenter.default.removeObserver(self, name: NSNotification.Name.UIDeviceOrientationDidChange, object: nil)
...
把单机退出浏览模式的相关代码放里面
}
The text was updated successfully, but these errors were encountered: