JVS
JVS

Reputation: 2682

PFImageView loadInBackground() issue in iOS10

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

This is what I am doing:

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

Upvotes: 0

Views: 84

Answers (1)

Santhosh
Santhosh

Reputation: 691

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?

Upvotes: 0

Related Questions