摘要:
imageNamed 与 imageWithContentsOfFile的区别(来自http://www.cnblogs.com/pengyingh/articles/2355033.html)如题,是不是大家为了方便都这样加载图片啊myImage = [UIImage imageNamed:@"icon.png"];那么小心了这种方法在一些图片很少,或者图片很小的程序里是ok的。但是,在大量加载图片的程序里,请千万不要这样做。为什么呢 ???????这种方法在application bundle的顶层文件夹寻找由供应的名字的图象 。 如果找到图片,装载到iPhone系统缓 阅读全文
posted @ 2014-01-20 13:49
嘟嘟夜未央
阅读(188)
评论(0)
推荐(0)
摘要:
1 // 2 // UIButton1.h 3 // UIKit 4 //http://blog.163.com/fuxiaohui@126/blog/static/131745826201172601821628/ 5 // Copyright (c) 2005-2013, Apple Inc. All rights reserved. 6 // 7 8 #import 9 #import 10 #import 11 #import 12 #import 13 14 @class UIImage, UIFont, UIColor, UIImageVie... 阅读全文
posted @ 2014-01-20 13:08
嘟嘟夜未央
阅读(1022)
评论(0)
推荐(0)

浙公网安备 33010602011771号