Joined January 2012
·

Sol Irvine

DenseVector
·
New York, NY
·
·

Posted to Load Images from Parse.com to iOS App over 1 year ago

Adrienne: you probably need to replace 'myPFObject' with the actual instance of the PFObject that has the image as a property. Typically, you want to query for the PFObject first, then pass it into this loadParseImage:forImageColumn:withProgressBar:andCompletionBlock method to pull the image down. Note that you'll also want to change "MainImage" to match the name you gave the image column in Parse. HTH.

Achievements
126 Karma
5,310 Total ProTip Views