0

I am trying to use PFImageView.loadInBackground() in iOS10 . So far my code has worked in iOS9 etc.

This is what I am doing:

  • fetching image data
  • assigning data to PFImageView.file
  • loading file via PFImageView.file.loadInBackground()

The ImageData is found, but the image won't display. Any ideas?

JVS
  • 2,592
  • 3
  • 19
  • 31

1 Answers1

0

I had an issue with PFImageView when the file name for PFFile had white spaces.

Did you try running in Simulator what errors did you receive?

Santhosh
  • 691
  • 4
  • 12
  • Seems like it is something with my tableView. can't even get an Image with UIImageView – JVS Sep 22 '16 at 13:47