Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranJasvanee committed Oct 23, 2017
1 parent 95719de commit 8da6d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -158,7 +158,7 @@ extension ViewController: OnlyPicturesDataSource {
// ---------------------------------------------------
// If you do have URLs of images. Use below function to have UIImageView instance and index insted of 'pictureViews(index: Int) -> UIImage'
// NOTE: It's your resposibility to assign any placeholder image till download & assignment completes.
// Use any library to allocate your image from url to imageView. I've used AlamofireImage here for async downloading, assigning & caching.
// I've used AlamofireImage here for image async downloading, assigning & caching, Use any library to allocate your image from url to imageView.

func pictureViews(_ imageView: UIImageView, index: Int) {

Expand Down

0 comments on commit 8da6d94

Please sign in to comment.