- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/romaonthego/REImageSprite
- 软件文档: https://github.com/romaonthego/REImageSprite
软件介绍
REImageSprite 是一个简单的 UIImage 分类,唯一的功能就是你可以指定资源名来加载对应同名的图片文件。
+ (UIImage *)imageNamed:(NSString *)name fromSprite:(NSString *)sprite;
要求:
- Xcode 4.5 or higher
- Apple LLVM compiler
- iOS 5.0 or higher
- ARC
