LoremPixel 0.0.2

LoremPixel 0.0.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.




  • By
  • Marek Mościchowski

Build Status

LoremPixel is a simple library that fills UIImageView with image from http://www.lorempixel.com

Usage

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];

Requirements

LoremPixel requires AFNetworking version 1.3.3 or greater

Installation

Author

Marek Mościchowski, [email protected]

License

LoremPixel is available under the MIT license. See the LICENSE file for more info.