标签:nsbundle pre source ima fine 读取 define named 地图
/** 读取本地图片 */
#define LOADIMAGE(file,ext) [UIImage imageWithContentsOfFile:[NSBundle mainBundle]pathForResource:file ofType:ext]
/** 定义UIImage对象 */
#define IMAGE(A) [UIImage imageWithContentsOfFile:[NSBundle mainBundle] pathForResource:A ofType:nil]
/** 定义UIImage对象 */
#define ImageNamed(_pointer) [UIImage imageNamed:[UIUtil imageName:_pointer]
/**** 建议使用前两种宏定义,性能高于后者 ****/
标签:nsbundle pre source ima fine 读取 define named 地图
原文地址:https://www.cnblogs.com/CH520/p/9311334.html