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
let browser = JXPhotoBrowser() browser.numberOfItems = { 1 } browser.reloadCellAtIndex = { context in let browserCell = context.cell as? JXPhotoBrowserImageCell let indexPath = IndexPath(item: context.index, section: 0) browserCell?.imageView.kf.setImage(with: URL(string: url), placeholder: UIImage(color: .white, size: CGSize(width: 1, height: 1))) } browser.show()
正确
变形
The text was updated successfully, but these errors were encountered:
收到,我查下
Sorry, something went wrong.
No branches or pull requests
首次 图片未下载 变形
第二次正确显示
正确
变形
The text was updated successfully, but these errors were encountered: