ios - Get url from images stored in Parse -
how can fetch url images stored in parse?
i have made app can store images parse (works fine). how retrieve url image stored in parse can show in web browser typing url?
can see url images stored in parse anywhere?
i'm thinking this:
https://www.parse.com/apps/classname/collections#class/photo/czegpxalzm
you can url of image pffile object containing image this:
nsstring *urlstring = yourimagefilefromparse.url;
Comments
Post a Comment