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

android - Pass an Serializable object in AIDL -

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

How to use Authorization & Authentication in Asp.net, C#? -