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?