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 文件。