Getting data from Parse server into xcode

78 Views Asked by At

I just got into xcode and swift using Parse. I've created a view controller with an image view and some labels. I also set up a Parse server with images and description of those images (for example: an image of a tree with a separate file of the description of the tree). I've looked around and I cant seem to find an answer. How do I upload the image on parse to my image view with the corresponding description of the image? Thanks you.

1

There are 1 best solutions below

0
On

Did you already look into the Parse Ios guide? I think that you have to implement the Parse SDK for Ios. and then use what they say there store images in Parse with swift