IKImageBrowser 以相反的顺序加载文件?
我有一个 IKImageBrowser,它从应用程序内的资源目录加载图像。由于某种原因,它加载文件的顺序是相反的,例如我有图像 1-74,但它们加载的是 74-1,有什么想法吗?
项目基于 IKImageKit 演示。
I have an IKImageBrowser
that loads images from the resources directory located inside the app. For some reason, the order it loads the file is in reverse, for example I have images 1-74, but they get loaded 74-1, any ideas?
Project is based off of the IKImageKit Demo.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简单而“丑陋”的解决方案:
好的解决方案(众多可能性之一):
Simple and 'ugly' solution:
Good solution (one of the many possibilities):