2410495654
2410495654
## 首次 图片未下载 变形 ## 第二次正确显示 ``` let browser = JXPhotoBrowser() browser.numberOfItems = { 1 } browser.reloadCellAtIndex = { context in let browserCell = context.cell as? JXPhotoBrowserImageCell let indexPath =...
I followed the docs, expecting me to reference my `Bundle.main.resourceURL/Demo` directory; but `Bundle.main.url(forResource: "Demo", withExtension: nil)` returns nil; Search for issues and find `URL(string: "Demo", relativeTo:Bundle.main.resourceURL)`, but it cannot be...