>LoremPixel 0.0.2

LoremPixel 0.0.2

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布最后发布2014 年 12 月

未声明 维护。




  • 作者:
  • Marek Mościchowski

Build Status

LoremPixel 是一个简单的库,用于将 http://www.lorempixel.com 上的图片填充到 UIImageView 中

用法

要运行示例项目;首先从代码库中克隆,然后在项目目录中运行 pod install

创建一个 UIImageView

UIImageView *imageView = [[UIImageView alloc] init];

分配其框架

imageView.frame = some frame

加载占位图图像

[imageView getDummyImage];

要求

LoremPixel 需要 AFNetworking 版本 1.3.3 或更高版本

安装

作者

Marek Mościchowski,[email protected]

许可证

LoremPixel 可在 MIT 许可证下获得。有关更多信息,请参阅 LICENSE 文件。