Skip to content

Loading images in tableview doesn't show automatically #2

@aramikg

Description

@aramikg

I'm running into loading issues when using this. For example, I call

ImageLoader.sharedLoader.imageForUrl(urlString, completionHandler:{(image: UIImage?, url: String) in
self.imageView.image = image
})

in cellForRowAtIndexPath and it doesn't show up until you basically touch/move the tableview then it populates with the images. Am I missing something or doing something wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions