CocoaPods trunk is moving to be read-only. Read more on the blog, there are 13 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
LoremPixel is a simple library that fills UIImageView with image from http://www.lorempixel.com
To run the example project; clone the repo, and run pod install from the Project directory first.
Create a UIImageView
UIImageView *imageView = [[UIImageView alloc] init];
Assign its frame
imageView.frame = some frame
Load dummy image
[imageView getDummyImage];
LoremPixel requires AFNetworking version 1.3.3 or greater
Marek Mościchowski, [email protected]
LoremPixel is available under the MIT license. See the LICENSE file for more info.