UIImageView 变为黑色并使所有其他图像变为黑色
我将最近拍摄的图像添加到我的表格视图中。
当我按下表格视图的任何行并导航到另一个视图并返回到我的视图时,图像将转换为半黑,当我再次重复该过程时,则整个图像转换为黑色,并且桌面视图的其他一些图像也变成黑色。
我将图像存储到文档目录中。
认为我在做什么愚蠢的事情吗?
I added recently snapped images to my table view ..
And when i press any row of the tableview and navigate to another view and come back to my view then the image is converted to half black and when i repeat the process again then the whole image converted to black and some other images of tableview also goes black.
I am storing the images to document directory.
Is there anything stupid think which i am doing ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在viewWillAppear中,
如果效果不好,最好使用延迟图像加载功能。
In viewWillAppear, do this
if not worked well, its better to use Lazy Image Loading feature..