Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用以下代码在 tableview 中加载图像。
懒表图像
问题是
当我点击图像时,我会使用服务调用(发布方法)进入该图像的详细视图。 在那个服务电话中,我得到了 xml 格式。通过使用解析,我将获得数据。
但问题是当我点击后退按钮时,它会转到 mainView(延迟加载 tableview)。 当我连续做时,应用程序会崩溃。
请给我上述问题的解决方案
提前致谢
为什么不尝试使用延迟加载库。我强烈推荐SDWebImage。您只需要添加一行即可完成。阅读自述文件,非常简单。