虚拟映像创建方法 UIImage+Dummy
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/rizumita/UIImage-Dummy
软件介绍
UIImage+Dummy 提供方法来创建虚拟映像。
UIImage *image1 = [UIImage imageNamed:@"dummy.150x200"]; UIImage *image2 = [UIImage imageNamed:@"dummy.150x200.#407EFF"]; UIImage *image3 = [UIImage imageNamed:@"dummy.150x200.blue"]; UIImage *image4 = [UIImage imageNamed:@"dummy.150x200.blue..image.png"]; //如果 'image.png' 存在, 'image.png' UIImage 对象已经创建好了; //如果不存在,则创建虚拟 UIImage 对象.
Designing Web Navigation
James Kalbach / O'Reilly Media / 2007-8-15 / USD 49.99
Thoroughly rewritten for today's web environment, this bestselling book offers a fresh look at a fundamental topic of web site development: navigation design. Amid all the changes to the Web in the pa......一起来看看 《Designing Web Navigation》 这本书的介绍吧!
