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

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -