摘要: imageNamed和dataWithContentsOfFile的区别imagecacheuiviewextensionprocessingxcode最近老是受iphone内存问题的困扰,找了些资料,现在贴出了两篇经典的博文。博文如下:转载自:http://blog.csdn.net/hj2060... 阅读全文
posted @ 2015-09-14 07:25 stevenwuzheng 阅读(511) 评论(0) 推荐(0) 编辑
摘要: imageNamed 与 imageWithContentsOfFile的区别 如题,是不是大家为了方便都这样加载图片啊 myImage = [UIImage imageNamed:@"icon.png"]; 那么小心了 这种方法在一些图片很少,或者图片很小的程序里是ok的。 但是,在大量... 阅读全文
posted @ 2015-09-14 07:20 stevenwuzheng 阅读(218) 评论(0) 推荐(0) 编辑