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?