- 授权协议: 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
Functional Programming in Scala
Paul Chiusano、Rúnar Bjarnason / Softbound print / 2014-9-14 / USD 44.99
Functional programming (FP) is a programming style emphasizing functions that return consistent and predictable results regardless of a program's state. As a result, functional code is easier to test ......一起来看看 《Functional Programming in Scala》 这本书的介绍吧!
